Force LiveUI/seek bar during live to show. Closes #11.
This commit is contained in:
@@ -32,6 +32,9 @@ const VIDEO_SRC = {
|
|||||||
const VIDEO_OPTIONS = {
|
const VIDEO_OPTIONS = {
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
liveui: true, // try this
|
liveui: true, // try this
|
||||||
|
liveTracker: {
|
||||||
|
trackingThreshold: 0,
|
||||||
|
},
|
||||||
sources: [VIDEO_SRC],
|
sources: [VIDEO_SRC],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user