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

Issue 2033763002: Always send RED headers if configured. (Closed)

Created:
4 years, 6 months ago by stefan-webrtc
Modified:
4 years, 6 months ago
Reviewers:
pbos-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, danilchap, yujie_mao (webrtc), zhuangzesen_agora.io, zhengzhonghou_agora.io, tterriberry_mozilla.com, pbos-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Always send RED headers if configured. This shouldn't be needed, but because the receiver assumes RTX packets contain RED if configured to receive them (due to an incompatibility issue), we also have to make sure we send them for now. BUG=webrtc:5675 Committed: https://crrev.com/8f4c77fea10010b5879a01bf6fcd485318594a85 Cr-Commit-Position: refs/heads/master@{#13024}

Patch Set 1 #

Patch Set 2 : Add test. #

Patch Set 3 : Tests passing. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -28 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 6 chunks +16 lines, -11 lines 1 comment Download
M webrtc/video/video_send_stream.cc View 2 chunks +12 lines, -9 lines 3 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 6 chunks +12 lines, -8 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
pbos-webrtc
lgtm with tests updated
4 years, 6 months ago (2016-06-02 14:51:29 UTC) #2
stefan-webrtc
Add test.
4 years, 6 months ago (2016-06-02 14:56:04 UTC) #5
stefan-webrtc
PTAL
4 years, 6 months ago (2016-06-02 15:37:02 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033763002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2033763002/40001
4 years, 6 months ago (2016-06-02 15:37:12 UTC) #8
pbos-webrtc
lgtm, fingers crossed on sufficient test coverage
4 years, 6 months ago (2016-06-02 15:52:52 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 16:37:34 UTC) #11
stefan-webrtc
Verified with apprtc demo, landing.
4 years, 6 months ago (2016-06-03 07:14:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033763002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2033763002/40001
4 years, 6 months ago (2016-06-03 07:15:11 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-03 07:16:52 UTC) #16
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/8f4c77fea10010b5879a01bf6fcd485318594a85 Cr-Commit-Position: refs/heads/master@{#13024}
4 years, 6 months ago (2016-06-03 07:17:04 UTC) #18
mflodman
After the fact comments, LGTM with those addressed as a follow up. https://codereview.webrtc.org/2033763002/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc ...
4 years, 6 months ago (2016-06-03 07:28:17 UTC) #20
stefan-webrtc
4 years, 6 months ago (2016-06-03 07:50:19 UTC) #21
Message was sent while issue was closed.
https://codereview.webrtc.org/2033763002/diff/40001/webrtc/video/video_send_s...
File webrtc/video/video_send_stream.cc (right):

https://codereview.webrtc.org/2033763002/diff/40001/webrtc/video/video_send_s...
webrtc/video/video_send_stream.cc:684:
RTC_DCHECK_GE(config_.rtp.fec.red_payload_type, 0);
On 2016/06/03 07:28:16, mflodman wrote:
> Or change this to not allow 0.

Will do! https://codereview.webrtc.org/2036083002

Powered by Google App Engine
This is Rietveld 408576698