Bump vjs vhs and enable experimentalBufferBasedABR

This commit is contained in:
Gabe Kangas
2021-05-19 17:39:12 -07:00
parent f60a433176
commit 0bf3fb4fa7
4 changed files with 27 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ const VIDEO_OPTIONS = {
vhs: {
// used to select the lowest bitrate playlist initially. This helps to decrease playback start time. This setting is false by default.
enableLowInitialPlaylist: true,
smoothQualityChange: true,
experimentalBufferBasedABR: true,
},
},
liveTracker: {

File diff suppressed because one or more lines are too long