question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Video / sound playback rate control

See original GitHub issue

It’d be very handy to be able to control the playback rate of videos and sounds, like JavaScript media’s playbackRate property. Ideally, playbackRate would accept a float, with 1.0 being normal speed, 2.0 being double speed, etc. With the GStreamer playback providers this should be trivial, not sure about any of the others.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kivedcommented, May 10, 2016

The label isn’t automatic, one of us has to apply it. 😉

0reactions
mbrockman1commented, Nov 21, 2021

I am working on this right now. I have it working for iOS.

https://gist.github.com/mbrockman1/3b91e6b56f4f447e17b5bc12ca181981

Read more comments on GitHub >

github_iconTop Results From Across the Web

Audio/Video Playback Speed Controller
Controls the playback speed of all audio and video elements on a webpage. Features: - No permissions required - 5 preset speeds -...
Read more >
Web Audio playbackRate explained - Developer guides | MDN
The playbackRate property of the and elements allows us to change the speed, or rate, at which a piece of web audio or...
Read more >
HTML Audio/Video DOM playbackRate Property - W3Schools
playbackspeed, Indicates the current playback speed of the audio/video. Example values: 1.0 is normal speed; 0.5 is half speed (slower); 2.0 is double...
Read more >
basics: adding a playback speed control to an audio player
A common request of people is to be able to control the speed of a audio/video recording. Luckily enough, using basic HTML5 and...
Read more >
Playback speed controls – Help Center - Vimeo
Player speed controls are a way for all Vimeo users to give their viewers the ability to speed up or slow down playback...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found