mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix blocking YP
This commit is contained in:
parent
298d140c28
commit
4cb0027ed3
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user