Wowza Community

proxy addon

I need such plugin\addon with custom(my) logic.

Client connect to wowza pass some params and server after validation make connection to other rtmp source.

Is it possible to do with official addon sdk?

Hi,

The following guides may be of help to you:

This will help with authenticating a connection against known credentials:

How to do user authentication for Flash RTMP client using JDBC connection to MySQL database

This is info with regard to connecting to RTMP source with query parameters:

How to do file based authentication with RTMP client and credentials in querystring of the RTMP URL (ModuleOnConnectAuthenticate2)

Daren