fix moved transcoding error links (#1381)

This commit is contained in:
Halil İbrahim Kocaöz
2021-09-06 04:07:02 +03:00
committed by GitHub
parent efb80243d5
commit d90b02e50b
2 changed files with 2 additions and 2 deletions

View File

@ -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/")
}
}