mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
Create hls directories at transcoder start to account for stream output changes. Fixes #940
This commit is contained in:
@ -87,6 +87,7 @@ func (t *Transcoder) Start() {
|
||||
|
||||
command := t.getString()
|
||||
log.Infof("Video transcoder started using %s with %d stream variants.", t.codec.DisplayName(), len(t.variants))
|
||||
createVariantDirectories()
|
||||
|
||||
if config.EnableDebugFeatures {
|
||||
log.Println(command)
|
||||
|
||||
Reference in New Issue
Block a user