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
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
[Error]: "Invalid config, wrong type for .drm.advanced.com.widevine.alpha.serverCertificate"
Remembering what I saw when debugging, I believe in the javascript it looked like the certificate data type is coming in as a ByteArray instead of a typed Uint8Array so it is failing the type check.
For now, I just modified the compile shaka js code to force set the server certificate for testing and dev purposes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to take a base64 encoded string, convert it to Data and set the serverCertificate:
I get back
[Error]: "Invalid config, wrong type for .drm.advanced.com.widevine.alpha.serverCertificate"
Will keep trying variations and start debugging but thought I would reach out for help in case someone knows what's up.
The text was updated successfully, but these errors were encountered: