We have an MP4 video on our site; it plays fine in IE9+, Firefox, Chrome, and Chrome on mac. However, on Safari, the video doesn\'t play at all - it does trigger a \"stalled
What happens if you add these to your .htaccess?
.htaccess
AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm