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

Issue 2912713002: Persist RTP state for FlexFEC. (Closed)

Created:
3 years, 6 months ago by brandtr
Modified:
3 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, danilchap, yujie_mao (webrtc), zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Persist RTP state for FlexFEC. Before this CL, the RTP state would be re-randomized after a recreation of VideoSendStream. That might lead to us sending a non-compliant RTP stream, which is avoided after the changes in this CL. BUG=webrtc:5654 TBR=pbos@webrtc.org # Trivial change to fuzzer. Review-Url: https://codereview.webrtc.org/2912713002 Cr-Commit-Position: refs/heads/master@{#18322} Committed: https://chromium.googlesource.com/external/webrtc/+/48d21a23c6663dc1d07c8a05f2922ad14bd12c8a

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fix fuzzer and win compile. #

Total comments: 6

Patch Set 3 : danilchap comments 1. #

Patch Set 4 : sprang comments 1. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -24 lines) Patch
M webrtc/modules/rtp_rtcp/include/flexfec_sender.h View 3 chunks +5 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_sender.cc View 2 chunks +15 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc View 1 2 12 chunks +39 lines, -12 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/test/fuzzers/flexfec_sender_fuzzer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 1 chunk +159 lines, -0 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 5 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 31 (22 generated)
brandtr
Please take a look. Danil: rtp_rtcp/ Erik: video/
3 years, 6 months ago (2017-05-29 07:45:59 UTC) #4
danilchap
rtp_rtcp/ lgtm https://codereview.webrtc.org/2912713002/diff/20001/webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc (right): https://codereview.webrtc.org/2912713002/diff/20001/webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc#newcode313 webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc:313: EXPECT_EQ(initial_rtp_state.start_timestamp + 1 * 90000, may be ...
3 years, 6 months ago (2017-05-29 08:09:36 UTC) #11
sprang_webrtc
https://codereview.webrtc.org/2912713002/diff/40001/webrtc/video/end_to_end_tests.cc File webrtc/video/end_to_end_tests.cc (right): https://codereview.webrtc.org/2912713002/diff/40001/webrtc/video/end_to_end_tests.cc#newcode4194 webrtc/video/end_to_end_tests.cc:4194: EXPECT_LT(timestamp_abs_diff, 10 * 90000); Maybe EXPECT_NEAR here? https://codereview.webrtc.org/2912713002/diff/40001/webrtc/video/end_to_end_tests.cc#newcode4287 webrtc/video/end_to_end_tests.cc:4287: ...
3 years, 6 months ago (2017-05-29 14:26:45 UTC) #14
brandtr
Thanks for quick response from both of you! Comments addressed. https://codereview.webrtc.org/2912713002/diff/20001/webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc File webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc (right): https://codereview.webrtc.org/2912713002/diff/20001/webrtc/modules/rtp_rtcp/source/flexfec_sender_unittest.cc#newcode313 ...
3 years, 6 months ago (2017-05-29 14:40:15 UTC) #15
sprang_webrtc
lgtm
3 years, 6 months ago (2017-05-30 08:29:53 UTC) #16
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/2912713002/80001
3 years, 6 months ago (2017-05-30 09:17:01 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/17533)
3 years, 6 months ago (2017-05-30 09:20:29 UTC) #25
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/2912713002/80001
3 years, 6 months ago (2017-05-30 09:29:53 UTC) #28
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 09:32:17 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/48d21a23c6663dc1d07c8a05f...

Powered by Google App Engine
This is Rietveld 408576698