From 69fcad4299365647ed55706837b3bab5a7090365 Mon Sep 17 00:00:00 2001 From: Mauro Date: Thu, 14 Jan 2021 10:27:09 +0100 Subject: [PATCH] Typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 23b835e6..85ccd767 100755 --- a/main.go +++ b/main.go @@ -137,7 +137,7 @@ func main() { stream := rtmp.NewRtmpStream() var hlsServer *hls.Server if configure.Config.GetBool("hls") { - hlsServer := startHls() + hlsServer = startHls() } startHTTPFlv(stream) startAPI(stream)