Wowza Community

all events supported by ModuleBase ?

Hello, I’m quite angry everytime I think about wowza documentation

does anybody knows where I can find a full list of events supported in ModuleBase

functions like: onRTPSessionCreate, onSessionCreate, onAppStart, etc…

with their corresponding properties

Hello there.

Please refer to the [install-dir]/documentation/WowzaStreamingEngine_ServerSideAPI.pdf

Thank you.

Salvadore

that worked, thanks

You are most welcome. Please let us know if we can assist you again in the future.

Salvadore

Hi,

one comment on this: it’s very weird I think that you don’t normally override (@Override) these API methods and not even implementing a normal interface. Looks like these methods are invoked via reflection or something else. The possible methods are all scattered in that API docs you have, and unfortunately they are not documented. I know that this generated javadoc enumerates them, but the tricks are not there at all. Some examples: the method names suggest that they are general (e.g. onConnect) but it takes some research to see that they are only called for RTMP clients.

// wtb