You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Video.js Options Reference should mention the option playbackRates and how to use it. I only found out about it because of this StackOverflow post. (FWIW, I wrote and shared a now-very-old plugin video-speed.js which may have inspired this feature. Very happy to find this included in the modern base video.js!)
The text was updated successfully, but these errors were encountered:
The DOM supports playbackRate to change/get the current playback rate, but video.js specifically supports options of {playbackRates: ...} which causes the creation of a widget to select playback rate. I'll take a stab at a PR.
The Video.js Options Reference should mention the option
playbackRates
and how to use it. I only found out about it because of this StackOverflow post. (FWIW, I wrote and shared a now-very-old pluginvideo-speed.js
which may have inspired this feature. Very happy to find this included in the modern base video.js!)The text was updated successfully, but these errors were encountered: