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