
IE9: Error loading media: File could not be played [object MediaError]
I have a player on my page and in IE9/Win7 it shows this error: "Error loading media: File could not be played." Playback works in all other browsers including IE8/XP.
http://dev.metlifeyourlife.com/
(You should see a video popup on page load, if not there is a watch video widget in the site sidebar)
The site is running the WP plugin 2.1.1 and its JS is what is being used here. I'm embedding this player into the popup with this:
bc.. jwplayer("overlay_content").setup({
file: "http://dev.metlifeyourlife.com/wp-content/uploads/2014/01/Hungry-Wake-Up-Kitty.mp4",
height: 320,
image: ".../video_intro.jpg",
width: 520
});
Everything appears correct except what I see mentioned here in the top answer:
http://stackoverflow.com/questions/14874624/jwplayer-not-working-in-internet-explorer
I don't see Content-Length or Transfer-Encoding in the header information for this MP4 in the dev network tools.
Jeremy