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

Continious Streaming of multiple clips in playlist


Hi,

I have created a playlist and streaming it using wowza streaming engine server.
But when I play the videos in Apple i devices, it plays one after another (OK), but shows player icon and stop to load another stream. Instead when it play in desktop browser (flash is enabled/installed) it continuously plays without any black flash/player icon.

Code:
bc.. jwplayer("myElement").setup({
playlist: [{
sources: [
{file: 'http://172.16.0.235:1935/vod/mp4:000001-R-S-F/playlist.m3u8',},
{file: 'rtmp://172.16.0.235:1935/vod/mp4:000001-R-S-F.mp4',},
{file: '{{STATIC_URL}}000001-R-S-F.mp4'}],
},
{
sources: [{file: 'http://172.16.0.235:1935/vod/mp4:000001-R-S-F/playlist.m3u8',},
{file: 'rtmp://172.16.0.235:1935/vod/mp4:000001-R-S-F.mp4',},
{file: '{{STATIC_URL}}000001-R-S-F.mp4'}],
},
rtmp: {
bufferlength: 3
},
fallback: true,
primary: "flash",
autostart: 'false,
repeat: true,
});



Any suggestions and pointers would be helpful.

--
Gaurav

5 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

It will have to stop to buffer, that is expected.

JW Player

User  
0 rated :

Thanks for the response.
As said,
It is showing black flash with player icon between two clips (before starting next clip) when running it on iDevices/browsers without flash.
I have also checked it by adding image with every clip, but still it is resulting the same.

Yes you said right, it could be the one of possibility.
Can you tell me, How could I stop buffering until next clip get load in to a player ?
So, It will look like continuous streaming.

Any suggestions would be helpful and great to resolve this issue.
Thanks
--
Gaurav

Ethan Feldman

JW Player Support Agent  
0 rated :

It is not possible to do that, sorry.

JW Player

User  
0 rated :

_**imp : Any other alternative solution, so I can bridge the gap seen between two clips in playlist._

Ethan Feldman

JW Player Support Agent  
0 rated :

This is not something trivial to add or work around I’m afraid.

This question has received the maximum number of answers.