ilnik
a8e781aedf
Make rtc_event_log2text output header extensions
...
BUG=webrtc:none
Review-Url: https://codereview.webrtc.org/2918103002
Cr-Commit-Position: refs/heads/master@{#18530}
2017-06-12 08:02:46 +00:00
terelius
5b542130d7
Print configured header extensions and codecs in rtc_event_log2text.
...
BUG=None
Review-Url: https://codereview.webrtc.org/2916053002
Cr-Commit-Position: refs/heads/master@{#18379}
2017-06-01 12:23:03 +00:00
terelius
8fbc765421
Ensure the RtcEventLog parser is backwards compatible
...
The old video send stream configs could contain multiple SSRCs and RTX SSRCs (in case of simulcast). To ensure that the RtcEventLog parser is backwards compatible, we have to return one config for every SSRC.
Also update the parsing functions for the other config types to return the config instead of passing in an output parameter.
BUG=webrtc:7731
Review-Url: https://codereview.webrtc.org/2912113002
Cr-Commit-Position: refs/heads/master@{#18343}
2017-05-31 09:03:16 +00:00
perkj
77cd58e140
This cl removes RtcEventLog deps to call:call_interfaces. The purpose is to be able to use the event log from the upcoming RtpTransport.
...
Biggest change is to Remove MediaType as argument to RtcEventLog::LogRtpHeader and RtcEventLog::LogRtcpHeader.
Since the type is used by tools, these tools are rewritten to figure out the media type from the configurations instead.
BUG=webrtc:7538
TBR=solenberg@webrtc.org // For call.cc and voiceengine.cc
Review-Url: https://codereview.webrtc.org/2855143002
Cr-Commit-Position: refs/heads/master@{#18324}
2017-05-30 10:52:10 +00:00
perkj
f472699bbd
Replace AudioSendStream::Config with rtclog::StreamConfig.
...
BUG=webrtc:7538
Review-Url: https://codereview.webrtc.org/2856063003
Cr-Commit-Position: refs/heads/master@{#18224}
2017-05-22 17:12:26 +00:00
perkj
ac8f52de70
Replace AudioReceiveStream::Config with rtclog::StreamConfig.
...
BUG=webrtc:7538
Review-Url: https://codereview.webrtc.org/2851303007
Cr-Commit-Position: refs/heads/master@{#18223}
2017-05-22 16:36:28 +00:00
perkj
c0876aab46
Replace VideoSendStream::Config with new rtclog::StreamConfig in RtcEventLog.
...
BUG=webrtc:7538
Review-Url: https://codereview.webrtc.org/2857933002
Cr-Commit-Position: refs/heads/master@{#18221}
2017-05-22 11:08:28 +00:00
perkj
09e71daec5
Replace VideoReceiveStream::Config with new rtclog::StreamConfig in RtcEventLog.
...
BUG=webrtc:7538
Review-Url: https://codereview.webrtc.org/2850793002
Cr-Commit-Position: refs/heads/master@{#18220}
2017-05-22 10:26:49 +00:00
perkj
c52bd61f65
Change rtp_event_log2text to ignore webrtc::MediaType from proto.
...
BUG=webrtc:7538
Review-Url: https://codereview.webrtc.org/2894833003
Cr-Commit-Position: refs/heads/master@{#18210}
2017-05-19 12:32:56 +00:00
nisse
25d0bdc1bc
Delete support for receiving RTCP RPSI and SLI message.
...
This code has been unused for years, and at least the RTCP RSPI sending
logic appears broken.
This cl is part 3, following
https://codereview.webrtc.org/2746413003 (delete sending)
https://codereview.webrtc.org/2753783002 (delete vp8 feedback mode)
BUG=webrtc:7338
Review-Url: https://codereview.webrtc.org/2742383004
Cr-Commit-Position: refs/heads/master@{#17342}
2017-03-22 14:15:09 +00:00
terelius
bb46b95dbe
Add option to print information about configured SSRCs from RTC event logs.
...
BUG=webrtc:7118
Review-Url: https://codereview.webrtc.org/2686823002
Cr-Commit-Position: refs/heads/master@{#16500}
2017-02-08 17:37:30 +00:00
terelius
d4ed7f59e4
New tool for printing basic packet information from an RTC event log to stdout.
...
BUG=webrtc:7118
Review-Url: https://codereview.webrtc.org/2673403002
Cr-Commit-Position: refs/heads/master@{#16488}
2017-02-08 12:22:53 +00:00