Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.42 KB

VIBE: VIdeoBitrateEstimator for pion

Also check out related bwe-test repo

We aim at creating pluggable set of interceptors that work with pion for accurate bandwith estimation and simulcast resolving in dynamic network conditions.

Also, there are some experiments with ns3 + webrtc

How to build the simulator:

  1. Init submodules: git submodule init --recursive
  2. Build WebRTC outside the repo using the manual
  3. Clone and build ns3 outside the repo using the manual
  4. Compile simulator using CMake with options -DNS3_INSTALL_DIR=/path/to/ns3/build -DWEBRTC_SRC_DIR=/path/to/webrtc/src -DWEBRTC_INSTALL_DIR=/path/to/webrtc/src/out/Default

Credits and related project:

Credits

License

All new code is licensed under the MIT License. This project also utilizes Cisco libraries, which are licensed under the Apache License 2.0.