WMSPanel agent works closely with Wowza server so we literally feel its pulse. That's why one of the first features was server offline/online notification. Moving forward we got requests from customers asking for the same for incoming RTMP streams monitoring. Basically people need to know when the stream becomes un-available and get notified about that.
Having been notified about RTMP publish or unpublish event, we can inform a customer about the failure or recover. This kind of events may happen very often, especially if you have thousands of streams. That's why using email is inappropriate in this case.
That's why we implemented this as a push API.
If you want to use the notifications API, the major steps for starting using this are as follows:
Having been notified about RTMP publish or unpublish event, we can inform a customer about the failure or recover. This kind of events may happen very often, especially if you have thousands of streams. That's why using email is inappropriate in this case.
That's why we implemented this as a push API.
If you want to use the notifications API, the major steps for starting using this are as follows:
- Create a processing script on your web site and check its availability.
- Add a processing script URL in WMSPanel.
- Test the solution.
Having those steps complete, you'll have the script is automatically called each time our agent gets publish or un-publish event from all servers registered in WMSPanel.
Let's go step by step to see what you need to do.