Unblock RTMP packets?
This commit is contained in:
4
main.go
4
main.go
@@ -37,9 +37,9 @@ func main() {
|
|||||||
go monitorVideoContent(configuration.PrivateHLSPath, configuration, storage)
|
go monitorVideoContent(configuration.PrivateHLSPath, configuration, storage)
|
||||||
}
|
}
|
||||||
|
|
||||||
go startChatServer()
|
go startRTMPService()
|
||||||
|
|
||||||
startRTMPService()
|
startChatServer()
|
||||||
}
|
}
|
||||||
|
|
||||||
func startChatServer() {
|
func startChatServer() {
|
||||||
|
|||||||
Reference in New Issue
Block a user