webrtc/rtc_tools/loopback_test
Mirko Bonadei bb547203bf Moving src/webrtc into src/.
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}
2017-09-15 04:25:06 +00:00
..
adapter.js Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
loopback_test.html Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
loopback_test.js Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
README Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
record-test.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
run-server.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
stat_tracker.js Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00

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.