-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to clearkey licensing server is made with "[object Object]" in request body #3931
Comments
Try nightly this was fixed recently
|
@dsilhavy I can playback ClearKey with KID:KEY base64 values in an
ClearKey works if I use dashjs API Manifest https://refapp.hbbtv.org/videos/02_gran_dillama_1080p_25f75g6sv7/drm/manifest_clearkey.mpd ps: The original issue |
Thanks, I think the problem is that we tried to update the key session with an empty array of keypairs. I added a potential fix for this in #3939 . Should be available in nightly soon |
Thanks Manifest with an embedded see my test content urls one comment up. |
Should be fixed in nightly with #3942 |
Environment
Steps to reproduce
Observed behavior
The request to the licensing URL is made with
[object Object]
with the request body instead of the actual data.Console output
Request
Expected behavior
Proper serialization of the JSON object
The text was updated successfully, but these errors were encountered: