webrtc/rtc_tools/loopback_test
Mirko Bonadei e52115a33e Remove inactive OWNERS.
No-Try: True
Bug: webrtc:10381
Change-Id: I3b56c74d913a47e4297518005b0cb19de8fafbff
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168421
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30556}
2020-02-19 13:37:36 +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
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.