client side playlist with netStream.play using start offset causing jerky cuts
I have a series of mp4 videos (H.236 @ 22 fps) streaming from an akamai FMS serve via RTMP protocol in flash player 9+ with AS 3. My goal is to create client side playlists that smoothly switch from one stream to another. I am creating these playlists using a series of netStream.play(filename,start,len) methods. If I don't use an offset for the start parameter, then the stream switches smoothly from one video to the next with not noticeable jump or jerkiness. However if I introduce a start offset, say a few seconds in, I start to see a quick little hiccup or pause between the seams as it switches from one playlist stream to the next. Can anyone shed some light on this, is there something I can do to smooth this out, or should this be expected? thanks, bto
