From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../rtc_tools/py_event_log_analyzer/README.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 third_party/libwebrtc/rtc_tools/py_event_log_analyzer/README.md (limited to 'third_party/libwebrtc/rtc_tools/py_event_log_analyzer/README.md') diff --git a/third_party/libwebrtc/rtc_tools/py_event_log_analyzer/README.md b/third_party/libwebrtc/rtc_tools/py_event_log_analyzer/README.md new file mode 100644 index 0000000000..12f436c3d7 --- /dev/null +++ b/third_party/libwebrtc/rtc_tools/py_event_log_analyzer/README.md @@ -0,0 +1,26 @@ +# RTP log analyzer +This file describes how to set up and use the RTP log analyzer. + +## Build + +```shell +$ autoninja -C out/my_build webrtc:rtp_analyzer +``` + +## Usage + +```shell +./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): +- matplotlib (http://matplotlib.org/) +- numpy (http://www.numpy.org/) +- protobuf (https://pypi.org/project/protobuf/) -- cgit v1.2.3