Wowza Community

A question about the IPushPublishRTMPNotify class in the PushPublishing API

I am working with the PushPublishing API to push multiple streams on an Wowza instance to difference Wowza instances on separate servers. I’m using the PushPublishRTMP class to push a stream from one Wowza server to another. I implemented the IPushPublishRTMPNotify listener to try to get the connection events (attempt, failure, success, etc) but I need a little help determining which stream in the IPushPublishRTMPNotify listener is firing off the events. Starting and stopping a push is not a problem; I need to grab those success and failure events.

Hi,

The IPushPublishSessionNotify.onPushPublishSessionCreate() handler has streamName property.

Richard