videojs-resolution-selector
videojs-resolution-selector copied to clipboard
Fixes #36
@hartman do I have permission to upload this patch.
@paladox Hi! I'm can not confirm that your patch works with 5.0 -> http://us2.ytapi.com/dev/50.php Please, check.
Hi the patch is mainly for working with the timedmediahandler extension but I can have a look.
We also had the problem your seeing it seems it isent creating the data-res tag for the resolution our workaround was to use data-shorttitle since data-res wasent being created or wasent correctly finding the resolutions for those videos and displaying them in the list.
It shows these errors
SCRIPT438: Object doesn't support property or method 'extends'
VIDEOJS: ERROR: Unable to find plugin: resolutionSelector
in the f12 developer tool in internet explorer.
Google Chrome errors in console: Uncaught TypeError: V.extends is not a function VIDEOJS: ERROR: Unable to find plugin: resolutionSelector
For 5.0 use https://github.com/kmoskwiak/videojs-resolution-switcher instead