Browse Source

Experiment with starting with lowest quality and moving up from there

pull/80/head
Gabe Kangas 6 years ago
parent
commit
e0670585fb
  1. 8
      webroot/js/utils.js

8
webroot/js/utils.js

@ -33,6 +33,14 @@ const VIDEO_SRC = { @@ -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,
},

Loading…
Cancel
Save