ubuntu下流媒体服务器Helix的安装与设置
成功安装的环境:
Ubuntu9.10一、下载:Helix Server Unlimited v11.0.1.1884 For Linux 特别版下载地址:http://download.csdn.net/source/2413368汉化包下载地址: http://www.anniextra.com/download/stream/Helix_Server_Administrator_CHS_V2.02.rar(解压密码www.anniextra.com)二、安装: 1、解压文件:tar -zxvf filename //解压后安装文件在文件夹HelixServerUnlimited11_Linux下,汉化补丁在Helix_Server_Administrator_CHS_V2.02文件夹下; 2、安装:[root@root:/tmp/HelixServerUnlimited11_Linux]# tar -zxvf setup.tar.gz [root@root:/tmp/HelixServerUnlimited11_Linux]# lscrack HelixServerAdmin.pdf setup.tar.gzHelixProxyAdmin.pdf HelixServerConfig.pdfHelixProxyConfig.pdf helix-server-retail-11.01-rhel4-setup.bin[root@root:/tmp/HelixServerUnlimited11_Linux] # chmod +x helix-server-retail-11.01-rhel4-setup.bin[root@root:/tmp/HelixServerUnlimited11_Linux]# ./helix-server-retail-11.01-rhel4-setup.binExtracting files for Helix installation........................
Welcome to the Helix Server 11.0 (11.0.1.1884) Setup for UNIXSetup will help you get Helix Server running on your computer.Press to continue...
If a Helix Server license key file has been sent to you,please enter its directory path below. If you have notreceived a Helix Server license key file, then this serverWILL NOT OPERATE until a license key file is placed inthe server's License directory.Please obtain a freeBasic Helix Server license or purchase a commercial licensefrom our website at http://www.real.com/.If you needfurther assistance, please visit our on-line support areaat http://service.real.com/.License Key File: []: 这个是要许可证,可以先不管,等安装完再将许可证文件放入。回车
Installation and use of Helix Server requiresacceptance of the following terms and conditions:Press to display the license text... 回车,然后....
Choose "Accept" to accept the terms of thislicense agreement and continue with Helix Server setup.If you do not accept these terms, enter "No"and installation of Helix Server will be cancelled. I accept the above license: : 此处回车默认即可
Enter the complete path to the directory where you wantHelix Server to be installed.You must specify the fullpathname of the directory and have write privileges tothe chosen directory.Directory:: /usr/local/helixserver 更改安装路径
Please enter a username and password that you will useto access the web-based Helix Server Administrator and monitor.Username []: 设置远程管理用户名
Username []:Password []: 设置密码
Confirm Password []:
Please enter a port on which Helix Server will listen forRTSP connections.These connections have URLs that beginwith "rtsp://"Port : 此处回车默认即可
Please enter a port on which Helix Server will listen forHTTP connections.These connections have URLs that beginwith "http://"Port :8080 更改http传输端口,为避免和apache冲突,建议更改
Please enter a port on which Helix Server will listen forMMS connections.These connections have URLs that beginwith "mms://"Port : 此处回车默认即可
Helix Server will listen for Administrator requests on theport shown.This port has been initialized to a random valuefor security.Please verify now that this pre-assigned portwill not interfere with ports already in use on your system;you can change it if necessary.
Port :11111 更改远程管理访问的端口,系统默认的有时难以记住,可更改为好记的
You have selected the following Helix Server configuration:
Admin User/Password: traveller2/****Encoder User/Password:traveller2/****Monitor Password: ****RTSP Port: 554HTTP Port: 8080MMS Port: 1755Admin Port: 11111Destination: /opt/helixserver
Enter inish to begin copying files, or revious to goback to the previous prompts: : 如果以上设置你没意见,此处回车默认即可,否则按P重新设置
Copying Helix Server files....Helix Server installation is complete.
If at any time you should require technicalassistance, please visit our on-line support areaat http://service.real.com/.
Cleaning up installation files...Done.
安装完成
# ls
crack HelixServerConfig.pdf
HelixAdministrator helix-server-retail-11.01-rhel4-setup.binHelixProxyAdmin.pdf HelixServerUnlimited11_Linux.zipHelixProxyConfig.pdfsetup.tar.gzHelixServerAdmin.pdf
[root@root:/tmp/HelixServerUnlimited11_Linux] #cp -r HelixAdministrator/ /usr/helixserver/HelixAdministrator_zh/ 这是汉化过程,HelixAdministrator就是最初下载的汉化包解压得来
[root@root:/tmp/HelixServerUnlimited11_Linux] #cp crack/DistributedLicensing.lic /usr/helixserver/License/ 破解过程??^_^
[root@root:/tmp/HelixServerUnlimited11_Linux] # cd /usr/local/helixserver
# mv HelixAdministrator HelixAdministrator_en 为默认的英文语言包重命名,这样做的主要目的是,万一某一刻你突然感觉英文看着很爽,依然可以将管理界面换回英文# ln -s HelixAdministrator_zh/HelixAdministrator# lsadm_b_dbdefault.cfg HelixAdministrator_zhPluginsBin default.cfg.old helixserver.my Plugins.oldBin.old enc_b_db Lib rmserver.cfgCache enc_r_db Lib.old rmserver.cfg.oldcdi_b_dbenc_w_db License SecureCommerceHelixAdministrator Logs slta.cfgContent HelixAdministrator_enmaster.cfg# ./Bin/rmserver rmserver.cfg &启动服务器进程并让它在后台执行,
# ps -aux |grep rmserver
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ
root 29180.11.07000 2096 pts/0 S 18:17 0:00 ./Bin/rmserver rmserver.cfg
root 29197.9 61.5 324136 117592 ? Ssl18:17 0:02 ./Bin/rmserver rmserver.cfg
root 29200.01.07004 2100 ? Ss 18:17 0:00 ./Bin/rmserver rmserver.cfg
检查服务是否已正常启动
最后在浏览器输入http://192.168.189.128:11111/amdin/index.html进入后台管理页面
页:
[1]