You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 DashManifestConfigurationThe text was updated successfully, but these errors were encountered: