views:

261

answers:

3

i'm testing a flash site with Charles Proxy. It doesn't appear to be throttling the video stream from Akamai that we're using. Is there a way to simulate how the stream will work on a slow connection?

+2  A: 

Charles is just a web proxy, so it won't throttle traffic that doesn't go through your HTTP proxy (like streaming flash video does, over port 1935). Instead you need another application that can throttle all traffic.

This other post may help: http://stackoverflow.com/questions/39107/tool-for-degrading-my-network-connection

Branden Hall
A: 

awesome. that post had a link to 'traffic shaper xp' that worked perfectly. thanks1

A: 

You can also force the connection to rtmpt instead of rtmp which will force it to tunnel over port 80 and via Charles.

Chris Bos