User Tools

Site Tools


howto:linux:install:debian

This is an old revision of the document!


Debian Installation Guide

Prerequisites

To ensure flawless operation of Serviio, additional codecs and libraries must be installed not available in current Debian distribution. The packages containing the additional codecs and libraries can be installed from http://deb-multimedia.org.

For instructions how to install packages from http://deb-multimedia.org follow the the next steps.

1. Install missing codecs

1.1 Preparation

1.1.1 Install codecs from deb-multimedia.org

Beware that Debian has decided to switch to libav http://www.libav.org. If you decide to use ffmpeg from deb-multimedia.org you can no longer use libav and programs relying on it.

Create a file /etc/apt/sources.list.d/deb-multimedia.list and add one of the following lines according to your distribution:

testing

deb http://www.deb-multimedia.org testing main non-free

or

deb ftp://ftp.deb-multimedia.org testing main non-free

unstable

deb http://www.deb-multimedia.org unstable main non-free

or

deb ftp://ftp.deb-multimedia.org unstable main non-free

Next update your list of packages

apt-get update

and in first place install the deb-multimedia-keyring

apt-get install deb-multimedia-keyring
1.1.2 Install static compiled ffmpeg binary

This is a static compiled version of ffmpeg so there is no need to replace an mess up your system with a whole bunch of libraries from deb-multimedia.org.

Q: What does static mean?
A: This is a single fat binary which has no external dependencies to any libraries. There is no need to install anything except one package.

Create or modify the file /etc/apt/sources.list.d/debian.i-matrixx.list and add the following line

deb http://debian.i-matrixx.de ffmpeg-serviio main

and add the APT key with the following command

wget -O - http://debian.i-matrixx.de/52CE883E.asc | sudo apt-key add -

Next update your list of packages

apt-get update

and install the ffmpeg-serviio package.

1.2 Install ffmpeg
sudo apt-get install ffmpeg

2. Install Serviio

2.1 Download Serviio Debian package

Installation of binary packages from unknown sources is strongly discouraged.
But for the lazy ones here are the steps to get everything up und running.

Create or modify the file /etc/apt/sources.list.d/debian.i-matrixx.list and add the following line

deb http://debian.i-matrixx.de serviio main

and add the APT key with the following command

wget -O - http://debian.i-matrixx.de/52CE883E.asc | sudo apt-key add -

Next update your list of packages

apt-get update

and install the serviio package.

For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de.

This is the recommended way to install the Debian serviio package and ensures you can verify the changes the author has made.

Create or modify the file /etc/apt/sources.list.d/debian.i-matrixx.list and the following line

deb-src http://debian.i-matrixx.de serviio main

and add the APT key with the following command

wget -O - http://debian.i-matrixx.de/52CE883E.asc | sudo apt-key add -

Next update your list of packages

apt-get update

To download and build a source package, you would use the following command as root:

apt-get -b source serviio

For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de.

2.3 Manual installation from [[http://www.serviio.org/download]]
howto/linux/install/debian.1367223575.txt.gz · Last modified: 2013/04/29 08:19 by i-matrixx