Wowza Community

Installation problem on debian squeeze

Hi there -

Have dl the WowzaMediaServer-3.0.5.deb.bin to a folder on my debian 6 squeeze server

trying to run the commands as listed in the installation tutorial:

sudo chmod +x WowzaMediaServer-3.0.5.deb.bin

sudo ./WowzaMediaServer-3.0.5.deb.bin

BUT I get this error:

-bash: sudo: command not found

PS. I use putty and login as Root…

Can anybody help

If yoiu are already logged in as root then there is not need to prefix the command with sudo. So just remove this part of the command.

Charlie

You need to download the installer from our site first. You can use wget to do that. If youi are going to use the debian installer then to install it is this:

wget http://www.wowza.com/downloads/WowzaMediaServer-3-0-5/WowzaMediaServer-3.0.5.deb.bin
chmod +x WowzaMediaServer-3.0.5.deb.bin
./WowzaMediaServer-3.0.5.deb.bin

Charlie

Hi Charlie

Kind of a newbie on this linux thing…

when I run the command is says no such file or directory…

I`m in the directory I made called wow and run the command:

root@Debian-60-squeeze-64-LAMP ~ # cd /wow

root@Debian-60-squeeze-64-LAMP /wow # dir

WowzaMediaServer-3.0.5.rpm.bin

root@Debian-60-squeeze-64-LAMP /wow # chmod +x WowzaMediaServer-3.0.5.deb.bin

chmod: cannot access `WowzaMediaServer-3.0.5.deb.bin’: No such file or directory

root@Debian-60-squeeze-64-LAMP /wow # ./WowzaMediaServer-3.0.5.deb.bin

-bash: ./WowzaMediaServer-3.0.5.deb.bin: No such file or directory

root@Debian-60-squeeze-64-LAMP /wow #

What am I doing wrong ??

Hi Charlie - So good so far…

ran the installer and pasted the trial license…

after that it listed the commands below and then nothing:

INFO server server-start Wowza Media Server 3 Trial Edition (Expires: Mar 22, 2012) 3.0.5 build1220 -

INFO server comment - Server License Key: SVRT3-XXXXX-XXXXX-XXXXX-XXXXX-8XHtR

INFO server comment - Maximum Connections: Unlimited

INFO server comment - Transcoder Streams Available: Unlimited

INFO server comment - Transcoder Watermark: Yes

INFO server comment - nDVR Available: Yes

INFO server comment - DRM Available: Yes

INFO server comment - Hardware Available Processors: 8

INFO server comment - Hardware Physical Memory: 29752MB/32159MB

INFO server comment - Hardware Swap Space: 32766MB/32766MB

INFO server comment - Max File Descriptor Count: 20000

INFO server comment - Open File Descriptor Count: 43

INFO server comment - OS Name: Linux

INFO server comment - OS Version: 2.6.32-5-amd64

INFO server comment - OS Architecture: amd64

INFO server comment - Java Name: Java HotSpot™ 64-Bit Server VM

INFO server comment - Java Vendor: Sun Microsystems Inc.

INFO server comment - Java Version: 1.6.0_26

INFO server comment - Java VM Version: 20.1-b02

INFO server comment - Java Spec Version: 1.6

INFO server comment - Java Home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre

INFO server comment - Java Max Heap Size: 1066MB

INFO server comment - Java Architecture: 64

INFO server comment - Java Locale[user.language]: en

INFO server comment - Java Locale[user.country]: US

INFO server comment - Java Locale[file.encoding]: UTF-8

INFO server comment - Java Args[0]: -Xmx1200M

INFO server comment - Java Args[1]: -Djava.net.preferIPv4Stack=true

INFO server comment - Java Args[2]: -Dcom.sun.management.jmxremote=true

INFO server comment - Java Args[3]: -Dcom.wowza.wms.runmode=standalone

INFO server comment - Java Args[4]: -Dcom.wowza.wms.native.base=linux

INFO server comment - Java Args[5]: -Dcom.wowza.wms.AppHome=/usr/local/WowzaMediaServer

INFO server comment - Java Args[6]: -Dcom.wowza.wms.ConfigURL=

INFO server comment - Java Args[7]: -Dcom.wowza.wms.ConfigHome=/usr/local/WowzaMediaServer

INFO server comment - Server runmode: standalone

INFO server comment - Server native.platform: linux

INFO server comment - Server threads[h/t]: 10/10

INFO server comment - CMDInterface now listening: [any]:8083

INFO vhost vhost-start defaultVHost -

INFO server comment - defaultVHost threads[h/t]:120/80 home:/usr/local/WowzaMediaServer

INFO vhost comment defaultVHost Bind attempt ([any]:1935:4)

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address alre ady in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

WARN vhost comment defaultVHost Bind failed, try again ([any]:1935): java.net.BindException: Address already in use

so where do I go from here…

have tried to see if the server was running by connecting in a webbrowser:

http://176.9.102.175:1935

nothing happens…

Hi again

I rebooted and started the wowza server and now the server respons - So far so good