mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Unblock RTMP packets?
This commit is contained in:
parent
94b5b58076
commit
ede890cf5d
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -37,9 +37,9 @@ func main() {
|
|||
go monitorVideoContent(configuration.PrivateHLSPath, configuration, storage)
|
||||
}
|
||||
|
||||
go startChatServer()
|
||||
go startRTMPService()
|
||||
|
||||
startRTMPService()
|
||||
startChatServer()
|
||||
}
|
||||
|
||||
func startChatServer() {
|
||||
|
|
Loading…
Reference in a new issue