jellyfin / jellyfin-expo

Jellyfin Mobile for iOS
https://jellyfin.org
Mozilla Public License 2.0
318 stars 68 forks source link

Inquiry - iOS Native Player #314

Closed LePips closed 3 years ago

LePips commented 3 years ago

Hello there, I'm looking at grabbing the master.m3u8 stream for Swiftfin for native player implementation and am wondering how the expo app currently implements it along with subtitles. I can get and construct the master.m3u8 stream just fine except for subtitles.

If there is an insight or direction to how the native player is implemented that would be great! Even if the current route that I'm going on isn't the correct one.

thornbill commented 3 years ago

This app just gets passed the url from web. 😅 I believe that is pretty much all handled in this file, but it is a bit messy in there lol.

LePips commented 3 years ago

If anything, that probably makes thing a lot easier. Thanks!