shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Add no-MSE build option

Open TheModMaker opened this issue 5 years ago • 0 comments
trafficstars

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.

TheModMaker avatar Jan 30 '20 18:01 TheModMaker