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?
Asked
Active
Viewed 1,990 times
2 Answers
3
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: Tools for degrading my network connection?

Community
- 1
- 1

Branden Hall
- 4,468
- 18
- 19
0
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
- 335
- 1
- 6