How to simulate network packet loss when streaming video?

浪子不回头ぞ 提交于 2019-12-06 09:21:00

Recently Facebook has released a promising tool called ATC (A tool to simulate network conditions).

It allows you to controlled bandwith, latency, packet loss and packet corruption rates in your network.

Hovewer the tool supports only Linux platforms and Python 2.7.

You can find general information about ATC here. ATCs github repo is here.

In Linux there is a special utility netem, which provides all functionality you are looking for out of the box on Linux kernel layer.

For Windows platform you can use Network Emulator Toolkit.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!