User Tools

Site Tools


howto:linux:install:debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
howto:linux:install:debian [2013/02/04 13:06]
i-matrixx [Prerequisites]
howto:linux:install:debian [2013/07/11 06:01]
i-matrixx [1. Install missing codecs]
Line 1: Line 1:
 ====== Debian Installation Guide ====== ====== Debian Installation Guide ======
  
-==== Prerequisites ====+===== 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]]. 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. For instructions how to install packages from [[http://deb-multimedia.org]] follow the the next steps.
  
-=== 1. Install missing codecs ===+==== 1. Install missing codecs ====
  
-== 1.1 Preparation ==+=== 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: Create a file /etc/apt/sources.list.d/deb-multimedia.list and add one of the following lines according to your distribution:
Line 28: Line 32:
  
 <code>apt-get install deb-multimedia-keyring</code> <code>apt-get install deb-multimedia-keyring</code>
 +
 +== 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
 +
 +<code>deb http://debian.i-matrixx.de ffmpeg-serviio main</code>
 +
 +and add the APT key with the following command
 +
 +<code>wget -O - http://debian.i-matrixx.de/52CE883E.asc | sudo apt-key add -</code>
 +
 +Next update your list of packages
 +
 +<code>apt-get update</code>
 +
 +and install the ffmpeg-serviio package.
 +
  
 == 1.2 Install ffmpeg == == 1.2 Install ffmpeg ==
Line 40: Line 66:
 But for the lazy ones here are the steps to get everything up und running.  But for the lazy ones here are the steps to get everything up und running. 
  
-Create file /etc/apt/sources.list.d/debian.i-matrixx.list and the following line+Create or modify the file /etc/apt/sources.list.d/debian.i-matrixx.list and add the following line
  
-<code>deb http://debian.i-matrixx.de debian main</code>+<code>deb http://debian.i-matrixx.de serviio main</code>
  
 and add the APT key with the following command and add the APT key with the following command
Line 52: Line 78:
 <code>apt-get update</code> <code>apt-get update</code>
  
-and install the serviio package.+and install the serviio package 
 + 
 +<code>apt-get install serviio</code>
  
 For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de. For further assistance or questions regarding this package write to debian [@] i-matrixx [dot] de.
Line 62: Line 90:
 Create or modify the file /etc/apt/sources.list.d/debian.i-matrixx.list and the following line Create or modify the file /etc/apt/sources.list.d/debian.i-matrixx.list and the following line
  
-<code>deb-src http://debian.i-matrixx.de debian main</code>+<code>deb-src http://debian.i-matrixx.de serviio main</code>
  
 and add the APT key with the following command and add the APT key with the following command
howto/linux/install/debian.txt · Last modified: 2017/11/26 21:38 by stanislav.belichenko