1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
misc.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
misc_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pb_parse.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rtp_analyzer.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rtp_analyzer.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rtp_analyzer_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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