Skip to content
New issue

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

Support 'com.widevine.alpha.experiment' key system #4653

Open
Jason239 opened this issue Dec 26, 2024 · 1 comment
Open

Support 'com.widevine.alpha.experiment' key system #4653

Jason239 opened this issue Dec 26, 2024 · 1 comment

Comments

@Jason239
Copy link

In the initialize() function of src/streaming/protection/controllers/ProtectionKeyController.js, the keySystems variable is structured to create a list of four predefined key systems and no other key systems are allowed.
However, Widevine L1 support in the Windows Chrome browser currently requires the com.widevine.alpha.experiment key system to be set up.
Is there any other way to set up this key system?

@dsilhavy
Copy link
Collaborator

dsilhavy commented Dec 26, 2024

You can define a list of key system string priorities. Please check this example and let me know if it solves your request: https://reference.dashif.org/dash.js/latest/samples/drm/system-string-priority.html

Documentation: https://dashif.org/dash.js/pages/usage/drm.html#key-system-string---priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants