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

mp4 video not play but flv video only play


hai

i downloaded jwplayer6.8 version . i write a code in localhost. flv video only supported otherwise mp4,avi video's are not supported. In chrome mp4 video sound only no video but firefox retrun error 'File could not be played' .

This mycode

<script src="http://jwpsrv.com/library/KqVxisreEeOa+CIACi0I_Q.js"></script>
<script>
$('document').ready(function(){
jwplayer("myElement").setup({


file : "http://flimflix.com/imdb/movie/C3fvJ8sp9sxZHOCPDnfT.mp4",
type : 'mp4',
primary: 'html5',
width: 500,
height: 600,
title: "Movie Trailer"

});
});

</script>


give me solution

2 Community Answers

MisterNeutron

Best Answer 

That error (sound only, error message in FF) is almost always the result of an improperly encoded video. Run the video through Handbrake with the default options, plus check "Web optimized."

http://handbrake.fr/

View in conversation

MisterNeutron

Best Answer  User  
0 rated :

That error (sound only, error message in FF) is almost always the result of an improperly encoded video. Run the video through Handbrake with the default options, plus check "Web optimized."

http://handbrake.fr/

Ethan Feldman

JW Player Support Agent  
0 rated :

If I go to the file – http://flimflix.com/imdb/movie/C3fvJ8sp9sxZHOCPDnfT.mp4 directly in Firefox, I get a message that the file is corrupt.

This question has received the maximum number of answers.