diff --git a/main.go b/main.go index 915e55cd3..3dbf38566 100644 --- a/main.go +++ b/main.go @@ -37,8 +37,6 @@ func main() { usingExternalStorage = true } - resetDirectories(configuration) - if usingExternalStorage { storage.Setup(configuration) go monitorVideoContent(configuration.PrivateHLSPath, configuration, storage) @@ -46,6 +44,7 @@ func main() { go startRTMPService() + resetDirectories(configuration) startWebServer() } diff --git a/webroot/index.html b/webroot/index.html index 32cb6ff3c..24f34ff7f 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -75,7 +75,7 @@ GW TODO: playsinline muted poster="/thumbnail.png" - data-setup='{"vhs": { "enableLowInitialPlaylist": true, "smoothQualityChange": true, "handlePartialData": true }}' + data-setup='{}' > diff --git a/webroot/static/content.md b/webroot/static/content.md deleted file mode 100644 index 6b8f2888b..000000000 --- a/webroot/static/content.md +++ /dev/null @@ -1,4 +0,0 @@ -# Stream description and content can go here. - -1. Edit `content.md` in markdown. -1. And it'll go here. \ No newline at end of file