Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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!

2 Community Answers

M...

User  
0 rated :

Just provide the MP4. There's no need for the FLV at all - it just introduces a pointless complication.

Ethan Feldman

JW Player Support Agent  
0 rated :

The issue is that this file – http://s3.nsixty.com/mp4/289752.mp4

Has this mime-type – application/octet-stream

It should be – video/mp4

This question has received the maximum number of answers.