Make WordPress Core

Opened 7 years ago

Closed 5 years ago

Last modified 5 years ago

#42817 closed enhancement (maybelater)

Add ability to set playback rate for media

Reported by: lewiscowles's profile LewisCowles Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.9.1
Component: Media Keywords: has-dev-note
Focuses: ui, accessibility Cc:

Description

Media elements seem to lack a playback rate despite the functionality being provided by all modern browsers and mediaelement.js library

Until recently I've just been downloading media to watch at higher speed.

Hacking at the speed is reasonably easy from a bookmarklet I've made and started using today instead of downloading (loops over all media, this might not be correct for anyone but me).

https://gist.github.com/Lewiscowles1986/341778bac770fb953fe16512f8858e88

It'd be great if the core functionality could be supported (needs tests and a less naive implementation than my bookmarklet).

I Have searched for plugins for the meantime

I've also got a fork of https://github.com/Daronspence/media-playback-speed/blob/master/media-playback-speed.php at https://github.com/CODESIGN2/media-playback-speed.

Ideas for further enhancement

  • wordpress filter for default buttons added to media controls
  • wordpress filter for speed settings (would also make translation trivial)

Change History (5)

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


7 years ago

#2 @rianrietveld
7 years ago

  • Focuses accessibility removed

#3 @afercia
7 years ago

  • Component changed from General to Media

Discussed during today's accessibility bug-scrub, definitely not our area of expertise so we'd defer the decision to the Media team and remove the accessibility focus for now.

#4 @LewisCowles
5 years ago

  • Focuses accessibility added
  • Keywords has-dev-note added
  • Resolution set to maybelater
  • Status changed from new to closed

Probably worth noting the plugin is likely the best place to track progress on this.

The code is also used on some other OpenSource projects, despite not needing much maintenance from my side.

Using Alongside another plugin I published for visual shortcodes, it's possible to use Gutenberg with native HTML5 audio & video and now to use with playlists. With per-control & per-page settings.

I'm delighted to know that this has been useful for people using WordPress for things outside of my original goals (to speed up or slow down podcasts); and has been used for music tuition and language tuition.

#5 @netweb
5 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.