Page 1 of 1

Serviio on Raspbian Jessie (Raspberry Pi 2)

PostPosted: Wed Jul 27, 2016 2:32 am
by bbking67
I've recently gotten Serviio working on Ubuntu Mate for Raspberry Pi. It works, but in theory Raspbian should perform better given its pi optimizations and support for acceleration..

The problem I am having is that ffmpeg fails to install and there isn't a guide for Servio on the latest Raspbian (Jessie).

Is anyone doing this? Can the hardware codecs be leveraged?

Re: Serviio on Raspbian Jessie (Raspberry Pi 2)

PostPosted: Fri Sep 09, 2016 8:27 pm
by chumaty
bbking67 wrote:I've recently gotten Serviio working on Ubuntu Mate for Raspberry Pi. It works, but in theory Raspbian should perform better given its pi optimizations and support for acceleration..

The problem I am having is that ffmpeg fails to install and there isn't a guide for Servio on the latest Raspbian (Jessie).

Is anyone doing this? Can the hardware codecs be leveraged?


Hey. I installed the Seviio on Raspberri Pi 3. Works perfectly.
(java 8, ffmpeg). I install ubuntu server on Raspberry Pi 3.
P.S. Sorry for my eanglish language.

Re: Serviio on Raspbian Jessie (Raspberry Pi 2)

PostPosted: Sat Sep 10, 2016 7:56 pm
by bbking67
Thanks I also have it working with Ubuntu, however I am trying to get a working raspbian jessie installation so I can leverage the advantages of Raspbian.

Re: Serviio on Raspbian Jessie (Raspberry Pi 2)

PostPosted: Tue Oct 18, 2016 1:51 am
by AQUSTIQ
On my Debian Jessie is working very buggy too. Once in 3 days I have to restart the server to make serviio work again. On ubuntu server I didn't have any issue.

Re: Serviio on Raspbian Jessie (Raspberry Pi 2)

PostPosted: Fri Nov 11, 2016 1:02 am
by mmarvin
I have serviio installed on my Raspberry Pi 2 Jessie Lite without any issue.

Steps:
1. Install Jessie lite
2. Install Java 8:
sudo apt-get install oracle-java8-jdk

3. Install ffmpeg:
cd /usr/src
sudo git clone git://git.videolan.org/x264
cd x264
sudo ./configure --host=arm-unknown-linux-gnueabi --enable-static --disable-opencl
sudo make
sudo make install

cd ..
sudo git clone git://source.ffmpeg.org/ffmpeg.git
cd ffmpeg
sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264
sudo make
sudo make install

4. Install serviio

And ... enjoy!

Re: Serviio on Raspbian Jessie (Raspberry Pi 2)

PostPosted: Mon Apr 10, 2017 7:52 pm
by serviio4me
Hi, I'm working from Raspbian Jessie, not lite. How do I install Serviio? I tried from the program installer but Serviio is not available. From the service page there are several Arm files to download, but I do not know which one to choose. Can somebody help me? Thanks Apologies for my poor English, I am using the google translator, can understand the contradictions of the translation, if there are any. Thanks again.