Wowza Community

How to implement the callback when a rtsp recorder source is coming?

I want to let my wowza server to call an http api or run some codes in a callback when a live source is incoming.

Hi,

You can use onPublish IMediaStreamActionNotify3, there’s a guide here.

handles rtmp / rtsp on publish events. We do suggest threading any operations done here to external databases or servers.

Daren