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
2009-08-27 19:31:25
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
2009-08-28 18:44:15