Videoplayer: Custom playback speed

This commit is contained in:
2018-09-10 15:23:05 +02:00
parent b9268337c3
commit d7fd90ded1
2 changed files with 14 additions and 9 deletions

View File

@@ -55,7 +55,8 @@ script(type="text/javascript").
var options = {
controlBar: {
volumePanel: { inline: false }
}
},
playbackRates: [0.25, 0.5, 0.75, 1, 1.25, 1.5, 2, 4]
};
videojs(videoPlayer, options).ready(function() {