Wowza Media Server is streaming server, which allows you broadcast audio and video. This simple guide explains you how to install wowza media server in centos. Wowza Media Server requires JRE/JDK . If your host do not have Java JDK/JRE, download and install it. We recommended Oracle Java.

Install Wowza Media Server

Download Wowza Media Server from here and give executable permission. You need to purchase a license key from the Wowza Media Server.

Open the terminal

 
1
2
3
4
5
6
7
cd ~Downloads;
 
wget http://www.wowza.com/downloads/WowzaMediaServer-3-1-1/WowzaMediaServer-3.1.1.rpm.bin
 
sudo chmod +x WowzaMediaServer-3.1.1.rpm.bin
 
sudo ./WowzaMediaServer-3.1.1.rpm.bin

Read the license agreement carefully and proceed

The default Wowza Media Server installation location is /usr/local/WowzaMediaServer

 
1
cd /usr/local/WowzaMediaServer/bin

Now start the Wowza Media Server by executing ./startup

If you are starting the Wowza Media Server at first time then it will prompt you the license key.

You can stop the WowzaMediaServer by executing ./shutdown

All logs are available in the /usr/local/WowzaMediaServer/logs

Wowza Media Server Init Scripts

/etc/init.d/WowzaMediaServer { start | stop }

Uninstall Wowza Media Server

To uninstall Wowza Media Server from your host, run the following command in your terminal

 
1
sudo rpm -e WowzaMediaServer

It will remove all the files in the /usr/local/WowzaMediaServer directory

By tony

自由軟體愛好者~喜歡不斷的思考各種問題,有新的事物都會想去學習嘗試 做實驗並熱衷研究 沒有所謂頂天的技術 只有謙虛及不斷的學習 精進專業,本站主要以分享系統及網路相關知識、資源而建立。 Github http://stnet253.github.io

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料