From c25af9816e107c3adca677fe8f901564cb9e1ca7 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 17 Sep 2023 19:25:14 +0200 Subject: [PATCH] Fix ffmpeg location --- conf/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/env b/conf/env index 47a71ef..9ff2d60 100644 --- a/conf/env +++ b/conf/env @@ -104,7 +104,7 @@ CDN_URL= # To transcode FLAC to MP3 and stream it on the fly, make sure the following settings are sane. # The full path of ffmpeg binary. -FFMPEG_PATH=/usr/local/bin/ffmpeg +FFMPEG_PATH=/usr/bin/ffmpeg # The bit rate of the output mp3 stream. Higher value results in better quality, # but slower streaming and more bandwidth.