
Problem playing video on multiple devices
I have the jwplayer setup below:
<script type="text/javascript" src="http://www.mygmvehicleexperience.com/js/jwplayer6/jwplayer.js"> </script>
jwplayer("container").setup({
'sources': [{
'file': "http://s3.nsixty.com/flv/289752.flv",
},{
'file': "http://s3.nsixty.com/mp4/289752.mp4",
}],
'width': "100%",
'aspectratio': "16:9",
'autostart': false,
'stretching': 'uniform'
});
Both video files for the video (.flv and .mp4) exist. The problem that I am having is that on select devices, the player spits the error:
“Error loading media: File could not be played!”
So far I noticed this happens on Android phones.
The website is here: http://www.mygmvehicleexperience.com/video/display/view_key/1398090389
Please help!