Thanks Richard,
But the following command is the command to run wowza as a standalone:
Code:
cd /usr/local/WowzaMediaServer/bin
./startup.sh
So if want to debug using the console and above command,
On a server that already runs wowza as a service, then I should first
go
Code:
service WowzaMediaServer stop
and only then:
Code:
cd /usr/local/WowzaMediaServer/bin
./startup.sh
Do i understand it correctly or can i just run
Code:
cd /usr/local/WowzaMediaServer/bin
./startup.sh
regardless the fact Wowza already runs as a service ?
Sorry for the extra headache
Thanks