Thursday, September 19, 2013

How to Install wowza media server in centOS

  • SSH your server as root user
  • yum update -y
  • yum install java* -y
You can download the latest from the link below.
  •  wget http://www.wowza.com/downloads/WowzaStreamingEngine-4-0-3/WowzaStreamingEngine-4.0.3.rpm.bin
  • chmod +x WowzaStreamingEngine-4.0.3.rpm.bin
  • ./WowzaStreamingEngine-4.0.3.rpm
Then it will prompt for user name and password you can give it what ever you want and then it will ask you to enter the key and will look like below.

=============
Please enter a Wowza Streaming Engine license key in this format:
XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX[-XXXXXXXXXXXX] 
Wowza Streaming Engine license key accepted. Thank you!
Installing Wowza Streaming Engine
Preparing...                ########################################### [100%]
   1:WowzaStreamingEngine   ########################################### [100%]
=============
run on browser <IP>:1935

If You are using a firewall, You need open the port: 1935. Type the following command if You are using iptables

iptables -I INPUT -p tcp --dport 1935 -j ACCEPT

No comments:

Post a Comment

Do Write about the Blog and Welcome to the world where open source is every thing :-)