I am writing a custom Wowza module and I need to know in my “onConnect” method if the client that is connecting is trying to publish a stream or play a stream. The documentation (well, the generated javadoc…) is not clear to me about this. I want to support GoCoder and FMLE publishers too.
in the onConnect method it’s not possible, as it is called before any play or publish event. In my case implementing the “publish” method in my module does for FMLE and GoCoder running on Android, but I still haven’t found the solution for GoCoder on iPhone.
Unfortunately the lack of good quality documentation / example for the interface IAuthenticateRTSP or the method RTPClient.setAuthenticatePublishHandler(…) makes it difficult for me to go forward. Any help would be appreciated. So what I need is the ability to prevent GoCoder from iPhone from publishing based on certain conditions.