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
hi sir i was integrated this dash.js in Metrological Lightning Platoform to play the drm content.Here with out Drm params it is working fine with test url (.mpd format).but with license server i am getting some errors here i am sharing my code.
Even though here i provided my widewine server url but in console it is showing plaready internal server url
console output
1)dash.all.min.js:5 [813][ProtectionController] DRM: Ignoring initData because we have already seen it!
in console the 1st line was printed nearly 90 times
2)dash.all.min.js:5 POST http://pr-keyos.licensekeyserver.com/core/rightsmanager.asmx 500 (Internal Server Error)//3 times printed
dash.all.min.js:5 [1795][ProtectionController] License request failed (500). Retrying it... Pending retries: 3
3)[5386][Stream] DRM: licenser error! --com.microsoft.playready update, XHR complete. status is "Internal Server Error" (500), readyState is 4. Response is code: 0x8004c604, name: License acquisition failed >> Authentication failed
please help me
The text was updated successfully, but these errors were encountered:
krishdarling143
changed the title
unable to integrate the Licenceserver
unable to integrate the widwine Licenceserver
Sep 17, 2020
You might have both Playready and Widevine available on your platform so dash.js uses the first keysystem it finds. However, you can assign a priority, see #3107
hi sir i was integrated this dash.js in Metrological Lightning Platoform to play the drm content.Here with out Drm params it is working fine with test url (.mpd format).but with license server i am getting some errors here i am sharing my code.
window.DRM=dashjs
const protData = {
"com.widevine.alpha": {
"serverURL": "widewine Licence server",
"httpRequestHeaders": {
"X-AxDRM-Message": {"customData":a.drm}
}
}
};
this.tag('MediaPlayer').updateSettings(
{
consumer: this,
stream: { src: b},
videoPos: [0, 0, 1920, 1080],
drm:protData
})
Even though here i provided my widewine server url but in console it is showing plaready internal server url
console output
1)dash.all.min.js:5 [813][ProtectionController] DRM: Ignoring initData because we have already seen it!
in console the 1st line was printed nearly 90 times
2)dash.all.min.js:5 POST http://pr-keyos.licensekeyserver.com/core/rightsmanager.asmx 500 (Internal Server Error)//3 times printed
dash.all.min.js:5 [1795][ProtectionController] License request failed (500). Retrying it... Pending retries: 3
3)[5386][Stream] DRM: licenser error! --com.microsoft.playready update, XHR complete. status is "Internal Server Error" (500), readyState is 4. Response is code: 0x8004c604, name: License acquisition failed >> Authentication failed
please help me
The text was updated successfully, but these errors were encountered: