Change the video playback speed using video.js
问题 Is there any existing plugin to change the playback rate of a video using the video.js player? If not, how can I add the new plugin and the new control button for the same? Thanks in advance. 回答1: I've the same issue. I just found that: videojs('my-player', { playbackRates: [0.5, 1, 1.5, 2] }); see videojs docs 回答2: From videojs v.4.6.0 on there is a JSON parameter for data-setup that you can pass to add the playback speed option to the videoplayer: <video id="my_video_1" class="video-js vjs