Enable EME in Hls js

819 Views Asked by At

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

1

There are 1 best solutions below

2
On BEST ANSWER

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.