Fix playback rate

pull/322/head
Chocobozzz 2018-03-01 14:14:56 +01:00
parent 901637bb87
commit 1198a08cc7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 4 additions and 2 deletions

View File

@ -341,7 +341,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
const videojsOptions = {
controls: true,
autoplay: this.isAutoplay(),
playbackRates: [0.5, 1, 1.25, 1.5, 2],
playbackRates: [ 0.5, 1, 1.5, 2 ],
plugins: {
peertube: {
videoFiles: this.video.files,

View File

@ -307,7 +307,9 @@ class PeerTubePlugin extends Plugin {
// Do not display error to user because we will have multiple fallbacks
this.disableErrorDisplay()
this.player.src = () => true
this.player.playbackRate(1)
const previousVideoFile = this.currentVideoFile
this.currentVideoFile = videoFile

View File

@ -220,7 +220,7 @@ $control-bar-height: 34px;
.vjs-playback-rate {
font-size: 10px;
margin-right: 48px;
margin-right: 50px;
.vjs-playback-rate-value {
font-size: 13px;