This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:linux:install:ubuntu [2015/11/30 22:04] ricardobalk FFmpeg is replaced by avconv |
howto:linux:install:ubuntu [2016/11/10 15:37] (current) 7upman [3.Ubuntu Server Startup Script (credit to forum member jonolafur)] |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * FFmpeg | * FFmpeg | ||
| < | < | ||
| - | <note tip> | + | <note tip> |
| - | * libav-tools | + | * workaround |
| - | < | + | < |
| + | < | ||
| + | < | ||
| * dcraw for digital pictures | * dcraw for digital pictures | ||
| < | < | ||
| ==== 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.6.1 and update accordingly |
| Here is link to serviio.org download page. | Here is link to serviio.org download page. | ||
| http:// | http:// | ||
| - | < | + | < |
| ==== 2.Extract Serviio ==== | ==== 2.Extract Serviio ==== | ||
| - | < | + | < |
| </ | </ | ||
| ==== 3.Ubuntu Server Startup Script (credit to forum member jonolafur) ==== | ==== 3.Ubuntu Server Startup Script (credit to forum member jonolafur) ==== | ||
| + | |||
| + | Note for Ubuntu systems that use systemd not upstart (i.e. 15+) this forum item discusses the way to configure correctly: [[http:// | ||
| + | |||
| Create and save the following script in the directory /etc/init/ and call it serviio.conf | Create and save the following script in the directory /etc/init/ and call it serviio.conf | ||
| < | < | ||
| Line 86: | Line 91: | ||
| < | < | ||
| - | ==== 4.Enabling Remote Console Access From Windows (credit to forum member tvkdlna) ==== | ||
| - | Create a firewall rule to allow TCP data on port 23423 on both the client and server | ||
| - | Edit C:\Program Files\Serviio\bin\ServiioConsole.exe.vmoptions adding: | + | ==== Fixing multicast on Linux hosts ==== |
| - | < | + | On Linux hosts it could be that you need to set up [[http://forum.serviio.org/ |
| - | Replacing XXX.XXX.X.XXX with the IP Address | + | To do this, add following line to / |
| + | <note important> | ||
| + | < | ||
| + | |||
| + | |||
| + | ==== Making Serviio' | ||
| + | < | ||
| + | Usually you go to http:// | ||
| + | |||
| + | Enable proxy module | ||
| + | < | ||
| + | |||
| + | Make a new Apache configuration file | ||
| + | < | ||
| + | |||
| + | Put this inside | ||
| + | < | ||
| + | Require all granted | ||
| + | ProxyPass http:// | ||
| + | ProxyPassReverse http:// | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | Require all granted | ||
| + | ProxyPass http:// | ||
| + | ProxyPassReverse http:// | ||
| + | </ | ||
| + | |||
| + | Enable | ||
| + | < | ||
| + | a2ensite 001-serviio | ||
| + | service apache reload | ||
| + | </ | ||
| + | |||
| + | ==== Setting up a password ==== | ||
| + | Go to < | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||