
Video delay on livestream with Wowza 3
Hi.
I have a Wowza 3.0.3 installation and available livestream application
on my Linux box. When I playing stream with Wowza sample player there is no delay on video, but whet I try to play the same stream with JW Player 5 there is a delay at least 5 seconds.
Player code:
bc.. jwplayer("container").setup({
file: "live",
height: 240,
width: 320,
bufferlength: 1,
'provider':'rtmp',
'streamer':'rtmp://media.TESTING.info:1935/videochat',
'modes': [
{
type:'flash',
src:'player.swf',
'config': {
'file': 'live',
'streamer': 'rtmp://media.TESTING.info:1935/videochat',
'provider': 'rtmp'
}
},
{
type:'html5',
config:{
'file':'http://media.TESTING.info:1935/vod/mp4:live/playlist.m3u8',
'provider':'http'
}
}
]
});
I played around *bufferlength* (tried to set 0.2, 0.5, 1, 2) but with no luck. Delay on video picture is always not less than 5 seconds.
Could you suggest how can a lower delaying can be achieved?