Name Description Size Coverage
build_apprtc.py Builds the AppRTC collider using the golang toolchain. The golang toolchain is downloaded by download_apprtc.py. We use that here to build the AppRTC collider server. This script needs to know the path to the 'src' directory in apprtc, the root directory of 'go' and the output_dir. 2263 -
download_apprtc.py Downloads prebuilt AppRTC and Go from WebRTC storage and unpacks it. Requires that depot_tools is installed and in the PATH. It downloads compressed files in the directory where the script lives. This is because the precondition is that the script lives in the same directory of the .sha1 files. 1970 -
golang -
prebuilt_apprtc.zip.sha1 40 -
README.md This directory contains prebuilt tools used during end-to-end tests. 1742 -
setup_apprtc.py This script sets up AppRTC and its dependencies. Requires that depot_tools is installed and in the PATH. It will put the result under <output_dir>/collider. 1368 -
utils.py Utilities for all our deps-management stuff. 4177 -