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]# ls
crack                 HelixServerAdmin.pdf                       setup.tar.gz
HelixProxyAdmin.pdf   HelixServerConfig.pdf
HelixProxyConfig.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.bin
Extracting files for Helix installation........................


Welcome to the Helix Server 11.0 (11.0.1.1884) Setup for UNIX
Setup will help you get Helix Server running on your computer.
Press [Enter] to continue...

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: []: 这个是要许可证,可以先不管,等安装完再将许可证文件放入。回车

Installation and use of Helix Server requires
acceptance of the following terms and conditions:
Press [Enter] to display the license text... 回车,然后....

Choose "Accept" to accept the terms of this
license 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: [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: [/root/helixserver]: /usr/local/helixserver 更改安装路径


Please enter a username and password that you will use
to access the web-based Helix Server Administrator and monitor.
Username []: 设置远程管理用户名


Username []:Password []: 设置密码

Confirm Password []:

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]:8080 更改http传输端口,为避免和apache冲突,建议更改

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 [11012]:11111 更改远程管理访问的端口,系统默认的有时难以记住,可更改为好记的

You have selected the following Helix Server configuration:

Admin User/Password: traveller2/****
Encoder User/Password: traveller2/****
Monitor Password: ****
RTSP Port: 554
HTTP Port: 8080
MMS Port: 1755
Admin Port: 11111
Destination: /opt/helixserver

Enter [F]inish to begin copying files, or [P]revious to go
back to the previous prompts: [F]:
如果以上设置你没意见,此处回车默认即可,否则按P重新设置


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.

安装完成


[root@root /usr/local/helixserver]# ls
crack HelixServerConfig.pdf
HelixAdministrator helix-server-retail-11.01-rhel4-setup.bin
HelixProxyAdmin.pdf HelixServerUnlimited11_Linux.zip
HelixProxyConfig.pdf setup.tar.gz
HelixServerAdmin.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

[root@root helixserver]# mv HelixAdministrator HelixAdministrator_en       为默认的英文语言包重命名,这样做的主要目的是,万一某一刻你突然感觉英文看着很爽,依然可以将管理界面换回英文
[root@root helixserver]# ln -s HelixAdministrator_zh/ HelixAdministrator
[root@root helixserver]# ls
adm_b_db default.cfg HelixAdministrator_zh Plugins
Bin default.cfg.old helixserver.my Plugins.old
Bin.old enc_b_db Lib rmserver.cfg
Cache enc_r_db Lib.old rmserver.cfg.old
cdi_b_db enc_w_db License Secure
Commerce HelixAdministrator Logs slta.cfg
Content HelixAdministrator_en master.cfg

[root@root helixserver]# ./Bin/rmserver rmserver.cfg & 启动服务器进程并让它在后台执行,
[root@root helixserver]# ps -aux |grep rmserver
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ
root 2918 0.1 1.0 7000 2096 pts/0 S 18:17 0:00 ./Bin/rmserver rmserver.cfg
root 2919 7.9 61.5 324136 117592 ? Ssl 18:17 0:02 ./Bin/rmserver rmserver.cfg
root 2920 0.0 1.0 7004 2100 ? Ss 18:17 0:00 ./Bin/rmserver rmserver.cfg
检查服务是否已正常启动


三、配置

    这时你的流媒体服务器已经正常运行了,可以在远程进行维护.我是在另一台WINDOWS机上进行维护的.打开IE(或其他浏览器),输入 http://192.30.96.12:11111/admin/index.html
会提示让你输入用户名和密码,验证便可以看到管理界面,并且已经是全中文,如图

 


端口设置可在这里随意更改

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值