shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

Add no-MSE build option #111

Open TheModMaker opened 4 years ago

TheModMaker commented 4 years ago

After #89, we'll support playing HLS content without using MSE. If apps are only going to play HLS content, we could greatly reduce the size of the binary by removing most of the media pipeline. We could remove the JavaScript MSE types, the custom media tracking, default demuxers/decoders/renderers, and all of FFmpeg and SDL. In this mode, we would only support playing HLS content through native AVPlayer.