| lti-1a8g-LMbKfuCQv7pBDgjK7y7TUQ@public.gmane.o 2005-12-15, 7:45 am |
| Hi,
I didn't set it in the server side actionscript, but I did modified the
<Client> settings in Application.xml :
<Bandwidth override="yes">
<!-- Specified in bytes/sec -->
<!-- <ServerToClient>250000</ServerToClient> -->
<ServerToClient>500000</ServerToClient>
<!-- Specified in bytes/sec -->
<!-- <ClientToServer>250000</ClientToServer> -->
<ClientToServer>500000</ClientToServer>
</Bandwidth>
<!-- Bandwidth cannot be set higher than the value set here. -->
<BandwidthCap override="no">
<!-- Specified in bytes/sec -->
<ServerToClient>10000000</ServerToClient>
<!-- Specified in bytes/sec -->
<ClientToServer>10000000</ClientToServer>
</BandwidthCap>
lti-1a8g,
Regards
Bill Sanders wrote:
> Hello,
>
> Have you tried increasing the setBandwidthLimit() on the server side?
> Sometimes it's default bw limits. Try:
>
> client.setBandwidthLimit(500000/8,500000/8)
>
> and see if that helps. (I'm assuming you have at least 1mb BW on your
> FCS 1.5 2 r138--if not, try another setting that will max your
> ceiling BW)
>
> HTH,
> Bill
> On Dec 15, 2005, at 5:25 AM, lti-1a8g-LMbKfuCQv7pBDgjK7y7TUQ@public.gmane.org wrote:
>
>
>
> 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
=-----------------------------------------------------------
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
|