From ede890cf5d1f5ab64cf075335fa70204ef1533c4 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 14 Jun 2020 23:06:43 -0700 Subject: [PATCH] Unblock RTMP packets? --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 9bf16b56f..0896f7187 100644 --- a/main.go +++ b/main.go @@ -37,9 +37,9 @@ func main() { go monitorVideoContent(configuration.PrivateHLSPath, configuration, storage) } - go startChatServer() + go startRTMPService() - startRTMPService() + startChatServer() } func startChatServer() {