Revert "improve stream testing script (#2525)"

This reverts commit e748d8f765.
This commit is contained in:
Gabe Kangas
2023-01-04 14:22:55 -08:00
parent 2c6fd67276
commit 2675150cdf
10 changed files with 121 additions and 142 deletions

View File

@@ -132,7 +132,7 @@ func (t *Transcoder) Start() {
}
if err := _commandExec.Start(); err != nil {
log.Errorln("Transcoder error. See", logging.GetTranscoderLogFilePath(), "for full output to debug.")
log.Errorln("Transcoder error. See ", logging.GetTranscoderLogFilePath(), " for full output to debug.")
log.Panicln(err, command)
}
@@ -150,7 +150,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/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/")
}
}