mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 21:08:36 +08:00
Support default path of ffmpeg and not needing to specify it in the config
This commit is contained in:
@ -104,7 +104,7 @@ func (t *Transcoder) getString() string {
|
||||
|
||||
ffmpegFlags := []string{
|
||||
"cat", t.input, "|",
|
||||
config.Config.FFMpegPath,
|
||||
config.Config.GetFFMpegPath(),
|
||||
"-hide_banner",
|
||||
"-i pipe:",
|
||||
t.getVariantsString(),
|
||||
|
||||
Reference in New Issue
Block a user