Add support for audio in latency visualization.
The RTC event log analyzer would previously only plot network latency for incoming video streams. (The latency is computed from the capture time in the RTP header, and the packet receive time.) This CL adds support for audio packets, which requires estimating the RTP clock frequency for the incoming packets. Bug: None Change-Id: Idf1ff9febfdd4097976b22a61f1c5679deb6068c Reviewed-on: https://webrtc-review.googlesource.com/c/108784 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25580}
This commit is contained in:
committed by
Commit Bot
parent
d8aa9f93e8
commit
6c373cccbb
@ -45,7 +45,6 @@ class EventLogAnalyzer {
|
||||
|
||||
void CreateIncomingPacketLossGraph(Plot* plot);
|
||||
|
||||
void CreateIncomingDelayDeltaGraph(Plot* plot);
|
||||
void CreateIncomingDelayGraph(Plot* plot);
|
||||
|
||||
void CreateFractionLossGraph(Plot* plot);
|
||||
|
||||
Reference in New Issue
Block a user