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 try to integrate Azure Media Servies and DRM with Video.js player. To playback of encrypted content, I also use videojs-contrib-eme plugin for Video.js.
I succeed with MPEG DASH and PlayReady/Widevine encryptions and I have problems with HLS format and Fair encryption. My player source object looks as in the picture below:
I'm getting the next error:
I look like Video.js works bad with my license URL which starts with "skd://" and it fails due to cross-origin policy.
Have I missed something in my implementation?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I try to integrate Azure Media Servies and DRM with Video.js player. To playback of encrypted content, I also use videojs-contrib-eme plugin for Video.js.
I succeed with MPEG DASH and PlayReady/Widevine encryptions and I have problems with HLS format and Fair encryption. My player source object looks as in the picture below:
I'm getting the next error:
I look like Video.js works bad with my license URL which starts with "skd://" and it fails due to cross-origin policy.
Have I missed something in my implementation?
Thanks
The text was updated successfully, but these errors were encountered: