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

how to correctly setup with videojs #14

Closed muhammad-ammar closed 7 years ago

muhammad-ammar commented 7 years ago

I am trying to setup/register videojs-contrib-hls with videojs like below but its not working, it says a is undefined

videojs.registerComponent('Hls', require('videojs-contrib-hls'));

What is the correct way to setup videojs-contrib-hls with videojs using requirejs?

mrbar42 commented 7 years ago

videojs-contrib-hls is a different library than this one. please consult their repository