unplugged-vendor/external/webrtc/rtc_tools/py_event_log_analyzer
2025-10-06 13:59:42 +00:00
..
misc_test.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
misc.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
pb_parse.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
rtp_analyzer_test.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
rtp_analyzer.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
rtp_analyzer.sh Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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):