Wowza Community

WoWza Plugin Development

Is it possible for me to develop plugins for Wowza media server?

What our project requires is dynamic generation of RTMP Urls or end-points.

Does wowa support dynamic RTMP endpoints?

You can develop server-side extensions (or Modules) of Wowza. See the User Guide for overview, and get the Wowza IDE and user guide here:

https://www.wowza.com/docs/how-to-extend-wowza-streaming-engine-using-the-wowza-ide

You set RTMP url in your player, and the HTML pages that embed the player can be served by middle-tier server pages, which is where you would have the logic for dynamic RTMP urls.

Richard