Browse Source

Continue to troubleshoot race condition at launch

pull/5/head
Gabe Kangas 5 years ago
parent
commit
e8edce5178
  1. 3
      main.go

3
main.go

@ -37,8 +37,6 @@ func main() { @@ -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() { @@ -46,6 +44,7 @@ func main() {
go startRTMPService()
resetDirectories(configuration)
startWebServer()
}

Loading…
Cancel
Save