We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The EME provides a method to set a server certificate: https://www.w3.org/TR/encrypted-media/#dom-mediakeys-setservercertificate
dash.js exposes this API via the ProtectionController and also allows application to provide the certificate within the protectionData:
protectionData
var protData = { "com.widevine.alpha": { "serverURL": "https://someurl.com", "httpRequestHeaders": { "X-AxDRM-Message": "somevalue" }, serverCertificate: "somedata", priority: 0 } };
It should be possible to provide a server certificate via the dash.js Reference UI as part of the DRM options.
The text was updated successfully, but these errors were encountered:
ShikiSeiren
No branches or pull requests
Description
The EME provides a method to set a server certificate: https://www.w3.org/TR/encrypted-media/#dom-mediakeys-setservercertificate
dash.js exposes this API via the ProtectionController and also allows application to provide the certificate within the
protectionData
:It should be possible to provide a server certificate via the dash.js Reference UI as part of the DRM options.
The text was updated successfully, but these errors were encountered: