rhubarb-lip-sync/rhubarb/lib/webrtc-8d2248ff/webrtc/tools/loopback_test
Daniel Wolf e5c39efeeb Moved main executable into its own directory along with its build logic
This will make it easier to add other artifacts that require build steps.
2018-01-24 18:38:09 +01:00
..
OWNERS Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
README Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
adapter.js Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
loopback_test.html Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
loopback_test.js Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
record-test.sh Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
run-server.sh Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
stat_tracker.js Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01: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.