User Tools

Site Tools


howto:linux:install:ubuntu

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
Next revision Both sides next revision
howto:linux:install:ubuntu [2015/02/21 08:22]
7upman [Prerequisites]
howto:linux:install:ubuntu [2015/12/03 16:35]
ricardobalk Workaround for missingg FFmpeg
Line 1: Line 1:
 ====== Ubuntu Server Installation Guide ====== ====== Ubuntu Server Installation Guide ======
 Based on [[http://www.bigfatostrich.com/2011/08/serviio-media-center-on-debian/|bigfatostrich's Howto]] and Forum members contributions Based on [[http://www.bigfatostrich.com/2011/08/serviio-media-center-on-debian/|bigfatostrich's Howto]] and Forum members contributions
 +
 +----
 ==== Prerequisites ==== ==== Prerequisites ====
-  * Java<code>sudo apt-get install default-jre</code> +  * Java 
-  * FFmpeg<code>sudo apt-get install ffmpeg libavcodec-extra-53 libavformat-extra-53</code> +    You need Java version 8 or later.  To find out what version you have type:<code>java -version</code> 
-  * dcraw for digital pictures<code>sudo apt-get install dcraw</code>+Confusingly you are looking for a version of 1.8 or later.  If you don't have this then you will need to install it.  There are more ways of installing Java on your system than I want to articulate here, but if you just want Serviio to work then the following is a good solution:<code>sudo add-apt-repository ppa:webupd8team/java 
 +sudo apt-get update 
 +sudo apt-get install oracle-java8-installer</code> 
 +  * FFmpeg 
 +<code>sudo apt-get install ffmpeg libavcodec-extra-53 libavformat-extra-53</code> 
 +<note tip>FFmpeg is [[https://askubuntu.com/questions/432542/is-ffmpeg-missing-from-the-official-repositories-in-14-04|replaced]] by avconv</note> 
 +  * workaround for missing FFmpeg 
 +<code>sudo add-apt-repository ppa:mc3man/trusty-media</code> 
 +<code>sudo apt-get update</code> 
 +<code>sudo apt-get install ffmpeg gstreamer0.10-ffmpeg</code> 
 +  * dcraw for digital pictures 
 +<code>sudo apt-get install dcraw</code>
 ==== 1.Download Serviio ==== ==== 1.Download Serviio ====
 Always check what the latest version is on the website, it is currently 1.2.1 and update accordingly Always check what the latest version is on the website, it is currently 1.2.1 and update accordingly
howto/linux/install/ubuntu.txt · Last modified: 2016/11/10 15:37 by 7upman