
http streaming to iOS m3u8 stops playing
Here is a link to my test page:
http://lcc.org/media/live/?golive=true
The Flash to HTML5 fallback is working great. But for some reason the m3u8 file on iOS only plays about 5 seconds. If i browse to the m3u8 file directly it will stream uninterrupted.
Is there a setting in the JWPlayer setup that I need to configure to tell the player this is a streamed video, so it will continue playing.
bc.. <script type="text/javascript">
jwplayer("container").setup({
height: 360,
width: 640,
skin:"/common/player/bekle/bekle.zip",
modes: [
{type: 'flash',src: '/common/player/player.swf',
config:{
streamer:"rtmp://cp54218.live.edgefcs.net/live/",
file:"Legacy_Church_KS_1@53604",
"rtmp.subscribe":true
}
},
{type: 'html5',
config: {
'file': 'http://174.129.242.53/LegacyChristianChurchiPhone/iPhone/playlist.m3u8',
'provider': 'http'
}
}
]
});
</script>