mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 11:39:08 +03:00
Merge branch 'master' of https://github.com/gabek/owncast
This commit is contained in:
commit
1a477de89a
1 changed files with 7 additions and 2 deletions
|
@ -11,13 +11,18 @@ const VIDEO_SRC = {
|
||||||
};
|
};
|
||||||
const VIDEO_OPTIONS = {
|
const VIDEO_OPTIONS = {
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
liveui: true, // try this
|
liveui: true,
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
|
controlBar: {
|
||||||
|
progressControl: {
|
||||||
|
seekBar: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
html5: {
|
html5: {
|
||||||
vhs: {
|
vhs: {
|
||||||
// used to select the lowest bitrate playlist initially. This helps to decrease playback start time. This setting is false by default.
|
// used to select the lowest bitrate playlist initially. This helps to decrease playback start time. This setting is false by default.
|
||||||
enableLowInitialPlaylist: true,
|
enableLowInitialPlaylist: true,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
liveTracker: {
|
liveTracker: {
|
||||||
trackingThreshold: 0,
|
trackingThreshold: 0,
|
||||||
|
|
Loading…
Reference in a new issue