fix播放器倍速选项
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -125,7 +125,7 @@ export default { | ... | @@ -125,7 +125,7 @@ export default { |
125 | this.player = videojs( | 125 | this.player = videojs( |
126 | 'my-player', | 126 | 'my-player', |
127 | { | 127 | { |
128 | playbackRates: [1, 1.25, 1.5, 2, 2.5], | 128 | playbackRates: [1, 1.5, 2], |
129 | userActions: { | 129 | userActions: { |
130 | // doubleClick: this.myDoubleClickHandler, | 130 | // doubleClick: this.myDoubleClickHandler, |
131 | hotkeys: this.hotkeys | 131 | hotkeys: this.hotkeys | ... | ... |
-
Please register or sign in to post a comment