
MP4 Video won't load from Amazon S3...
I am having a very strange issue with my implementation of the JWPlayer on a dynamic ASP.NET site...
The jwplayer loads fine, and displays thumbnails from an Amazon S3 bucket, and on iOS devices (Safari), the videos load and play, but on Chrome, or Firefox, they don't. Only difference I can tell is the mode the player is in.... iOS devices are rendering the player in HTML5, and the regular desktop browsers are rendering Flash.
I have set up the crossdomain.xml file in the root of my Amazon S3 bucket, but that doesn't seem to help.
I can download the direct link from S3, and debugging using Firebug, I can see that the video file is downloading correctly, but the spinner just keeps spinning...
Anyone know why on earth this would be happening??
Additional info:
*MP4 Video Metadata (from FFMPEG):*
major_brand : isom
minor_version : 512
compatible_brands: isomiso2mp41
creation_time : 1970-01-01 00:00:00
encoder : Lavf52.64.2
start: 0.000000, bitrate: 617 kb/s
Stream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 615 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc
*Test URL: *
http://video.funovation.com/watch.aspx?v=eb60084c-1201-44f6-9219-91e1b1ee5e72
Thank you so much for your help!