Open krackjack234 opened 2 years ago
Hi any update on this? Were you able to make it work?
Any update ?
Hi,
I have similar issue. Dash.js try to load playready drm but we need to use widevine DRM system.
[XHR] POST http://override.in.client/ 0 () DRM: licenser error! --com.microsoft.playready update, XHR error. status is "" (0), readyState is 4
Our DRM configuration is the following key system configuration:
"com.widevine.alpha": {
"serverURL": widevine.licenseServerUrl,
"httpRequestHeaders": {
"nv-authorizations": DRMController.getAuthToken()
}
}
In addition, this configuration works in Chrome devices but not in chromium.
Thanks, Jesús Martínez
Description
We are trying to play Dash+Widevine contents on Samsung Tizen 2018 TV model. Here the playback is failing randomly with the ProtectionContoller module throwing Access Denied error.
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
Content should Play
Actual
Content plays for a few secs and then a Drm error is thrown
Error output
[1412][Stream] DRM: KeySystem Access Denied! -- Error selecting key system! -- Error selecting keys system (com.widevine.alpha)! Could not create MediaKeys -- TODO
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
Dash.js version:4.4.0
browsers
Samsung Tizen
OSes
Tizen
plugins
VideoJS Contrib Dash: 2.11.0
logs