-
Notifications
You must be signed in to change notification settings - Fork 243
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
Compatibility fix VideoJs 7+ (handleTechSeeked_, currentResolution, change label, hidden) #129
Comments
next error
Find
Replace
|
next error: label does not change after changing quality Add last string
|
next error: the menu is blocked (hidden) after the first choice of quality.
Added hiding / showing items on rows #336 and #358, after which the menu started to block. Decision Add new last string
After these edits, errors were no longer seen. The plugin works well with the VideoJS 7+ PS Sorry for my googletranslate PPS https://github.com/BaNru/videojs-resolution-switcher/blob/master/lib/videojs-resolution-switcher.js |
1/4 compatibility fix VideoJs 7+ Error after switching quality > VIDEOJS: ERROR: TypeError: player.play(...).handleTechSeeked_ is not a function at Player. (videojs-resolution-switcher.js:184) This is probably due to the exclusion of the flash from the kernel. https://blog.videojs.com/video-js-removes-flash-from-core-player/ kmoskwiak#129 (comment)
3/4 compatibility fix VideoJs 7+ The decision is very bad. I did not find another option to access the button to change the values. But it works. kmoskwiak#129 (comment)
4/4 compatibility fix VideoJs 7+ The problem appeared after the update release VIDEO v7.4.0 > vjs-lock-showing class gets removed from menu when no longer hovering on menu-button. (#5465) (58f638e), closes #1690 Added hiding / showing items on rows #336 and #358, after which the menu started to block. The solution is similar to the previous one, not the best kmoskwiak#129 (comment)
Very Good :-) |
My Case not work because:
Change to
On line 69
Change to
|
Thank you |
VideoJS 7+
videojs-resolution-switcher - 2015-7-26
Modified by Pierre Kraft and Derk-Jan Hartman
Error after switching quality
This is probably due to the exclusion of the flash from the kernel.
https://blog.videojs.com/video-js-removes-flash-from-core-player/
My fix
Find strings
And replace with if you do NOT need FLASH support
Or replace if you need FLASH support
The text was updated successfully, but these errors were encountered: