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

My video only plays after load all


Hi, i have a video in the next html that i can only view after load all (Safari browser) and i want to start playing in 5 or 10 seconds load not after load all

thnks

http://icafluor.learn.taleo.net/files/upload/liderazgo/video1.html

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

After looking at your code your initial mp4 does not seem to load, this may be a path problem The fallback link seems to work as intended.

Does this sample code work for you:

jwplayer(“myVideo”).setup({
file:‘http://mstr16.mundostreaming.tv/icafluor/2015/leadership/circomariposas.mp4’,
height: ‘281’,
width: ‘500’,
image: ‘http://qa.jwplayer.com/~randy/cust/bunny.jpg’,
skin: ‘glow’,
abouttext: ‘JW Support for the World’, // <—-Right click description.
aboutlink: ‘http://www.jwplayer.com’, // <—- Right click link.
});
</script>

Are these meant to be RTMP streams?

Randy

This question has received the maximum number of answers.