How do I change the default CORS Headers to only allow streaming from a specific domain using Wowza Streaming Engine 4.8.5?
My reference is this tutorial: https://www.wowza.com/docs/how-to-enable-cross-origin-resource-sharing-cors-for-http-based-streams
For example, I want to change this:
Access-Control-Allow-Origin: *
to something like this:
Access-Control-Allow-Origin: www.exampledomain.com
Thanks,
Derrick F.