如何限制 akamai 流
我正在使用 Charles Proxy 测试 Flash 站点。它似乎并没有限制我们正在使用的 Akamai 视频流。有没有办法模拟流在慢速连接上的工作方式?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Charles 只是一个 Web 代理,因此它不会限制不通过 HTTP 代理的流量(就像通过端口 1935 传输 Flash 视频一样)。相反,您需要另一个可以限制所有流量的应用程序。
另一篇文章可能会有所帮助:
用于降低网络连接性能的工具?
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?
您还可以强制连接到 rtmpt 而不是 rtmp,这将强制它通过端口 80 并通过 Charles 建立隧道。
You can also force the connection to rtmpt instead of rtmp which will force it to tunnel over port 80 and via Charles.