Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1306)

Unified Diff: webrtc/tools/py_event_log_analyzer/README

Issue 2123773002: Changes in UI and minor extra functionality for rtp_analyzer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/tools/py_event_log_analyzer/pb_parse.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/py_event_log_analyzer/README
diff --git a/webrtc/tools/py_event_log_analyzer/README b/webrtc/tools/py_event_log_analyzer/README
index ed656ddef9c304b3b199b7a0c7642c90dcea2ead..6c77136d04d86ddf89fe37807d847c98dff752af 100644
--- a/webrtc/tools/py_event_log_analyzer/README
+++ b/webrtc/tools/py_event_log_analyzer/README
@@ -12,12 +12,18 @@ is enough.
After building, run the tool as follows:
- ./out/my_build/rtp_analyzer.sh <rtc event log>
+ ./out/my_build/rtp_analyzer.sh [options] <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.
+Options:
+ -h, --help show this help message and exit
+ --dump_header_to_stdout
+ print header info to stdout; similar to rtp_analyze
+ --query_sample_rate always query user for real sample rate
+
The script has been tested to work in python versions 3.4.1 and 2.7.6,
but should work in all python versions.
« no previous file with comments | « no previous file | webrtc/tools/py_event_log_analyzer/pb_parse.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698