Force LiveUI/seek bar during live to show. Closes #11.

This commit is contained in:
Gabe Kangas 2020-07-18 15:37:17 -07:00
parent addfce2ec9
commit a266633a9a

View File

@ -32,6 +32,9 @@ const VIDEO_SRC = {
const VIDEO_OPTIONS = {
autoplay: false,
liveui: true, // try this
liveTracker: {
trackingThreshold: 0,
},
sources: [VIDEO_SRC],
};