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 09:19]
7upman [Prerequisites]
howto:linux:install:ubuntu [2015/12/04 12:03]
ricardobalk Multicast fix for Linux hosts
Line 11: Line 11:
   * FFmpeg   * FFmpeg
 <code>sudo apt-get install ffmpeg libavcodec-extra-53 libavformat-extra-53</code> <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   * dcraw for digital pictures
 <code>sudo apt-get install dcraw</code> <code>sudo apt-get install dcraw</code>
Line 90: Line 95:
 Replacing XXX.XXX.X.XXX with the IP Address of the remote server  Replacing XXX.XXX.X.XXX with the IP Address of the remote server 
  
 +
 +==== Fixing multicast on Linux hosts ====
 +On Linux hosts it could be that you need to set up [[http://forum.serviio.org/viewtopic.php?f=5&t=415&p=2843#p2837|multicast]] to let Serviio work correctly
 +To do this, add following line to /etc/network/interfaces:
 +<code>up route add -net 239.0.0.0 netmask 255.0.0.0 dev eth0</code>
 +<note important>Replace eth0 with the [[http://www.cyberciti.biz/faq/linux-list-network-interfaces-names-command/|name of the network interface]]</note>
 ~~NOTOC~~ ~~NOTOC~~
howto/linux/install/ubuntu.txt ยท Last modified: 2016/11/10 15:37 by 7upman