Leaving compatibility script in webrtc/tools/compare_videos.py to avoid breaking our video quality tests in Chromium. Forwarding GN targets are left in webrtc/tools/BUILD.gn. BUG=webrtc:7855 NOTRY=True NOPRESUBMIT=True Review-Url: https://codereview.webrtc.org/2965593002 Cr-Commit-Position: refs/heads/master@{#18848}
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
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.
|