-
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
TypeError: Cannot read properties of null (reading 'license') when trying to use DRMToday licenses #3960
Closed
5 tasks done
Labels
Comments
The format of your license response looks different from what we implemented against in #3711 In this case they respond with:
|
@dsilhavy can you elaborate on what kind of a response you had implemented against then? |
Example can be found in the ticket mentioned above #3711 |
Got this working now, thanks for your assistance @dsilhavy ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce
Try to start stream https://ovpuspvod.a2d-stage.tv/16062866-7a02-4aa9-8dc7-4cd48fc66c9f/e58a6e60-ed3f-11ec-b3fa-4ba2bb9a9513_411.ism/.mpd using reference player. For DRM options, toggle Widevine and use this as license URL: https://lic.staging.drmtoday.com/license-proxy-widevine/cenc/?specConform=true&assetId=tvmedia-staging-411 and remember also to toggle "DRM Today". Please also add additional header to the request which is "dt-custom-data: eyJ1c2VySWQiOiJyZW50YWwxIiwic2Vzc2lvbklkIjoiY2FsbGV0ZXN0MiIsIm1lcmNoYW50IjoiYTJkIn0="
Observed behavior
Player starts to load and it receives HTTP 200 response from the license request but error occurs and following is logged to console:
Console output
Expected behavior
License request should success and playback should start.
@dsilhavy can you please take a look at this? I'm wondering why DRM initData refers to PlayReady in this case and not Widevine..?
The text was updated successfully, but these errors were encountered: