stremio-web icon indicating copy to clipboard operation
stremio-web copied to clipboard

Add Playback Speed Control Option

Open ashwarsadh opened this issue 3 years ago • 0 comments

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.

ashwarsadh avatar Jul 08 '21 20:07 ashwarsadh