Wowza Community

Monitoring live stream

i want to perfom monitoring that some stream is publishing and get an notification if not be e-mail.

I think about some software that can parce and XML file from http://wowza_server:8086/connectioncounts

Maybe someone can advice something about this?

Thank

There are a million ways to do this, but you’ll have to create the solution yourself. I posted a shell script at the bottom of this thread that can do it: How to automatically check if the Wowza service is up and running and streaming?

There is also this module you could adapt to your needs: https://www.wowza.com/docs/how-to-use-imediastreamactionnotify2-to-monitor-live-streams-modulestreamwatchdog

Thank you randall!