Serviio Linux not finding ffmpeg
Using 1.5.2, under Ubuntu, the log states:
I understand the DCRaw not working (I don't have it installed) but running ffmpeg -version reports:
setting "-Dffmpeg.location=/usr/bin/ffmpeg" isn't helping at all, either. Any pointers?
- Code:
2015-04-28 19:02:14,866 ERROR [MediaServer] FFMPEG not found. Serviio will not work properly.
2015-04-28 19:02:14,887 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "dcraw": error=2, No such file or directory
java.io.IOException: Cannot run program "dcraw": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at org.serviio.external.ProcessExecutor.run(ProcessExecutor.java:135)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:187)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 1 more
2015-04-28 19:02:14,905 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.
I understand the DCRaw not working (I don't have it installed) but running ffmpeg -version reports:
- Code:
rjohnston@mythbuntu:/usr/share/serviio/log$ ffmpeg -version
ffmpeg version 0.8.13-6:0.8.13-0ubuntu0.13.10.1, Copyright (c) 2000-2014 the Libav developers
built on Jul 15 2014 13:53:49 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
ffmpeg 0.8.13-6:0.8.13-0ubuntu0.13.10.1
libavutil 51. 22. 2 / 51. 22. 2
libavcodec 53. 35. 0 / 53. 35. 0
libavformat 53. 21. 1 / 53. 21. 1
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 15. 0 / 2. 15. 0
libswscale 2. 1. 0 / 2. 1. 1
libpostproc 52. 0. 0 / 52. 0.100
rjohnston@mythbuntu:/usr/share/serviio/log$ which ffmpeg
/usr/bin/ffmpeg
setting "-Dffmpeg.location=/usr/bin/ffmpeg" isn't helping at all, either. Any pointers?