Experiment with starting with lowest quality and moving up from there

This commit is contained in:
Gabe Kangas 2020-07-20 21:59:17 -07:00
parent 5d13805bf2
commit e0670585fb

View File

@ -33,6 +33,14 @@ const VIDEO_SRC = {
const VIDEO_OPTIONS = {
autoplay: false,
liveui: true, // try this
preload: 'auto',
html5: {
vhs: {
// used to select the lowest bitrate playlist initially. This helps to decrease playback start time. This setting is false by default.
enableLowInitialPlaylist: true,
}
},
liveTracker: {
trackingThreshold: 0,
},