Start a new topic

HLS protected with FairPlay DRM

Hi,


I am trying to stream an HLS protected with FairPlay DRM. However, I don't know how I should configure the player in order to set the license url and certificate. 

Right now I'm doing:

viblast("#my-video-tag").setup({

          "key": 'QuEAis5rud',

          "enablePdn": true,

          "clearkey": {},

          "stream": "http://vodity-test.s3.amazonaws.com/videos/m44uixefufc1zhk/hls/master.m3u8",

          "autoplay": true

      });


And the html is like:

<video id="my-video-tag" controls width="640"</video>


What do I have to do in order to get it working?


Thanks in advance

1 Comment

Hello Alfonso,


Viblast Player supports Widevine and Playready DRM . Both are supporting via the HTML5/EME. FairPlay is not supported at the moment because it is designed to be handled natively by the Apple devices. When you try to play such streams with Safari, you need to provide custom JS logic for accessing the keys.

I'll suggest to ask Apple for more documentation and information.


Best regards,

Login to post a comment