
VR file is not playing.
I wrote questions a few days ago and got comment.
( https://support.jwplayer.com/customer/portal/questions/17107405-vr-file-is-not-playing- )
but, I already added to webconfig file about CORS as follow.
Why don't playing VR file?
<add name="X-UA-Compatible" value="IE=edge,chrome=1" />
<add name="Access-Control-Allow-Origin" value="*" />
<add name="Access-Control-Allow-Methods" value="OPTIONS, POST, GET" />
<add name="Access-Control-Allow-Headers" value="Origin, X-Requested-With, Content-Type, Accept, X-Prototype-Version,Cache-Control,Pragma" />
<add name="Access-Control-Max-Age" value="1728000" />