videojs / videojs-contrib-eme

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

Unable to play dash with drm #50

Closed amtins closed 6 years ago

amtins commented 6 years ago

Hi,

I built a small project to demonstrate my incapacity to play a dash video with drm. Could you have a look please ? :kissing_closed_eyes::+1:

forbesjo commented 6 years ago

You'll need to initialize the contrib-eme plugin by calling player.eme(). We'll update the getting started section of the README so this is clear.