kmoskwiak / videojs-resolution-switcher

Resolution switcher adds the ability to select the video quality in video.js player.
https://kmoskwiak.github.io/videojs-resolution-switcher/
Other
402 stars 244 forks source link

some issues #141

Closed ert55 closed 4 years ago

ert55 commented 4 years ago

I've stumbled upon these issues:

  1. I cannot select resolutions (have 2: SD and HD) if I set dynamicLabel to true: only the current label is displayed on the control bar, but it's not a clickable button.
  2. If I set dynamicLabel to false the label disappears, replaced by an empty placeholder I can click on to open the resolution menu
  3. Choosing a resolution from the menu stops the player
  4. Using player.src to set sources does not work with the plugin. I have to use updateSrc instead. Is this normal behavior?