Showing posts with label Wowza Media Server. Show all posts
Showing posts with label Wowza Media Server. Show all posts

Thursday, September 19, 2013

How to Install wowza media server in ubuntu

To install wowza follow the steps below.
  • apt-get update
  • apt-get install openjdk-7-jre-headless
  • java -version
  • wget http://www.wowza.com/downloads/WowzaMediaServer-3-5-2/WowzaMediaServer-3.5.2.deb.bin
  • chmod +x WowzaMediaServer-3.5.2.deb.bin
press shift shift


yes

enter key
  • cd /usr/local/WowzaMediaServer/bin
  • ./startup.sh
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

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