videojs / videojs-vimeo

Support Vimeo source for Video.js
MIT License
196 stars 204 forks source link

Current state of this library? Anyone have a working fork? #143

Open AbeCole opened 6 years ago

AbeCole commented 6 years ago

Just wondering what the current state of this library is as I can't get anything to work.

I've tried using the latest version of this library with both the latest version of VideoJS (7.0.2) and an older version 5.2.0 (after reading in Issues that I should try an older version) - and can't seem to get either working.

I understand the repo hasn't been updated in over a year so not expecting it to work with the latest version of VideoJS, but if anyone has an idea of how to get it working at all please let me know.

Or does anyone have a working fork/clone (or alternative) library?

gkatsev commented 6 years ago

The master branch sort of works, I think. There shouldn't be anything that would make it not work with 7.x beyond the dependency version in the package.json. However, I think there were some issues left to be fixed but I didn't have a chance to take a look at them, partially because I don't use it directly. The other issue is that vimeo's terms of service don't allow replacing the controls, so, there may need to be some work to be done that this works properly without showing two control bars.

benjaminenorton commented 5 years ago

Hi all, I have done some work to get this working without the Vimeo controls. The challenge is that you have to use "background" mode to start the video without controls, then turn audio on.

Downside: Because the video has to start in order to get the audio activated, the "big play button" is not shown.

I also fixed problems with:

flavioescobar commented 5 years ago

So... It's 2019 and still no updates to this plugin. It does NOT work at all with latest version of VideoJS, Does anyone have a working version that can share?