Showing posts with label Install wowza in ubuntu. Show all posts
Showing posts with label Install wowza in ubuntu. 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