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

Video playback issues


Hello, We have some mp4 files that don't play back on some browsers. For example, a video is recorded through an app on an iPad and transfered to a windows server. The video is then accessible through the browser.

All videos are mp4 format and encoded as per your embedding instrcutions. Some files will only playback on some browsers such as IE and on the iPad itself. It wont play through FireFox or Safari.

We have a test video available to see at http://test.interactivelearningdiary.co.uk/mediatest.aspx

This will play in IE, Chrome and on the iPad but not in Firefox, Safari or on an Android device. We are running 6.11 version of jwplayer. The message is Error loading media: File could not be played.

Many thanlks for your help.

Justin

3 Community Answers

MisterNeutron

User  
0 rated :

You're loading the same video both with JW Player and with a <video> tag, which might be causing some collisions. For testing purposes, get rid of the <video> tag entirely. Also comment out the cookie/autostart code. Having the whole page wrapped in a <form> tag should be OK, but try commenting that out, as well. In short, strip it down to the basics.

And you're running 6.10, not 6.11, though that shouldn't matter.

MisterNeutron

User  
0 rated :

The console is showing a couple of errors. First:

Media resource http://test.interactivelearningdiary.co.uk/video/00000999/vid00000888m.mp4 could not be decoded.

Second, it also appears that the video is sometimes being served with a MIME type of "text/html," which isn't going to work.

Cooper Reid

JW Player Support Agent  
0 rated :

Please correct your mime type – the mime type for an mp4 should be ‘video/mp4’:
support.jwplayer.com/customer/portal/articles/1403635-media-format-reference#video

Best Regards,
Cooper

This question has received the maximum number of answers.