Wowza Community

Send Email Alerts Using Log4j !!!

Hi,

i came across this article looking for a mail alert option for wowza…

Send Email Alerts Using Log4j [Howto]

i need to monitor a ip camera scheduled auto recorder… i like know if my stream breaks or if any error event…

Any opinion on how to integrate it?.. i am not java ide programer!:frowning: or any programer btw…:frowning:

any programer around i can hire to work on some projects?

Thanks

Daniel

Daniel,

I would use IMediaStreamActionNotify2 to monitor:

https://www.wowza.com/docs/imediastreamactionnotify2-example

Take a look at the various event handlers, send email from one or more of these. You will have to find Java email example or write one.

Richard

Yes, something like that. If you need to hire someone, send email to support@wowza.com and ask for list of independent consultants. Include a link to this thread for reference

Richard

There is an alternative solution with no coding.

  1. Configure Wowza to log to syslog: Access appender (UDP)

  2. Install KiwiSyslog (can be either on the same system or another system)

  3. Set KiwiSyslog to email you on errors

Hope this helps, let me know if you need more details.

Daniel,

I would use IMediaStreamActionNotify2 to monitor:

https://www.wowza.com/docs/imediastreamactionnotify2-example

Take a look at the various event handlers, send email from one or more of these. You will have to find Java email example or write one.

Richard

Great option with IMediaStreamActionNotify2!

i need to buy “programing java for dummies”

or find a programer!

is it what i need to use?

http://www.oracle.com/technetwork/java/javamail/index.html

Thanks

I just write to support, thanks!

BTW if any programmer developer or user interested to help me or participate to this project you are welcome to contact me…

Hi, modyura1

Would you mind giving me more detail about the config as you said above?

Thank you very much, this mail notify on error is what I’m trying to do now because I’m not good at java dev