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
Currently there is no DRM priorization configurable via the reference UI. As you can see in your output logs the Edge-Chromium Browser uses a Playready DRM: DRM: KeySystem Access Granted (com.microsoft.playready)! Selecting key system...
This is possible because for Playready the license server url is part of the init data. For Widevine it needs to be provided manually. By default, dash.js will select the first DRM which works. You can define a priorization if multiple DRM systems are available. An example can be found here #3107
Environment
Steps to reproduce
Observed behaviour
With Chrome, https://widevine-val.tf1.fr/proxy?id=13698487 is correctly called.
With Edge-Chromium, https://drm-play.tf1.fr/playready/rightsmanager.asmx is called, completely ignoring the fact that I selected Widevine as the DRM.
Console output for Chrome (OK)
Console output for Edge-Chromium (KO)
The text was updated successfully, but these errors were encountered: