mirror of
https://github.com/owncast/owncast.git
synced 2025-11-06 22:36:31 +08:00
fix moved transcoding error links (#1381)
This commit is contained in:
committed by
GitHub
parent
efb80243d5
commit
d90b02e50b
@ -126,7 +126,7 @@ func (t *Transcoder) Start() {
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
log.Errorln("transcoding error. look at ", logging.GetTranscoderLogFilePath(), " to help debug. your copy of ffmpeg may not support your selected codec of", t.codec.Name(), "https://owncast.online/docs/troubleshooting/#codecs")
|
||||
log.Errorln("transcoding error. look at ", logging.GetTranscoderLogFilePath(), " to help debug. your copy of ffmpeg may not support your selected codec of", t.codec.Name(), "https://owncast.online/docs/codecs/")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user