來源: http://www.cublog.cn/u/10500/showart.php?id=118180
網(wǎng)上流傳著一個<<流媒體Helix Server詳細(xì)安裝,配置>>的文章,詳細(xì)講解了Helix_DNA_Server_10.1.tar.gz的安裝方法,今天我在RHEL AS 4.2上成功安裝了Helix Server Unlimited v11.0.1.1884 For Linux,這個版本新一些,使用方法也有一點(diǎn)點(diǎn)不同于Helix_DNA_Server_10.1,我把安裝與設(shè)置過程記錄了下來,分享一下,但愿不是狗尾續(xù)貂.....
Helix Server Unlimited v11.0.1.1884 For Linux 特別版
下載地址:
http://www.cncode.com/Download.asp?I...ed11_Linux.rar
(linux公社有Helix_DNA_Server_10.1可下載,不過我喜歡新些的版本)
漢化補(bǔ)丁 下載地址:
http://www.helix.cn/download/Helix_A...r_CHS_2.01.rar
(解壓密碼:
www.helix.cn
)
以上兩個文件都是用rar壓縮的,你可以在你的linux中系統(tǒng)裝一個rar_forlinux來解壓,也可以winrar解壓好再到linux系統(tǒng)中使用,我已經(jīng)解壓好了,解壓后的文件都放在了同一個文件夾內(nèi).
下面是安裝過程
[root@rhel ~]# cd helixserver/ [root@rhel helixserver]# ls crack HelixAdministrator HelixServerUnlimited11_Linux.zip setup.tar.gz [root@rhel helixserver]# tar xzvf setup.tar.gz helix-server-retail-11.01-rhel4-setup.bin HelixProxyAdmin.pdf HelixProxyConfig.pdf HelixServerAdmin.pdf HelixServerConfig.pdf [root@rhel 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@rhel helixserver]# chmod +x helix-server-retail-11.01-rhel4-setup.bin [root@rhel helixserver]# ./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]: 此處回車默認(rèn)即可 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/helixserver 更改安裝路徑 Please enter a username and password that you will use to access the web-based Helix Server Administrator and monitor. Username []: 設(shè)置遠(yuǎn)程管理用戶名 Username []:Password []: 設(shè)置密碼 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]: 此處回車默認(rèn)即可 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]: 此處回車默認(rèn)即可 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 更改遠(yuǎn)程管理訪問的端口,系統(tǒng)默認(rèn)的有時(shí)難以記住,可更改為好記的 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: /usr/helixserver Enter [F]inish to begin copying files, or [P]revious to go back to the previous prompts: [F]: 如果以上設(shè)置你沒意見,此處回車默認(rèn)即可,否則按P重新設(shè)置 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@rhel 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@rhel helixserver]# cp -a HelixAdministrator/ /usr/helixserver/HelixAdministrator_zh/ 這是漢化過程,HelixAdministrator就是最初下載的漢化包解壓得來 [root@rhel helixserver]# cp crack/DistributedLicensing.lic /usr/helixserver/License/ 破解過程??^_^ [root@rhel helixserver]#cd /usr/helixserver [root@rhel helixserver]# mv HelixAdministrator HelixAdministrator_en 為默認(rèn)的英文語言包重命名,這樣做的主要目的是,萬一某一刻你突然感覺英文看著很爽,依然可以將管理界面換回英文 [root@rhel helixserver]# ln -s HelixAdministrator HelixAdministrator_zh/ [root@rhel 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@rhel helixserver]# ./Bin/rmserver rmserver.cfg & 啟動服務(wù)器進(jìn)程并讓它在后臺執(zhí)行, [root@rhel 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 檢查服務(wù)是否已正常啟動
?這時(shí)你的流媒體服務(wù)器已經(jīng)正常運(yùn)行了,可以在遠(yuǎn)程進(jìn)行維護(hù).我是在另一臺WINDOWS機(jī)上進(jìn)行維護(hù)的.打開IE(或其他瀏覽器),輸入
http://192.168.213.128:11111/admin/index.html
會提示讓你輸入用戶名和密碼,驗(yàn)證便可以看到管理界面,并且已經(jīng)是全中文,如圖
端口設(shè)置可在這里隨意更改
更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯(lián)系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長非常感激您!手機(jī)微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
