Question
Delayed NetStream.Pause.Notify events on slow connections
Hi, the problem is:
Only on slow internet conections, When I call ns.pause() in the SWF, the event with code NetStream.Pause.Notify for
this NetStream comes with a very big delay (about 20 seconds delay).
And during this delay all commands like ns.resume() etc are ignored
(put in the queue? which is executed after we receive NetStream.Pause.Notify).
So this NetStream "freezes" druring this delay in the SWF. But we still can make NetConnection.call() which works immidiately during this delay.
I tested this on the server stream file that requires about 30Kb/sec
on client internet connection to play smothly, with real client connection speed of 10Kb/sec.
Only on slow internet conections, When I call ns.pause() in the SWF, the event with code NetStream.Pause.Notify for
this NetStream comes with a very big delay (about 20 seconds delay).
And during this delay all commands like ns.resume() etc are ignored
(put in the queue? which is executed after we receive NetStream.Pause.Notify).
So this NetStream "freezes" druring this delay in the SWF. But we still can make NetConnection.call() which works immidiately during this delay.
I tested this on the server stream file that requires about 30Kb/sec
on client internet connection to play smothly, with real client connection speed of 10Kb/sec.
