
Chrome, HTML5 and cross domain MP4 not working
Has anyone come across an issue where Chrome will not load an MP4 cross domain in HTML5 mode? I just see the animated 'loading' graphic and the video never loads.
Here's what I've tried:
1. Move video to same domain and it plays fine in Chrome.
2. Force Flash mode and it plays fine in Chrome (I have a crossdomain.xml file setup).
3. Tested other browsers in HTML5 mode (Safari and Firefox 28) and they play fine.
4. Added an "Access-Control-Allow-Origin" header for the MP4 which didn't make a difference and didn't seem to be needed by Safari or Firefox.
Am I missing something? I don't really want to force Flash mode unless absolutely necessary.
Thanks,
Guy