# proxy addon

**URL:** https://community.wowza.com/t/proxy-addon/35027
**Category:** Wowza Streaming Engine
**Created:** [April 25, 2014, 4:02pm UTC](https://community.wowza.com/t/proxy-addon/35027 "2014-04-25T16:02:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Victor\_Sklyar](https://avatars.discourse-cdn.com/v4/letter/v/ec9cab/32.png) [@Victor\_Sklyar](https://community.wowza.com/u/Victor_Sklyar)
#### Post date: [April 25, 2014, 4:02pm UTC](https://community.wowza.com/t/proxy-addon/35027/1 "2014-04-25T16:02:00Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Daren\_Johnson](https://avatars.discourse-cdn.com/v4/letter/d/ee59a6/32.png) [@Daren\_Johnson](https://community.wowza.com/u/Daren_Johnson)
#### Post date: [April 28, 2014, 10:40am UTC](https://community.wowza.com/t/proxy-addon/35027/2 "2014-04-28T10:40:42Z")

</div>

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](https://www.wowza.com/docs/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)](https://www.wowza.com/docs/how-to-do-file-based-rtmp-authentication-with-url-query-strings-onconnectauthenticate2)

Daren
