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

View problems on huge mp4 files


Dear All,

We use jwplayer 5.8 and experience problems while viewing an mp4 movie file from 350MB. Here is what happens:

a. It -does work- great on IE 11
b. It simply hangs within Chrome for more than 3 minutes and then turns out to be a black screen after a couple of minutes on my PC (chrome version: 34.0.1847.116 m)
c. It does not start at all on my Android tablet (internal browser and chrome) turns in black and stays black.
d. iPhone 4 reports unable to play file.

All devices are connected to wireless LAN, except my PC. Wlan is fast ...

Now when i only replace the MP4 file for the DEMO small file (195kb) it does work on all devices when using the same code. We have tried a lot, however this should work right?

We use a linux centos 6.x machine with mod-H264 installed an loaded. Then we also tried the startup params, no luck ...

Please help :-)

Regards,
David.

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Hi David,

Can I see a link to where this is running?

Thanks,
-Ethan

it

User  
0 rated :

Hi Ethan,

It's an internal link, but it's easy to reproduce cause we use this default code:

<!-- START OF THE PLAYER EMBEDDING TO COPY-PASTE -->
<div id="mediaplayer">JW Player goes here</div>

<script type="text/javascript" src="jwplayer.js"></script>
<script type="text/javascript">
jwplayer("mediaplayer").setup({
flashplayer: "player.swf",
file: "video.mp4",
image: "preview.jpg",
height: "480",
width: "580"

});
</script>
<!-- END OF THE PLAYER EMBEDDING -->

Now we have put a smaller movie behind this code and it works great. However replace the small movie for a huge one and you'll see what happens. (mime type checked, movie/mp4, seems ok);

Is this enough info the get an impression ?

Regards,
David.

Ethan Feldman

JW Player Support Agent  
0 rated :

Hi David,

It might depend on your specific file though, so I would need to see the actual example. I have seen huge files work fine in our player without issue.

Best,
-Ethan

This question has received the maximum number of answers.