videomail-client
videomail-client copied to clipboard
Faster playback?
Should be possible with something like document.getElementById("my-video").defaultPlaybackRate = 2.0;
Now the question is: does this have to be a new button or can't this be used in a native video player?