cd /usr/local/
cd HelixServerUnlimited11_Linux/
cd setup
chmod a+x helix-server-retail-11.01-rhel4-setup.bin
./helix-server-retail-11.01-rhel4-setup.bin
之前一路回车,到输入安装目录时输入/usr/helix的安装目录
Directory: [/usr/local/HelixServerUnlimited11_Linux/setup]: /usr/helix
#输入远程管理的用户,我这输入用户名:admin 密码:admin 也可以自己定义别的用户和密码
Please enter a username and password that you will use
to access the web-based Helix Server Administrator and monitor.
Username []: admin
Please enter a port on which Helix Server will listen for
RTSP connections. These connections have URLs that begin
with "rtsp://"
Port [554]: #直接回车,接受默认选项
Please enter a port on which Helix Server will listen for
HTTP connections. These connections have URLs that begin
with "http://"
Port [80]:8081 #更改80端口为8081,避免与apache的80端口冲突
Please enter a port on which Helix Server will listen for
MMS connections. These connections have URLs that begin
with "mms://"
Port [1755]: #直接回车,接受默认选项
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 [10413]: 33333 #是否更改远程管理的端口,默认为系统随机生成,这里自己设置管理
#端口33333,方便自己管理
You have selected the following Helix Server configuration:
Admin User/Password: admin/****
Encoder User/Password: admin/****
Monitor Password: ****
RTSP Port: 554
HTTP Port: 8081
MMS Port: 1755
Admin Port: 33333
Destination: /usr/helix
Enter [F]inish to begin copying files, or [P]revious to go
back to the previous prompts: [F]: #安回车确认设置
#复制破解证书到helix的安装目录/usr/helix
cd /usr/local/HelixServerUnlimited11_Linux/crack
cp DistributedLicensing.lic /usr/helix/License/
#将管理界面有英文版改为中文版
cd /usr/local/HelixServerUnlimited11_Linux/
cp -a HelixAdministrator/ /usr/helix/HelixAdministrator_zh
cd /usr/helix
mv HelixAdministrator HelixAdministrator_en #改原来英文管理界面目录为HelixAdministrator_en
ln -s HelixAdministrator_zh/ HelixAdministrator #连接中文HelixAdministrator_zh目录为HelixAdministrator
启动helix服务器
cd /usr/helix/Bin #进入helix的启动目录
/usr/helix/Bin/rmserver /usr/helix/rmserver.cfg & #启动helix并且加载/usr/helix/rmserver.cfg配
#置文件,&表示后台运行程序
#进入helix的管理界面
http://192.168.0.200:33333/admin/index.html