Wowza Community

Push live stream information to an API on Publish

Hi guys,

I’m looking to publish the streamkey that I’m sending in when the stream is published. This event seems like the best one to do it on.

I’ve got onStreamDestroy working perfectly fine, but onPublish nothing happens at all.

Anyone that has had prior experience in this area is welcome. I’m new to Wowza and java in general.

Kind Regards

Sean

I don’t know if you got this answered since it was back in march. but if not, you need to extend the the IMediaStreamActionNotify3 and use public void onPublish(IMediaStream stream, String streamName)