stremio-web
stremio-web copied to clipboard
Add Playback Speed Control Option
Playback Speed control is highly requested and easy to implement. HTML5 Video player Playback speed can easily be modified using: document.querySelector('video').playbackRate = 1.25;
So, by adding a Playback Speed slider or increase/decrease button on ControlBar this can be easily implemented.