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/12/04 12:03] ricardobalk Multicast fix for Linux hosts |
howto:linux:install:ubuntu [2016/11/10 15:37] (current) 7upman [3.Ubuntu Server Startup Script (credit to forum member jonolafur)] |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| < | < | ||
| ==== 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 88: | 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: | ||
| - | < | ||
| - | Replacing XXX.XXX.X.XXX with the IP Address of the remote server | ||
| - | |||
| ==== Fixing multicast on Linux hosts ==== | ==== Fixing multicast on Linux hosts ==== | ||
| On Linux hosts it could be that you need to set up [[http:// | On Linux hosts it could be that you need to set up [[http:// | ||
| To do this, add following line to / | To do this, add following line to / | ||
| - | < | ||
| <note important> | <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 the new configuration and reload your configuration | ||
| + | < | ||
| + | a2ensite 001-serviio | ||
| + | service apache reload | ||
| + | </ | ||
| + | |||
| + | ==== Setting up a password ==== | ||
| + | Go to < | ||
| + | |||
| ~~NOTOC~~ | ~~NOTOC~~ | ||