benjipott / video.js-dailymotion

Allows you to use DailyMotion URL as source with Video.js.
30 stars 20 forks source link

Support of videojs 5.4.3 #23

Closed spuyet closed 8 years ago

spuyet commented 8 years ago

Hi,

The plugin does not work with the latest version of video-js, you plan to update it ?

Thanks

riderodd commented 8 years ago

+1

Magiweb commented 8 years ago

@benjipott any chance of this (actually support for v5.4 or greater would be nice!)

benjipott commented 8 years ago

i work for this update

Magiweb commented 8 years ago

@benjipott great news, thank you! Do you have any idea when you might be finished with the update? I was very much hoping to use it towards the end of next week...

pikilon commented 8 years ago

+1

benjipott commented 8 years ago

starting now :)

spuyet commented 8 years ago

Awesome :+1:

Magiweb commented 8 years ago

:+1: :)

benjipott commented 8 years ago

you can view it on vjs-5 pr : https://github.com/benjipott/video.js-dailymotion/pull/25

pikilon commented 8 years ago

still not working i think...

Uncaught TypeError: Cannot read property 'extend' of undefined dailymotion.js : 24

benjipott commented 8 years ago

i remove dailymotion.js , it's old file. make

npm install
npm run dev
load http://localhost:9999
benjipott commented 8 years ago

merged