Play DRM Encrypted Files in Videojs

We have video games in places and we have HDM media HLS video basically, is there any sample to implement the same.

+3


source to share


1 answer


DRM support in videojs is provided by a plugin - as stated in the videojs FAQ:

DRM video support via main plugin

 videojs-contrib-eme

      



The plugin is available here: https://github.com/videojs/videojs-contrib-eme

This includes instructions for use and tests for major browsers.

+3


source







All Articles