I would like to stream a video served over HTTP. The file is an MKV is 1.4GB. I do not think the VideoView can play this. The MKV is a multitrack format, which has subtitles and audio tracks. It is the preferred format for the rest of the devices in use, but on iOS this seems like it might be aproblem. Otherwise, it would require a large combination of MP4 files with each audio track and subtitle combination.
Is there anything resembling the VLC for iOS or a way to embed the VLC for iOS that handles this file correctly? Or a library already out there?
Ideally, something like the FFMpeg AV Player for iOS https://github.com/iMoreApps/ffmpeg-avplayer-for-ios-tvos would be library-ified.
Is there anything resembling the VLC for iOS or a way to embed the VLC for iOS that handles this file correctly? Or a library already out there?
Ideally, something like the FFMpeg AV Player for iOS https://github.com/iMoreApps/ffmpeg-avplayer-for-ios-tvos would be library-ified.
Last edited: