Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument DRM usage #2016
Document DRM usage #2016
Comments
|
I will be happy to help to do it, but I don't know where to start. |
|
Did you try licenseXhrSetup? |
|
Thank you @htleeab , sorry for the delay. Actually even if I configure the Is there an example of the widevine licence usage? |
|
Bump. If one searches google or the issue list here for The best information I've found so far is here: https://github.com/realeyes-matthew/hls.js/blob/widevine-eme/docs/API.md#encypted-media-extensions-eme and here in the shaka packager demo https://hls-js.netlify.com/demo/ (the shaka demo does not play for me in Firefox or Chrome btw) {
"debug": true,
"enableWorker": true,
"liveBackBufferLength": 900,
"widevineLicenseUrl": "http://cwip-shaka-proxy.appspot.com/no_auth",
"emeEnabled": true
}I did not find |


What do you want to do with Hls.js?
I want to use hlsjs with DRM (widevine, and maybe others if available), but I was not able to any documentation around how to do it.
What have you tried so far?
to set the following config properties:
But I need to modify the license request to inject our specific token.