-
Notifications
You must be signed in to change notification settings - Fork 95
Upgrade to videojs 5 #30
Comments
its not working on 5.4.4 |
Yes, not working on 5.4.4, the seconds doenst match. |
Yeah, this needs to get updated to videojs. Anyone want to take a crack at it? See https://github.com/videojs/video.js/wiki/5.0-Change-Details for the changes. |
For anyonye interested, changing this line
by
worked for me. |
On 5.4.5 says : Uncaught TypeError: Cannot read property 'progressControl' of undefined progressControl = player.controlBar.progressControl; |
Same issue that @tavousi has, here |
For Video.js 5, in
with this
And it is working perfectly in any way now. |
@iraniamir about the
in my case me the error triggers if I init the player and add the plugin within the same statement
but doesn't if I separate the player initialization from the plugin's one
I'm using videojs 5.13.2 minified version. |
Thanks @mrcointreau , the same worked here, using |
By now, you would need to be compatible with VideoJS 6-7, as well. To be clear, I'm not sure if adding compatibility with 5 won't automatically add compatibility with 6-7, just putting it out there. |
Are there any plans to upgrade this great plugin to videojs 5?
The text was updated successfully, but these errors were encountered: