Added a configuration option to specify ffmpeg binary location #5

This commit is contained in:
emeric
2019-10-25 13:51:59 +02:00
parent 4ab91aea44
commit 88570d7f0b
4 changed files with 12 additions and 52 deletions
+3
View File
@@ -4,6 +4,9 @@
# Must have write privileges in order to create and modify this directory
working-dir = "/var/lms/";
# ffmpeg location
ffmpeg-file = "/usr/bin/ffmpeg";
# Log files, empty means stdout
log-file = "";
access-log-file = "";