streamroot / videojs-hlsjs-plugin

hls.js Source Handler for video.js 5
http://www.streamroot.io
MIT License
155 stars 80 forks source link

What about source handler for videojs 6? #33

Closed bobahvas closed 6 years ago

bobahvas commented 7 years ago

VideoJs renewed documetation and opens by default for v6.0.0-RC.2 I think we will see 6 version soon, and also will be good have new hlsjs handler.

jlouazel commented 7 years ago

Hey @bobahvas,

Thanks for your interest in this module. We are closely following up releases from videojs. We will try to answer as early as possible people asking for the v6 compatibility of this module.

I'll keep you posted.

jlouazel commented 7 years ago

As VideoJS 6 has been officially released, I'm working on the compatibility to make it work with the latest version. You can follow the videojs6 branch to stay up to date with the current advancements.

soundspeachy commented 7 years ago

A quick and dirty change is to change videojs.getComponent('Html5') to videojs.getTech('Html5'). I've not tested this extensively, but it is working in my local dev environment with both vjs5 and vjs6.

jlouazel commented 7 years ago

I will take a look. Thanks @fuzzynectarine

ruslandinov commented 6 years ago

Hey! This source handler is now compatible with both vjs 5 & vjs6 https://github.com/streamroot/videojs5-hlsjs-source-handler/pull/47, so I'm closing this issue.