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
I am implementing Widevine DRM with Videojs player. At present, we have already implemented HLS, non-drm playback for music (audio only) content and is working fine.
Code attached above.
There is no error in browser console but also music is not played.
License call is successful and the callback function is also called (Attached breakpoints in debugger to confirm this)
On seeing the Network tab of chrome browser, I see that no more network calls are being made after the license request.
There should be network calls to fetch the audio chunks.
What am I missing?
Do I need to use videojs-contrib-dash also for DASH playback?
Reduced test case
NA
Steps to reproduce
NA
Errors
No error
What version of Video.js are you using?
7.21.4
Video.js plugins used.
videojs-contrib-eme
What browser(s) including version(s) does this occur with?
Chrome
What OS(es) and version(s) does this occur with?
Mac OS
The text was updated successfully, but these errors were encountered:
Description
Hi team,
I am implementing Widevine DRM with Videojs player. At present, we have already implemented HLS, non-drm playback for music (audio only) content and is working fine.
Now, I am implementing Widevine DRM & DASH.
Code attached above.
There is no error in browser console but also music is not played.
License call is successful and the callback function is also called (Attached breakpoints in debugger to confirm this)
On seeing the Network tab of chrome browser, I see that no more network calls are being made after the license request.
There should be network calls to fetch the audio chunks.
Reduced test case
NA
Steps to reproduce
NA
Errors
No error
What version of Video.js are you using?
7.21.4
Video.js plugins used.
videojs-contrib-eme
What browser(s) including version(s) does this occur with?
Chrome
What OS(es) and version(s) does this occur with?
Mac OS
The text was updated successfully, but these errors were encountered: