mirror of
https://github.com/YunoHost-Apps/koel_ynh.git
synced 2024-09-03 19:35:54 +02:00
Fix ffmpeg location
This commit is contained in:
parent
24b635d93f
commit
c25af9816e
1 changed files with 1 additions and 1 deletions
2
conf/env
2
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue