Browse Source

Unblock RTMP packets?

pull/5/head
Gabe Kangas 5 years ago
parent
commit
ede890cf5d
  1. 4
      main.go

4
main.go

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

Loading…
Cancel
Save