Browse Source

Fix blocking YP

pull/389/head
Gabe Kangas 5 years ago
parent
commit
4cb0027ed3
  1. 2
      core/streamState.go

2
core/streamState.go

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

Loading…
Cancel
Save