Page 1 of 1

Serviio FFMPEG problem on RPI Linux

PostPosted: Sat Aug 10, 2013 8:53 am
by jelleke60
Hello,

I'm using serviio on the Raspberry Pi (Raspbian wheezy) but I have a problem configuring FFMPEG. I'm currently following this guide from the official wiki. http://wiki.serviio.org/doku.php?id=howto:linux:install:raspbian
Everything went fine untill the last part of configuring ffmpeg
  Code:
cd /home/pi/src
git clone --depth 1 git://git.videolan.org/ffmpeg
cd ffmpeg
./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree --enable-libaacplus --enable-librtmp --enable-libmp3lame
make
sudo make install


When the ./configure command gets executed, I get the error libx264 not found but I've installed libx264 as described in the guide??

Any solutions please? I'd really like to use Serviio on my RPI :D

Re: Serviio FFMPEG problem on RPI Linux

PostPosted: Sat Aug 10, 2013 5:41 pm
by zip
I don't think you'll need x264 really, as the RPi is not strong enough to encode h264 on the fly. So try to remove --enable-libx264 from the configure line.

Re: Serviio FFMPEG problem on RPI Linux

PostPosted: Sat Aug 10, 2013 5:59 pm
by NX3
As Zip said but odd it didn't work as it did for me writing the guide. Maybe something in the build has changed.

Sent from my HTC Desire S using Tapatalk 2