Speed button latest version of video.js

html5-video, javascript, jquery, plugins, video.js

Solution

This is built into the most recent versions of Video.js, so the plugin is unnecessary. Now you can simply pass an array of `playbackRates` in the Video.js configuration and you're good to go. Here's a working example.

Keep in mind that this only works with the HTML5 playback tech. Good luck!

Problem

https://github.com/nicetip/videojs-speed Could anyone help me in using this plugin in latest version of video.js?

Original source