Hi
I want to share an strange behavior when adding videos in a page.
I’m using S3 and cloudfront with JW player.
If the page has a single video, it works fine.
If it has 5 videos, it works fine.
If it has 7 videos… then an strange behavior appears.
- If you press PLAY in a video after the page is fully loaded, it takes a few seconds before play.
- If you DON’T press play and wait for a while, when you press play, the video is shown inmediatly.
This “delay” time is incressed when adding videos.
I have a page with 20 videos an it takes a long time before play any of them.
This does NOT happen in my PC running windows 10. This happens in Android and a PC running windows 7.
I have tried jwplayer-v7, jwplayer-v7-rtmp and different values for ssl, count_against_user and check_user
I am using a shortcode with this code:
[s2Stream player=“jwplayer-v7-rtmp” player_path="/jwplayer/jwplayer.js" player_key=“xxxxxx” ssl=“yes” download_key=“yes” player_primary=“html5” file_download="’.$atts[path].’" /]
Does any one experienced this behavior?
Does any one know how to solve it?
Thanks