1
0
Fork 0
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:
tituspijean 2023-09-17 19:25:14 +02:00
parent 24b635d93f
commit c25af9816e
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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.