video-streaminghtml5-videohttp-live-streaminghls.jseme

Enable EME in Hls js


Currently I am using hls js with video js and I need to use EME with hls js. Is it possible to use EME with hls js ?

https://www.w3.org/TR/encrypted-media/

https://github.com/dailymotion/hls.js/tree/master


Solution

  • HLS Transport Streams do not conform to CENC, so its not possible to convert broswer side. HLS using fmp4 does. But in this case, you wouldn't need hls.js eaither.