- 论坛徽章:
- 0
|
#gunzip setup.tar.gz
#tar xvf setup.tar
//改变bin文件的可执行性
#chmod 777 helix-server-retail-11.01-sol28-setup.bin
//开始安装
./helix-server-retail-11.01-sol28-setup.bin
Extracting files for RealNetworks installation....
Welcome to the Helix Server 9.0 (9.0.2.802) Setup for UNIX
Setup will help you get Helix Server running on your computer.
Press [Enter] to continue...
这里按enter键继续
If a Helix Server license key file has been sent to you,
please enter its directory path below. If you have not
received a Helix Server license key file, then this server
WILL NOT OPERATE until a license key file is placed in
the server's License directory. Please obtain a free
Basic Helix Server license or purchase a commercial license
from our website at
http://www.real.com/
. If you need
further assistance, please visit our on-line support area
at
http://service.real.com/
.
License Key File: []:
输入你的授权文件
/home/test/DistributedLicensing.lic
Installation and use of Helix Server requires
acceptance of the following terms and conditions:
Press [Enter] to display the license text...
按enter继续
接着出现的是授权文件的内容。ctrl+c 即可
I accept the above license: [Accept]:
提示你是否同意。按回车即可
Enter the complete path to the directory where you want
Helix Server to be installed. You must specify the full
pathname of the directory and have write privileges to
the chosen directory.
Directory: [/tmp]:
输入你的安装路径。输入刚才建好的目录/usr/local/helixserver
Please enter a username and password that you will use
to access the web-based Helix Server Administrator, monitors,
and live encoders:
Username []:
管理员的用户名.例:admin
Password []:
管理员密码
Confirm Password []:
再输入一遍
Please enter a port on which Helix Server will listen for
PNA connections. These connections have URLs that begin
with "pnm://"
Port [7070]:
输入pnm端口(不喜欢更改按回车即可)
Please enter a port on which Helix Server will listen for
RTSP connections. These connections have URLs that begin
with "rtsp://"
Port [554]:
rtsp端口(不喜欢更改按回车即可)
Please enter a port on which Helix Server will listen for
HTTP connections. These connections have URLs that begin
with "http://"
Port [80]:
这里要说明一下。大家的要更改。除非你的机器80端口没有使用或
者你希望将来会因为现在的一时马虎而后悔。可以改成你喜欢的端
口。例:8080
Please enter a port on which Helix Server will listen for
MMS connections. These connections have URLs that begin
with "mms://"
Port [1755]:
输入mms端口
Helix Server will listen for Administrator requests on the
port shown. This port has been initialized to a random value
for security. Please verify now that this pre-assigned port
will not interfere with ports already in use on your system;
you can change it if necessary.
Port [26490]:
输入管理端口。ps:这里的26490是随机生成的。不要以为是你下载的
软件有毛病
You have selected the following Helix Server configuration:
Admin User/Password: admin/****
Encoder User/Password: admin/****
Monitor Password: ****
RTSP Port: 554
HTTP Port: 8080
PNA Port: 7070
MMS Port: 1755
Admin Port: 26490
Destination: /usr/local/realserver
Enter [F]inish to begin copying files, or [P]revious to go
back to the previous prompts: [F]:
全部填完以后会出现这个确认信息.可以直接按回车
Copying Helix Server files...
Helix Server installation is complete.
If at any time you should require technical
assistance, please visit our on-line support area
at
http://service.real.com/
.
Cleaning up installation files...
Done.
创建自动启动脚本
#vi /etc/rc3.d/S99helixserver
内容如下:
/usr/local/helixserver/Bin/rmserver /usr/local/helixserver/rmserver.cfg &
#chown root:sys /etc/rc3.d/S99helixserver
#chmod 744 /etc/rc3.d/S99helixserver
启动Helixserver服务
/etc/rc3.d/S99helixserver
http://217.0.0.1:26490/admin/index.html
进入web管理界面
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/13654/showart_72292.html |
|