Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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" />

2 Community Answers

a...

User  
0 rated :

Error message is " Error loading media: File could not be played "

Donni

JW Player Support Agent  
0 rated :

I am still seeing a CORS error when I test the MP4 using test-cors.org

This question has received the maximum number of answers.