D Puhe wrote:
> Hi,
>
>
> - Some seconds delay/buffering before playback actually
> starts: When playing via progressive download by contrast,
> playback starts almost immediatly (buffertime is .25).
>   
There is an obvious buffering problem ive tried to explain over and over :)

> - Many subsequent calls to NetStream.seek() seem to greatly
> affect the swf's performance: when dragging the timeline playhead
> seek() is called onMouseMove which makes the framerate drop
> temporarily. Ok, I can get around this by limiting calls to
> only 1 in 10 frames, but scrubbing feels a bit unresponsive then.
>   

What do you mean by performance, sounds like a coding problem, i notice 
when i try to use the Date class in flex to format the playhead time to 
a normal time format 00:00:00 ram increases incrementally :)

The only issue i found with seeking is that it will rebuffer even when 
rewinding !

Also when the clip is paused if i unpause it rebuffers.

> - When the FLV has reached the end my NetStream instance seems
> to be 'dead': that is seek() and pause() don't work until close()
> and play("my.flv") is called again.
>   
i guess thats normal i usually call close before play ?



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to