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

Question. Is it possible to ignore DRM information from manifest data? #3124

Closed
mishazawa opened this issue Dec 3, 2019 · 2 comments
Closed

Comments

@mishazawa
Copy link

Hello. I have a manifest file with included various DRM-system data (Playready and Widevine). Dash.js check manifest and enable Playready as main, meanwhile I explicitly tell to use Widevine in setProtectionData method. Is it possible to tell Dash.js to ignore DRM info from manifest. F.e. how it configured in shaka-player DashManifestConfiguration

@bbert
Copy link
Contributor

bbert commented Dec 3, 2019

Hello
With v3.0.0 you can reorder the key systems priority in dash.js at application level, see PR #2953.
With next version 3.1.0 that will be simpler, see PR #3107

@mishazawa
Copy link
Author

mishazawa commented Dec 3, 2019

Thanks for response. I'll use this example with filter function.

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

No branches or pull requests

2 participants