-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DRM request failed for Oops multi-DRM video #682
Comments
Thanks for noticing this. It has to do with the recent change to only allow using the demo over https. That asset uses an embedded URL for the license server that uses http. This causes problems because the browser rejects mixed content requests. |
Options:
I have contacts at YouTube if option 3 seems like the most sensible. Not sure how option 1 would work. Option 2 lets us control our own outcome, so would be most expedient. |
The member |initData| may be null or an Array. When calling Array.concat with a non-array (e.g. null) it will add a new element. This results in an array containing null rather than the intended empty array. Issue #682 Change-Id: I76b7625a04327f0e236b523d7dc83e08385a7804
The YouTube test assets use an embedded URL for the license server. This URL may actually be http. This is rejected when using the demo app over https due to mixed content restrictions in the browser. Issue #682 Change-Id: Ib7533f7174f4abe25a8810f9b7a9548130ea2876
I just pushed option 2 so the asset is playable now while we wait for YouTube to update their asset. |
The YouTube test assets use an embedded URL for the license server. This URL may actually be http. This is rejected when using the demo app over https due to mixed content restrictions in the browser. Issue #682 Change-Id: Ib7533f7174f4abe25a8810f9b7a9548130ea2876
Fail to play Oops multi-DRM video in YouTube group in shaka-player-demo-site.
The root cause of this issue is that DRM license request failed in playing this specific video. This issue happen on all OS starting 2/2. There is no problem in playing the other DRM videos on shaka player demo site. Can you fix it?
see attached screenshot.
The text was updated successfully, but these errors were encountered: