Skip to content
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

Playback HLS format with FairPlay encryption using Azure Media Services #93

Closed
tabas opened this issue Aug 29, 2019 · 2 comments
Closed

Comments

@tabas
Copy link

tabas commented Aug 29, 2019

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:

source

I'm getting the next error:

Annotation 2019-08-29 234249

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

@molten-firescar96
Copy link

I have a similar setup with ezdrm. Change "skd" to "https" in the configuration you've posted.

@gkatsev
Copy link
Member

gkatsev commented Nov 21, 2019

Thanks for answering @MTonomy-Nchinda-Nchinda.

@gkatsev gkatsev closed this as completed Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants