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