This document will try to help you install ReStream 2.X. ReStream 2.X consists on different programs and services. And of course a Dreambox.
Here you can make your choice of installation OS. Each OS has his own settings. Most settings are already correct, but you can fill in the form below to get all the right settings for your setup. At least the IP number of the dreambox should be filled in manually!!
Variable | Value | |
---|---|---|
OS: | Windows, Mac OS X, Linux | |
Dreambox ip: | ||
Dreambox username: | ||
Dreambox password: | ||
Dreambox type: | ||
VLC server executable: | ||
VLC server ip: | ||
VLC server port: | ||
Wowza Media Server 2 ip: | ||
Webserver ip: | ||
Webserver port: | ||
Restream path: |
Copy from folder restream_2.0/apps/wowza/* to the installation folder of Wowza Media Server 2. The folder should be on the location 'C:\Program Files\Wowza Media Systems\Wowza Media Server 2.1.2'.
Now edit the file 'C:\Program Files\Wowza Media Systems\Wowza Media Server 2.1.2\conf\aliasmap.dreambox.play.txt'. Make sure that the following line is the only line in the file:
*=http://:/restream.sdp?channel=${Stream.Name.Part1}
Start Wowza from the Windows menu.
Copy from folder restream_2.0/apps/wowza/* to the installation folder of Wowza Media Server 2. The folder should be on the location '/Library/WowzaMediaServer'. Make sure that you don't replace the existing folders. Because that will delete other files that are needed with Wowza Media Server 2.
Now edit the file '/Library/WowzaMediaServer/conf/aliasmap.dreambox.play.txt'. Make sure that the following line is the only line in the file:
*=http://:/restream.sdp?channel=${Stream.Name.Part1}
Start Wowza Media Server 2 by double clicking on the Start Wowza icon in the Wowza folder in the application folder.
Copy from folder restream_2.0/apps/wowza/* to the installation folder of Wowza Media Server 2. The folder should be on the location '/usr/local/WowzaMediaServer/'.
Now edit the file '/user/local/WowzaMediaServer/conf/aliasmap.dreambox.play.txt'. Make sure that the following line is the only line in the file:
*=http://:/restream.sdp?channel=${Stream.Name.Part1}
Restart Wowza Media Server 2 with the command: sudo /etc/init.d/WowzaMediaServer restart.
Edit the file 'C:\wamp\www\restream_2.0\Settings.class.php' and set the following variables:
private static $dreamboxIP = "";
private static $dreamboxUserName = "";
private static $dreamboxPassword = "";
private static $dreamboxEnigmaVersion = "";
private static $vlcLanStreamPort = "";
private static $vlcIP = "";
private static $wowzaServerName = "";
private static $lVLCLocationMacOSX = "";
Other variables are optional
Edit the file 'Applications/MAMP/htdocs/restream_2.0/Settings.class.php' and set the following variables:
private static $dreamboxIP = "";
private static $dreamboxUserName = "";
private static $dreamboxPassword = "";
private static $dreamboxEnigmaVersion = "";
private static $vlcLanStreamPort = "";
private static $vlcIP = "";
private static $wowzaServerName = "";
private static $lVLCLocationMacOSX = "";
Other variables are optional
Edit the file '/var/www/restream_2.0/Settings.class.php' and set the following variables:
private static $dreamboxIP = "";
private static $dreamboxUserName = "";
private static $dreamboxPassword = "";
private static $dreamboxEnigmaVersion = "";
private static $vlcLanStreamPort = "";
private static $vlcIP = "";
private static $wowzaServerName = "";
private static $lVLCLocationMacOSX = "";
Other variables are optional