Skip to main content
Participant
November 29, 2007
Question

Delayed NetStream.Pause.Notify events on slow connections

  • November 29, 2007
  • 1 reply
  • 324 views
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.
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    Participant
    December 10, 2007
    I'm having this exact same issue. Anyone have a solution? Even on connections of 385/k with 6 sec buffer time pausing takes a good 10 secs to return the paused event so that the clip can be again unpaused.

    I should note that I'm using NetLimiter to limit my bandwidth (I'm on a T1 at work). Is it possible this is actually some kind of side effect of using a bandwidth limiter and not something someone on a real 300/k bandwidth would experience?