This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:linux:install:centos [2012/09/02 19:17] will |
howto:linux:install:centos [2015/01/14 15:50] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ==== Prerequisites ==== | ==== Prerequisites ==== | ||
| - | * Java< | + | * Java< |
| ==== 1.Download Serviio ==== | ==== 1.Download Serviio ==== | ||
| - | < | + | Always check http:// |
| + | < | ||
| ==== 2.Extract Serviio ==== | ==== 2.Extract Serviio ==== | ||
| - | < | + | < |
| - | mv / | + | mv / |
| ==== 3.Create Serviio' | ==== 3.Create Serviio' | ||
| < | < | ||
| Line 129: | Line 130: | ||
| iptables -A INPUT -p tcp --dport 23424 -j ACCEPT -m comment --comment " | iptables -A INPUT -p tcp --dport 23424 -j ACCEPT -m comment --comment " | ||
| </ | </ | ||
| - | ==== 9. Rebuild | + | |
| + | ==== 9. Build ffmpeg ==== | ||
| + | |||
| + | As of Serviio v1.0, you need ffmpeg v0.11 or greater so in most cases you will need to build ffmpeg from source, rather than use the version from yum. | ||
| As per [[: | As per [[: | ||
| - | * Remove packages, | + | * Remove |
| yum install git libfaac-devel libmp3lame-devel libtheora-devel \ | yum install git libfaac-devel libmp3lame-devel libtheora-devel \ | ||
| libva-devel libvdpau-devel libvorbis-devel libX11-devel libXfixes-devel texi2html yasm \ | libva-devel libvdpau-devel libvorbis-devel libX11-devel libXfixes-devel texi2html yasm \ | ||
| Line 147: | Line 151: | ||
| make install</ | make install</ | ||
| - | * Libvpx< (optional)code> | + | * Libvpx (optional)<code>cd ~/src |
| git clone http:// | git clone http:// | ||
| cd libvpx | cd libvpx | ||