Make setting the offline content optional
This commit is contained in:
@@ -9,6 +9,6 @@ func ShowStreamOfflineState() {
|
||||
transcoder := NewTranscoder()
|
||||
transcoder.SetSegmentLength(10)
|
||||
transcoder.SetAppendToStream(true)
|
||||
transcoder.SetInput(config.Config.VideoSettings.OfflineContent)
|
||||
transcoder.SetInput(config.Config.GetOfflineContentPath())
|
||||
transcoder.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user