|
Home > Archive > Macromedia Flash Server > April 2005 > reducing latency (don't scream, read my question ;-)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
reducing latency (don't scream, read my question ;-)
|
|
| Stefan Richter 2005-04-07, 5:50 pm |
| Hi,
I remember this being answered a few times before but I can't find it...
I have a live AV broadcast and over time the latency creeps up. I think =
Bill
Sanders once posted some method that reduce the lag (by resetting
something...), can someone remind me what it was?
thanks
Stefan
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Bill Sanders 2005-04-07, 5:50 pm |
| Stefan,
This is actually from Version 1.0 of FCS (before the first version of v
1.5). Someone at MM had suggested it, and I honestly don't know whether
it still works, but here it is:
//reset buffers
ns.setBufferTime(0);
I used to put it in a function for both in/out streams and have it
called ever 10 seconds using setInterval();
HTH,
Bill
On Feb 28, 2005, at 11:58 AM, Stefan Richter wrote:
> Hi,
> I remember this being answered a few times before but I can't find
> it...
>
> I have a live AV broadcast and over time the latency creeps up. I
> think Bill
> Sanders once posted some method that reduce the lag (by resetting
> something...), can someone remind me what it was?
>
> thanks
>
> Stefan
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
bill sanders | www.sandlight.com | bloomfield, ct | 860-242-2260
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Dario De Agostini 2005-04-07, 5:50 pm |
| > ns.setBufferTime(0);
> I used to put it in a function for both in/out streams and have it called
> ever 10 seconds using setInterval();
can anyone confirm this is still giving some benefits ? 
because i find fcs slowly taking up latency when using small bw settings
(strange thing is that latency keeps growing when not hitting server bw
limit... it's a phenomenon i'm trying to solve... i will try this
setBufferTime(0) now)
Thanks Bill, you are an unvaluable resource to all of us 
Dario De Agostini
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|