aosp12/external/webrtc/rtc_tools/loopback_test
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
adapter.js init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
loopback_test.html init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
loopback_test.js init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
record-test.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
run-server.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
stat_tracker.js init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

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.