Continue to troubleshoot race condition at launch
This commit is contained in:
parent
d15080db11
commit
e8edce5178
3
main.go
3
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()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user