Wowza Community

How to add Allow-Control-Allow-Origin to the conf/VHost.html so Chrome will play the stream

I added the following to the conf/VHost.html


optionsCORSHeadersAddMain
Access-Control-Allow-Headers:X-Authorization

String


But the players I am testing with are asking me to add Allow-Control-Allow-Origin as well

I added the above because that was the Wowza tutorial I read. I am trying to get Chrome to play the stream

Boy, the message stripped out what I wrote… I’ll try again…

Properties>
Property>
Name>optionsCORSHeadersAddMain</Name
Value>Access-Control-Allow-Headers:X-Authorization</Value
Type>String
</Property
</Properties

What do I add or delete to get Chrome to play?