From a266633a9a833c9957735a8658ef3539c6948726 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 18 Jul 2020 15:37:17 -0700 Subject: [PATCH] Force LiveUI/seek bar during live to show. Closes #11. --- webroot/js/utils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webroot/js/utils.js b/webroot/js/utils.js index 103700cee..5b8fb716b 100644 --- a/webroot/js/utils.js +++ b/webroot/js/utils.js @@ -32,6 +32,9 @@ const VIDEO_SRC = { const VIDEO_OPTIONS = { autoplay: false, liveui: true, // try this + liveTracker: { + trackingThreshold: 0, + }, sources: [VIDEO_SRC], };