
JWP 7.8.xx is very slow loading YouTube videos...
Hello! I have in the same webpage 4 YouTube videos and I setup as below:
<div class="otvideo" style="float: left; margin: 0 5px 5px 0"><div id="container_1712201612179498"> </div><script type="text/javascript">jwplayer("container_1712201612179498").setup({file: "https://www.youtube-nocookie.com/v/8TNwLiRjb-0?rel=0", type: 'youtube', height: 315, width: 560, primary: 'html5', image: "https://img.youtube.com/vi/8TNwLiRjb-0/hqdefault.jpg"});</script><noscript><span class="no-plugin"> </span></noscript></div>
<div class="otvideo" style="float: left; margin: 0 5px 5px 0"><div id="container_182016173149377"> </div><script language="javascript" type="text/javascript">jwplayer("container_182016173149377").setup({file: "https://www.youtube-nocookie.com/v/4YtTamLG62g?rel=0", type: 'youtube', height: 315, width: 560, primary: 'html5', image: "https://img.youtube.com/vi/4YtTamLG62g/hqdefault.jpg"});</script><noscript><span class="no-plugin"> </span></noscript></div>
<div class="otvideo" style="float: left; margin: 0 5px 5px 0"><div id="container_612016125634996"> </div><script language="javascript" type="text/javascript">jwplayer("container_612016125634996").setup({file: "https://www.youtube-nocookie.com/v/EWC9JZtMOWQ?rel=0", type: 'youtube', height: 315, width: 560, primary: 'html5', image: "https://img.youtube.com/vi/EWC9JZtMOWQ/hqdefault.jpg"});</script><noscript><span class="no-plugin"> </span></noscript></div>
<div class="otvideo" style="float: left; margin: 0 5px 5px 0"><div id="container_8102015154143966"> </div><script language="javascript" type="text/javascript">jwplayer("container_8102015154143966").setup({file: "https://www.youtube-nocookie.com/v/javqj8YzTWk?rel=0", type: 'youtube', height: 315, width: 560, primary: 'html5', image: "https://img.youtube.com/vi/javqj8YzTWk/hqdefault.jpg"});</script><noscript><span class="no-plugin"> </span></noscript></div>
My webpage takes a lot of seconds to load the YouTube videos and is not a issue of my server because if I remove the YouTube videos from my html, the webpage load all only in one second and is very fast since I have a super speed internet connection and my website is hosted in webfarm where my website is located in SSD (solid state disk)... I suspect that JWPlayer has some problem loading the Youtube videos into virtual iframe provided by JWP...
How to solve this issue?