| 网站首页 | 文章中心 | 电子书下载 | 矢量图库 | 视频教程 | 素材下载 | 程序代码下载 | JS代码 | 论坛 | 
常用软件类:
|杀毒安全 |联络聊天 |网络软件 |多媒体类 |系统工具 |图形图像 |系统工具 |应用软件 |行业软件
开发设计类:
|动画制作 |图像处理 |3D设计 |操作系统 |站长学院 |网络相关 |WEB设计 |数据库类 |程序开发
在Solaris下安装配置helix server
作者:未知    文章来源:网络    点击数:    更新时间:2006-8-19
  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管理界面
  • 上一篇文章:

  • 下一篇文章:
  • 相关文章