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
Failed to execute 'generateRequest' on 'MediaKeySession': 'kids'[0] `is not valid base64url encoded.` Value: oGpvUYhYR/i8Uq2MWlpABg
{TypeError: Failed to execute 'generateRequest' on 'MediaKeySession': 'kids'[0] is not valid base64url encoded. Value: oGpvUYhYR/i8Uq2MWlpABg
Updating the following function resolves the issue
Please let me know if you need anything else from the mpd.
Also, I would like to point out that the stream can be played on Shaka player and Android's Exoplayer.
While trying to play clearkey content, I get the following error:
DRM: unable to create session! --Error generating key request -- TypeError
Updating the following function resolves the issue
Function name can be updated to cencDefaultKidToBase64UrlRepresentation
Please let me know if I am missing anything here or
if this is a known issue and
if I should send a PR.
https://github.com/Dash-Industry-Forum/ClearKey-Content-Protection will also need to be updated.
Links:
https://www.w3.org/TR/encrypted-media/#using-base64url
https://www.w3.org/TR/encrypted-media/#clear-key-request-format
Thanks.
The text was updated successfully, but these errors were encountered: