Wowza Community

Eclipse, impossible to log rtmp local stream creation

Hi,

I develop a module on Eclipse, on Mac.

I want to intercept stream creation, close, etc events from Flash Media Live Encoder.

With an onStreamCreate method, I can log playlist stream creation, but not a rtmp (rtmp://localhost/live).

To connection is ok, the stream is started (it stream on WS) but Eclipse don’t get any event from it.

Do you have an idea ?

Thanks !

Hi there, take a look at this interface:

How to use IMediaStreamActionNotify3 interface to listen for RTMP stream events (includes codec info)

Salvadore