dominic-p / videojs-resolution-selector

Adds a resolution selector button to Video.js to allow users to manually adjust the video quality.
MIT License
88 stars 31 forks source link

TypeError: _V_.MenuItem is undefined #39

Open bvhpro opened 8 years ago

bvhpro commented 8 years ago

i get this bug, plz help: TypeError: V.MenuItem is undefined

V.ResolutionMenuItem = V.MenuItem.extend({

(line 38, col 2) thanks you :)

dominic-p commented 8 years ago

It's most likely a compatibility issue with a recent version of Video.js. I haven't had time to update this plugin in over a year, so it may be broken.

It looks like some other people have switched to this plugin: https://github.com/kmoskwiak/videojs-resolution-switcher

I don't know anything about it, but you might give it a try.