Prevent smooth quality changes to switch qualities faster

This commit is contained in:
Preston 2020-12-26 22:21:06 -05:00
parent 0680170e07
commit 3b97e7598d
1 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,9 @@ export default Vue.extend({
this.player = videojs(videoPlayer, {
html5: {
vhs: {
limitRenditionByPlayerDimensions: false
limitRenditionByPlayerDimensions: false,
smoothQualityChange: false,
allowSeeksWithinUnsafeLiveWindow: true
}
}
})