0

Remove player progress bar. Closes #159

This commit is contained in:
Gabe Kangas 2020-09-21 14:28:12 -07:00
parent 2e6d61c7c2
commit 7e2963ab1c

View File

@ -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,