mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Experiment with starting with lowest quality and moving up from there
This commit is contained in:
parent
5d13805bf2
commit
e0670585fb
@ -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…
x
Reference in New Issue
Block a user