
JW Player 6 Message "Error Loading Media - File could not be played"
Video is being server on Amazon S3.
Video will play on Google Chrome.
Video will not play on Internet Explorer or Firefox.
These are the things I have tried:
Set content type to video/mp4 on Amazon S3
Used QTIndexSwapper with no results.
Tried the Cloud based JwPlayer
Now using the Self Hosted JwPlayer on Website.
Below is the link to the page: http://my2bitsworth.com/wildwest/musichall/
Below is the html code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<p> </p>
<p> </p>
<h2><center> <li><a href="http://wildwestdowntown.com/page7" title="Live Broadcast"><FONT COLOR="FF0000">Click Here for Wild West Music Hall Live Broadcast Page</a></li><center></FONT></h2></ul>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Wild West Music Hall</title>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="4pjzKosXx8AU7j4sZnU8G35OALP0/+pZrTrinA==";</script>
</head>
<body>
<style>
html,body{
height:100%;
margin:0;
padding:0;}
body{
background:#FFF url(ww_bg_1920x1200.jpg);
}
</style>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<p> </p>
<center><img src="https://s3.amazonaws.com/wildwest_music_hall/Live_broadcast/video_archives_1682x957.jpg" width="585" height="216" alt="wwheader" /></center>
<h1><center><FONT COLOR="663333">Howdy Partner!
<p></p>
Round up your favorite video below. </center></FONT></h1>
<div id="myElement"> </div>
<script>
jwplayer("myElement").setup({
playlist: [{
file: "https://s3.amazonaws.com/wildwest_music_hall/ww_7-19-13b.mp4",
image: "https://s3.amazonaws.com/wildwest_music_hall/Live_broadcast/Lady+Turner_preview_1280x720.jpg"
title: "July 19, 2013",
description: "Wild West Music Hall Presents - Lady Turner and the Trail Blazers."
},{
}],
width: 980,
height: 551,
listbar: {
position: "right",
size: 250
}
});
</script>
<h2><center> <li><a href="http://wildwestdowntown.com/page7" title="Live Broadcast"><FONT COLOR="FF0000">Click Here for Wild West Music Hall Live Broadcast Page</a></li><center></FONT></h2></ul>
<p> </p>
<p> </p>
</td>
</tr>
</table>
</body>
</html>
Thank you!