You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross domain issues shouldn't apply here, so my guess is the CDN isn't sending the right MIME type. Check the headers on an mp4 you're delivering from the CDN and make sure it's Content-Type: video/mp4
Why was this closed?
This issue was closed because it does't require any direct changes to Video.js core. The conversation can continue, but I need to close this to keep the open issue list focused on development.
This question may be better fit for Stack Overflow or IRC (#videojs), where you're most likely to get a quick response. If you do post to Stack Overflow or if a post already exists, please link to it here.
A fully fonctional video.js player broke on safari for mac after moving the video on a distant media server. It works on chrome, firefox and IEs.
Looks like a cross server issue, so I added a php header on the page which call videojs :
header('Access-Control-Allow-Origin: *');
But it doesn't resolve the issue.
The text was updated successfully, but these errors were encountered: