android13/external/webrtc/rtc_tools/loopback_test
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README initial 2024-06-22 20:45:49 +08:00
adapter.js initial 2024-06-22 20:45:49 +08:00
loopback_test.html initial 2024-06-22 20:45:49 +08:00
loopback_test.js initial 2024-06-22 20:45:49 +08:00
record-test.sh initial 2024-06-22 20:45:49 +08:00
run-server.sh initial 2024-06-22 20:45:49 +08:00
stat_tracker.js initial 2024-06-22 20:45:49 +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.