Skip to content

Instantly share code, notes, and snippets.

@surikat1978
surikat1978 / mejs_playbackrate_plugin
Created March 23, 2016 17:34 — forked from rocky-jaiswal/mejs_playbackrate_plugin
Media Element JS plugin to modify video playback speed.
//Copy this plugin and add 'fasterslower' to the features array. Also write the CSS :)
(function($) {
$.extend(mejs.MepDefaults, {
fasterslowerText: 'Faster/Slower'
});
$.extend(MediaElementPlayer.prototype, {
buildfasterslower: function(player, controls, layers, media) {