centos 安装helixserver 流媒体服务器
1.网盘拷贝Helix server将其解压放到/home/helix文件夹下.
2.修改文件权限:
1 | chmod 755 helix-server-retail-11.01-rhel4-setup.bin |
3.开始安装:
1 | [root@localhost helix]# ./helix-server-retail-11.01-rhel4-setup.bin |
中间部分省略,就是配置用户名密码、路径、端口之类的,自己输入.
要cdkey的地方直接回车,出现许可直接按q退出. 最后出现:
1 | Copying Helix Server files…. |
表示安装完成.
4.破解过程 将许可证放到 /home/helix/License文件夹下.
1 | [root@localhost helix]# cp DistributedLicensing.lic /home/helix/License |
5.汉化过程 将汉化文件夹HelixAdministrator 覆盖 /home/helix/HelixAdministrator
1 | [root@localhost helix]#cp -R HelixAdministrator /home/helix/HelixAdministrator |
6.启动helix服务器
1 | [root@localhost ~]# cd /home/helix/ |
7.配置
此时你的流媒体已经可以正常运行了,在局域网内可以访问并且维护了,在浏览器中输入192.168.79.131:11111/admin/index.html会出现管理界面,登录就可以管理了.
PS:
视频文件在helixserver的Content目录,播放器访问地址为rtsp://服务器ip/视频文件.mp4. 自己的mp4文件不能直接播放,需要用mp4box执行MP4Box admin.mp4 -hint后就可以播放了.