Post Thu Feb 21, 2013 10:09 am

Serviio can't find newly built ffmpeg

Hi!

I just built ffmpeg from source according to http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux in order to view RTMP. Earlier I used the packaged ffmpeg.

At first I got an error like:
  Code:
ffmpeg: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory


I fixed this using:
  Code:
export LD_LIBRARY_PATH=/usr/local/lib/


But now I get another error: (log attached)
  Code:
FFMPEG not found. Serviio will not work properly.


I can run ffmpeg just fine from the cli:
  Code:
root@lyrebird:~# ffmpeg
ffmpeg version git-2013-02-21-d714576 Copyright (c) 2000-2013 the FFmpeg developers
  built on Feb 21 2013 08:38:19 with gcc 4.4.5 (Debian 4.4.5-8)
  configuration: --enable-gpl --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp
  libavutil      52. 17.102 / 52. 17.102
  libavcodec     54. 92.100 / 54. 92.100
  libavformat    54. 63.100 / 54. 63.100
  libavdevice    54.  3.103 / 54.  3.103
  libavfilter     3. 38.106 /  3. 38.106
  libswscale      2.  2.100 /  2.  2.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  2.100 / 52.  2.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'


/Debian squeezy headless server

BTW: I can still play videos from Serviio to my Samsung TV - but there are still no feeds showing up. This indicates that there is at least some ffmpeg functionality active, right? An (unrelated?) issue is that I can't get Serviio to show films and series in their respective categories... :-(
Attachments
serviio.log
Serviio log file
(96.07 KiB) Downloaded 292 times