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

Videos don't load when there are many videos in a page.


In this page you can see an example:

https://coachingrealista.com/jw-player-test/

All of them are stored in Amazon S3 / CDN / Cloudfront.

I'll thank any help.

3 Community Answers

Todd

JW Player Support Agent  
0 rated :

There is no reason that the player would be fine with three or five videos on a page, but not more. Can you verify that the videos are loading promptly from your server?

You only need to load the player library once per page:

<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>

but you will need a unique <div id=""></div> and a setup() call for each <div>.

Please see my test page at http://qa.jwplayer.com/~todd/test-many-players.html

c...

User  
0 rated :

Thank you for your support.

I made the suggested changes (load .js just once) but it didn't fix the issue.

I saw that your. js was much more longer than I use using, so... I have replaced the .js file with a new one generated from jwplayer.com and it's working fine.

Thanks!

Todd

JW Player Support Agent  
0 rated :

You’re welcome. I will mark this support case as closed, but certainly contact us again if you have any other support questions or concerns.

This question has received the maximum number of answers.