Peer5 / videojs-contrib-hls.js

HLS library for video.js using Dailymotion's hls.js tech
Apache License 2.0
108 stars 55 forks source link

Add the ability to skip hls.js on a per source basis. #9

Closed boushley closed 7 years ago

boushley commented 7 years ago

I've got a website where I want to use hls.js for some content cross platform. However other content requires DRM and so needs to use native HLS in Safari. This option allows me to add an option to the source object passed to video.js that lets me skip this source handler.