Wowza Community

Single streaming url for nginx

Hi!

I am trying to send an RTMP from nginx to wowza but can’t get the authentication working since I can only put in a single url.

I’ve seen solutions using ModuleOnConnect. And SecureUrl. But I do not have access to wowza to create there modules. Are there any other possibilities?

Thanks!

Hello,

Thanks for contacting the Wowza Community!

If you look through the code for the ModuleOnConnectAuthenticate you can add a property to allow encoders to connect into the Application.xml. The source code is available here

Doc

If you need to modify the functionality of the module you would need to modify and compile it yourself for your needs. In your case you do, as you have a custom encoder, nginx.

Hope this helps. If any further questions, feel free to contact us.

regards,

Jermaine