videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 793 forks source link

DRM implementation #1263

Closed klimentLambevski closed 7 years ago

klimentLambevski commented 7 years ago

How do i implement AES decryption for HLS encrypted videos woth this plugin?

I search trough the docs but i can't find anything that explains how should i implement the decryption. I am getting the key from the server and i read trough the docs and the issues that you have implemented AES decryption.

I am grateful for any help, Thanks in advance.