videojs / videojs-contrib-eme

Supports Encrypted Media Extensions for playback of encrypted content in Video.js
Other
200 stars 71 forks source link

Need an API to initiate DRM license renewal for PlayReady and FairPlay #182

Open daniel-inka opened 1 year ago

daniel-inka commented 1 year ago

Hi,

I am looking for a way to initiate periodic DRM license renewal for our Concurrent Stream Limiting (CSL) solution. Widevine handles the renewal process internally, but PlayReady and FairPlay require an external player-side API such as Bitmovin's.

It would be great if videojs-contrib-eme plugin can support the renewal API.

Thanks in advance.