Fix blocking YP
This commit is contained in:
parent
298d140c28
commit
4cb0027ed3
@ -33,7 +33,7 @@ func setStreamAsConnected() {
|
||||
startOnlineCleanupTimer()
|
||||
|
||||
if _yp != nil {
|
||||
_yp.Start()
|
||||
go _yp.Start()
|
||||
}
|
||||
|
||||
segmentPath := config.PublicHLSStoragePath
|
||||
|
Loading…
Reference in New Issue
Block a user