Page 1 of 1

Regarding flag for enabling media source extensions (mse API

PostPosted: Fri Apr 30, 2021 1:48 am
by ashishguptamca
How I can enable "MediaSource Extensions" or MSE API via flag in JCEF? I wish to use hls https://github.com/video-dev/hls.js/ that depends on MSE API but unable to figure out how to enable it.

The hls.js works fine with normal chrome but with JCEF, the code says HLS of hls.js is not supported probably due to MSE API.

Any help is highly appreciated.

Thanks,
Ashish

Re: Regarding flag for enabling media source extensions (mse

PostPosted: Fri Apr 30, 2021 11:45 am
by magreenblatt
Looks like hls.js requires proprietary codecs which are not supported by CEF official builds. You can try making your own CEF build with proprietary codecs enabled. Search the forum for examples.