Wowza Community

Automatically Push live stream information via http POST Ajax/Json with listener.php?

I’m looking to store information on any published live streams to later categorize in a video content management website for readily available playback of recorded live stream files for later viewing and editing.

I see many modules to accomplish GET requests by querying with HTTP Provider Classes. I would like to automatically http POST to a distination this information. Once on start, and once on stop.

Thanks.

https://www.wowza.com/docs/how-to-send-connection-and-stream-statistics-to-google-analytics-analytics(ModuleAnalytics)

Going to try the optional URLs component to capture stats sent with this module and try to parse it for useable data.

Will post back.