Wowza Community

How do i set up Cross-Origin Resource Sharing in Wowza?

I am trying to stream data from Google ChromeCast. For adaptive bit rate (ABR) streaming, they require cross-origin resource sharing (CORS) to be enabled. The link is at https://developers.google.com/cast/docs/player#cors.

How do I configure Wowza for CORS?

Hi,

Add this to the Application.xml /HTTPStreamer Properties container:

<Property>
	<Name>cupertinoUserHTTPHeaders</Name>
	<Value>Access-Control-Allow-Origin: *</Value>
</Property>

Richard