Wowza Community

Need a module to wowza 2.x to set headers of CORS

I need someone that can create a module for wowza 2.x to set the CORS headers like:

Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD

My email: cesarlwh@gmail.com

I would suggest that you put a modern nginx instance in front of your wowza server. This will reliably enable you to add the CORS headers which you require.

Yes but the problem is the IPs on the stats, how to pass the client IP to the wowza?