MetaCDN / videojs-shaka-player

Shaka Player playback technology for Video.js
Other
42 stars 22 forks source link

Updated Video.js to 5.0 #2

Closed gilest closed 8 years ago

gilest commented 8 years ago

Hi there, thanks for putting this together.

Had a go at updating compatibility for the new release of Video.js.

A couple of notes:

References I used:

featheast commented 8 years ago

Hi gilest, thanks for your pull request, and sorry for the late reply. It's really good to have support for the VJS 5.0 version! My concern is, however, VJS5.0 is still in it's early stage of life cycle, which means a lot of third party plugins haven't updated so far. So instead of merging your code into master, it would be actually better to have a separate branch dedicated for VJS 5.0 version until things getting more stable?

gilest commented 8 years ago

Hi featheast. I totally agree! Didn't really think before targeting master. I don't think it's possible to edit this PR to target a different branch. So should I close it and open another?

jbroberg commented 8 years ago

Hi gilest

Thanks also for your contribution. I checked your branch out and tried it myself - great stuff.

I have made a new branch called 'vjs5' which you can target. A couple of other suggestions if you are interested in updating the pull req:

VIDEOJS: WARN: The Shaka tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)

gilest commented 8 years ago

See new PR #6 for updated changes.