Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EssGeeEich authored Jan 14, 2021
1 parent ba3c832 commit 69fcad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69fcad4

Please sign in to comment.