
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