tree: 1039fbf673716d2a2299b728e47dd2eb42b2fc84 [path history] [tgz]
  1. misc.py
  2. misc_test.py
  3. pb_parse.py
  4. README.md
  5. rtp_analyzer.py
  6. rtp_analyzer.sh
  7. rtp_analyzer_test.py
rtc_tools/py_event_log_analyzer/README.md

RTP log analyzer

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

Build

$ autoninja -C out/my_build webrtc:rtp_analyzer

Usage

./out/my_build/rtp_analyzer.sh [options] /path/to/rtc_event.log

where /path/to/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.

Use --help for the options.

The script requires Python (2.7 or 3+) and it has the following dependencies: Dependencies (available on pip):