Browse Source

Typo

pull/152/head
Mauro 4 years ago committed by GitHub
parent
commit
69fcad4299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.go

2
main.go

@ -137,7 +137,7 @@ func main() { @@ -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)

Loading…
Cancel
Save