mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
Remove player progress bar. Closes #159
This commit is contained in:
parent
2e6d61c7c2
commit
7e2963ab1c
1 changed files with 7 additions and 2 deletions
|
@ -11,13 +11,18 @@ const VIDEO_SRC = {
|
|||
};
|
||||
const VIDEO_OPTIONS = {
|
||||
autoplay: false,
|
||||
liveui: true, // try this
|
||||
liveui: true,
|
||||
preload: 'auto',
|
||||
controlBar: {
|
||||
progressControl: {
|
||||
seekBar: false,
|
||||
},
|
||||
},
|
||||
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…
Reference in a new issue