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

Issue 2652893004: Enable audio streams to send padding. (Closed)

Created:
3 years, 11 months ago by stefan-webrtc
Modified:
3 years, 10 months ago
Reviewers:
danilchap, mflodman
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Enable audio streams to send padding. Useful if bitrate probing is to be used with audio streams. BUG=webrtc:7043 Review-Url: https://codereview.webrtc.org/2652893004 Cr-Commit-Position: refs/heads/master@{#16404} Committed: https://chromium.googlesource.com/external/webrtc/+/e35f89a484ca376d5c187d166714eba578dfadc3

Patch Set 1 #

Patch Set 2 : Increase min padding length. #

Total comments: 6

Patch Set 3 : Fixed comments. #

Patch Set 4 : Fix issue where padding might be sent before the payload type is set. #

Patch Set 5 : Only use padding if BWE extensions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -10 lines) Patch
M webrtc/modules/pacing/packet_router.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 chunks +24 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
stefan-webrtc
Increase min padding length.
3 years, 11 months ago (2017-01-24 15:31:38 UTC) #2
stefan-webrtc
3 years, 11 months ago (2017-01-24 15:32:18 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/2652893004/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc File webrtc/modules/rtp_rtcp/source/rtp_sender.cc (right): https://codereview.webrtc.org/2652893004/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc#newcode509 webrtc/modules/rtp_rtcp/source/rtp_sender.cc:509: if (!audio_configured_ && !last_packet_marker_bit_) { Audio streams typically don't ...
3 years, 11 months ago (2017-01-24 15:34:02 UTC) #5
danilchap
lgtm
3 years, 11 months ago (2017-01-24 15:53:14 UTC) #6
mflodman
Is there any test to verify we can send audio with padding and we actually ...
3 years, 11 months ago (2017-01-26 14:03:37 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2652893004/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc File webrtc/modules/rtp_rtcp/source/rtp_sender.cc (right): https://codereview.webrtc.org/2652893004/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc#newcode485 webrtc/modules/rtp_rtcp/source/rtp_sender.cc:485: size_t padding_bytes_in_packet = On 2017/01/26 14:03:37, mflodman wrote: > ...
3 years, 10 months ago (2017-01-27 12:53:01 UTC) #8
mflodman
LGTM https://codereview.webrtc.org/2652893004/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc File webrtc/modules/rtp_rtcp/source/rtp_sender.cc (right): https://codereview.webrtc.org/2652893004/diff/20001/webrtc/modules/rtp_rtcp/source/rtp_sender.cc#newcode509 webrtc/modules/rtp_rtcp/source/rtp_sender.cc:509: if (!audio_configured_ && !last_packet_marker_bit_) { On 2017/01/27 12:53:01, ...
3 years, 10 months ago (2017-01-27 13:03:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2652893004/40001
3 years, 10 months ago (2017-01-27 13:06:42 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_dbg/builds/15627)
3 years, 10 months ago (2017-01-27 13:34:15 UTC) #14
stefan-webrtc
On 2017/01/26 14:03:37, mflodman wrote: > Is there any test to verify we can send ...
3 years, 10 months ago (2017-01-27 15:17:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2652893004/60001
3 years, 10 months ago (2017-02-01 16:02:58 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/external/webrtc/+/e35f89a484ca376d5c187d166714eba578dfadc3
3 years, 10 months ago (2017-02-01 17:06:34 UTC) #25
Taylor Brandstetter
3 years, 10 months ago (2017-02-01 23:45:35 UTC) #26
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.webrtc.org/2669033003/ by deadbeef@webrtc.org.

The reason for reverting is: Speculatively reverting, since Android end-to-end
tests (such as
https://build.chromium.org/p/client.webrtc/builders/Android64%20%28M%20Nexus5...)
started failing..

Powered by Google App Engine
This is Rietveld 408576698