-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for video.js ^6 greatly appreciated #118
Comments
Had similar errors with the current video.js version. Removing the "registerComponent" line seems to get it working at least on a basic level. On the minimized version, remove the text: I'm not familiar with the inner workings of video.js or this plugin, so I don't know if there are other version issues. |
@krabsheva Thanks, removing that line got rid of one error. Now I get this error. Any fix or update for this? |
Remove this line: |
Here is an opened PR with added videojs 6.x compatibility: #119 |
Aside from the out-of-date NPM package, some work to support the newest version of video.js would be much appreciated.
I had to download the files directly from this repo instead of using NPM, had to install the
@vimeo/player
dependency after a console error complained it wasn't there, then had to downgrade to video.js v5.20.1 due to errors like it not being able to register as a component because it is a tech.The text was updated successfully, but these errors were encountered: