1, download
Open source version of Helix.server (i.e. real server), RM media streaming server, without any restricted versions. Support the RTSP agreement, support the Rm,mp3 and other formats, even if it is commercial, can cope with.
2, installation
Decompression: #tar-ZXVF helix_dna_server_10.1.tar.gz
Get directory helix_dna_server_10.1 under current path
#cd helix_dna_server_10.1
There are two files, execute the installation command as follows:
#./servinst_plus_linux-2.2-libc6-i586-server.bin
The following is a detailed installation process:
directory:[here the system will give a default installation path, which is the current directory: You can enter the specified installation path here. or carriage return using the default path;
Username[]: Enter Admin login name
Password: admin password, enter again;
Later, with the port[system default port] Beginning (such as port[7070],port[554), you can return all the way, using the default port. But note: port[80], you'd better change it to 8080 or another unused port number, because Apache's default port is 80, otherwise it will conflict with your Apache port.
PORT[80] After the carriage return appears like port[29902], this is your administrator login server's port number, must remember that the following to use.
Next, give a list of the parameters you set above:
Previous Prompts:[f]: Enter F to confirm the above parameter setting, start the installation immediately, enter P reset.
Installation complete.
3, start the server
Enter the bin folder of the installation directory
#cd Bin
Start the server
#./hlxserverplus.. /hlxserverplus.cfg
The hlxserverplus.cfg in the back is your server configuration file.
If no error is prompted, go to the following action.
Two points to note
A: If you want to load the Helix server automatically when you start Linux. Start Menu---> Preferences---> More preferences---> Session---> Startup program--> Add---> Start command, browse on the right can be specified--->
Don't forget to add the parameters. Example:
/home/root/helixserver/bin/hlxserverplus/home/root/helixserver/hlxserverplus.cfg
/home/root/helixserver is the installation path for my Helix_server
B: Add a shortcut to the desktop. Right-click on the desktop---> New initiator---> Name: Helixserver command point browsing specified. Don't forget to add the parameters. Example:
/home/root/helixserver/bin/hlxserverplus/home/root/helixserver/hlxserverplus.cfg
/home/root/helixserver is the installation path for my Helix_server
4, Server Management configuration
Start Mozilla input in the address bar:
Your server IP: Before you remember the administrator login port number/admin/index.html
Normally, a dialog box pops up. Please enter the administrator login name and password you set when you install. If correct, enter the server configuration interface.
This explains the most basic configuration:
(1) Server IP address binding
Server Setup---->IP Binding-----> Click the ' + ' on the right side of IP address, enter the IP addresses of the servers to be bound under Edit IP adress----->apply----> Pending Changes
(2) New hanging contact
To modify the default bounding root directory
Server Setup---->mount Points-----> Click Helix Content---> Modify the content below base path to the full path of your movie file, such as mine/mnt/dos/ VOD---->apply----->pending Changes
Client access: Rtsp://server ip/001.rm for example: rtsp://192.168.0.200/001.rm
001.RM is your movie file name, you can use the Chinese name.
Create a new hanging contact
Click the ' + ' behind mount point desription
Edit description Below is the hanging contact instructions, you can easily input.
Mount point your Hang point, and then the client will access it, such as:/film/
The content below the Base path is modified to the full path of your movie file, such as mine is/MNT/DOS/VOD---->apply----->pending Changes
Client access: Rtsp://server Ip/film/001.rm for example:
Rtsp://192.168.0.200/film/001.rm
Set up after restart server. It's best to shut down Mozilla and log back in to see if the settings are in effect. Otherwise, re-operate it!
When you're done, you can watch a movie. Of course you can also configure the number of client connections, multicast, IP address restrictions, traffic restrictions, control access to users and groups, and so on.
Source of this article: Http://linux-down.kmip.net