Browse Source

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

pull/70/head
Gabe Kangas 5 years ago
parent
commit
a266633a9a
  1. 3
      webroot/js/utils.js

3
webroot/js/utils.js

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

Loading…
Cancel
Save