mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 22:30:40 +01:00

In order to eliminate the WebRTC Subtree mirror in Chromium, WebRTC is moving the content of the src/webrtc directory up to the src/ directory. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true TBR=tommi@webrtc.org Bug: chromium:611808 Change-Id: Iac59c5b51b950f174119565bac87955a7994bc38 Reviewed-on: https://webrtc-review.googlesource.com/1560 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19845}
12 lines
397 B
Text
12 lines
397 B
Text
Loopback test
|
|
|
|
This is a simple html test framework to run a loopback test which can go via
|
|
turn. For now the test is used to analyse bandwidth estimation and get records
|
|
for bad scenarios.
|
|
|
|
How to run:
|
|
./run-server.sh (to start python serving the tests)
|
|
Access http://localhost:8080/loopback_test.html to run the test
|
|
|
|
How to record:
|
|
You can use record-test.sh to get a tcpdump of a test run.
|