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

Resolution selector combined with vast #15

Closed jfrigger closed 10 years ago

jfrigger commented 10 years ago

Hi,

i'm using the resolution selector combined with the videojs vast plugin. i've both tried the initialization over the data-setup tag and the javascript but none of them works. if i remove the vast javascript, everything works correctly.

This is the javascript after my video-tag:

http://jsfiddle.net/4058wofr/2/

does anyone know what could be the problem?

thanks