rhubarb-lip-sync/rhubarb/lib/webrtc-8d2248ff/webrtc/tools/py_event_log_analyzer
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
..
README Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
misc.py Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
misc_test.py Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
pb_parse.py Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
rtp_analyzer.py Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
rtp_analyzer.sh Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00

README

This file describes how to set up and use the RTP log analyzer.

First build the tool with

    ninja -C out/my_build webrtc:rtp_analyzer

The tool is built by default, so

    ninja -C out/my_build

is enough.

After building, run the tool as follows:

    ./out/my_build/rtp_analyzer.sh <rtc event log>

where <rtc event log> is a recorded RTC event log, which is stored in
protobuf format. Such logs are generated in multiple ways, e.g. by
Chrome through the chrome://webrtc-internals page.

The script has been tested to work in python versions 3.4.1 and 2.7.6,
but should work in all python versions.

Working versions of NumPy (http://www.numpy.org/) and matplotlib
(http://matplotlib.org/) are needed to run this tool. See this link
with installation instructions (http://www.scipy.org/install.html).