@ -135,7 +135,10 @@ func main() {
`, VERSION)
stream := rtmp.NewRtmpStream()
hlsServer := startHls()
var hlsServer *hls.Server
if configure.Config.GetBool("hls") {
}
startHTTPFlv(stream)
startAPI(stream)