Added selection of resolution > 1080p for all devices.

This commit is contained in:
Luca 2020-10-28 22:20:07 +01:00
parent f17acbcbc3
commit f1230e992f
1 changed files with 7 additions and 1 deletions

View File

@ -159,7 +159,13 @@ export default Vue.extend({
await this.determineDefaultQualityLegacy()
}
this.player = videojs(videoPlayer)
this.player = videojs(videoPlayer, {
html5: {
vhs: {
limitRenditionByPlayerDimensions: false
}
}
})
this.player.volume(this.volume)
this.player.playbackRate(this.defaultPlayback)