unplugged-vendor/external/webrtc/rtc_tools/loopback_test
2025-10-06 13:59:42 +00:00
..
adapter.js Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
loopback_test.html Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
loopback_test.js Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
record-test.sh Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
run-server.sh Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
stat_tracker.js Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +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.