Fix blocking YP

This commit is contained in:
Gabe Kangas 2020-11-20 22:59:20 -08:00
parent 298d140c28
commit 4cb0027ed3

View File

@ -33,7 +33,7 @@ func setStreamAsConnected() {
startOnlineCleanupTimer()
if _yp != nil {
_yp.Start()
go _yp.Start()
}
segmentPath := config.PublicHLSStoragePath