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
An issue observed on Microsoft Edge browser observed by other clients which are using Playready DRM.
Issue: First playback for playready protected content on Edge browser fails.
The request for the DRM license returns a HTTP200; but the player fails with a "player_error_code": "MEDIA_ERR_DECODE"
Checking the Playready request, the response from the Playready request seems to include Revocation ListData:
@peaBerberian in this case we notice that the client gets a 200 OK on the first license request; however for some reason it fails to playback content (the player seems to return MEDIA_ERR_DECODE).
On the second try playback is possible. The only difference I see is the RevocationListInfo in the request
Hello,
An issue observed on
Microsoft Edge
browser observed by other clients which are using Playready DRM.Issue: First playback for playready protected content on Edge browser fails.
The request for the DRM license returns a HTTP200; but the player fails with a
"player_error_code": "MEDIA_ERR_DECODE"
Checking the Playready request, the response from the Playready request seems to include Revocation ListData:
Second playback works:
In this case the request for the playready license seems to include updated RevocationListInfo
We have Charles's logs, I can send them, or I will try to analyze them and describe the issue in more detail.
The text was updated successfully, but these errors were encountered: