Unblock RTMP packets?

This commit is contained in:
Gabe Kangas 2020-06-14 23:06:43 -07:00
parent 94b5b58076
commit ede890cf5d

View file

@ -37,9 +37,9 @@ func main() {
go monitorVideoContent(configuration.PrivateHLSPath, configuration, storage)
}
go startChatServer()
go startRTMPService()
startRTMPService()
startChatServer()
}
func startChatServer() {