Improve the editing experience for live videos

Apparently we weren't using VideoJS's new live UI (I thought we were), which caused issues like "the progress bar is not present on the video."
pull/237/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent c11ca47afe
commit 491d8dc3a8

@ -49,7 +49,7 @@ async function loadVideoPlayer(playlistURL) {
let defaultOptions = {
sources: [{ src: rangedPlaylistURL }],
liveui: false,
liveui: true,
controls: true,
autoplay: false,
playbackRates: PLAYBACK_RATES,

Loading…
Cancel
Save