Prevent smooth quality changes to switch qualities faster
This commit is contained in:
parent
0680170e07
commit
3b97e7598d
|
@ -177,7 +177,9 @@ export default Vue.extend({
|
|||
this.player = videojs(videoPlayer, {
|
||||
html5: {
|
||||
vhs: {
|
||||
limitRenditionByPlayerDimensions: false
|
||||
limitRenditionByPlayerDimensions: false,
|
||||
smoothQualityChange: false,
|
||||
allowSeeksWithinUnsafeLiveWindow: true
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue