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

Issue 2960363002: Implement RTP keepalive in native stack. (Closed)

Created:
3 years, 5 months ago by sprang_webrtc
Modified:
3 years, 5 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, danilchap, yujie_mao (webrtc), zhuangzesen_agora.io, zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Implement RTP keepalive in native stack. BUG=webrtc:7907 Review-Url: https://codereview.webrtc.org/2960363002 Cr-Commit-Position: refs/heads/master@{#18912} Committed: https://chromium.googlesource.com/external/webrtc/+/168794c43c7e6d7d78b2b2286eeb42583347aba6

Patch Set 1 #

Patch Set 2 : additional test #

Patch Set 3 : Test fix #

Patch Set 4 : More testing #

Total comments: 17

Patch Set 5 : Sequence number assigned #

Patch Set 6 : Addressed comments #

Patch Set 7 : GN #

Patch Set 8 : Test fix #

Total comments: 2

Patch Set 9 : Addressed comments. market bit set to false #

Total comments: 6

Patch Set 10 : Cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -35 lines) Patch
M webrtc/common_types.h View 1 2 3 4 5 6 7 8 9 1 chunk +11 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 5 6 chunks +39 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 chunks +97 lines, -20 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +35 lines, -0 lines 0 comments Download
M webrtc/video/replay.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -2 lines 0 comments Download
M webrtc/video/video_send_stream_tests.cc View 1 2 3 4 5 2 chunks +49 lines, -1 line 0 comments Download
M webrtc/video_send_stream.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (27 generated)
sprang_webrtc
3 years, 5 months ago (2017-06-29 19:33:39 UTC) #7
åsapersson
https://codereview.webrtc.org/2960363002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc File webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc (right): https://codereview.webrtc.org/2960363002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc#newcode155 webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc:155: last_process_time_ = now; is last_process_time_ still needed? https://codereview.webrtc.org/2960363002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc#newcode167 webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc:167: ...
3 years, 5 months ago (2017-06-30 15:09:14 UTC) #12
sprang_webrtc
https://codereview.webrtc.org/2960363002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc File webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc (right): https://codereview.webrtc.org/2960363002/diff/60001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc#newcode155 webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc:155: last_process_time_ = now; On 2017/06/30 15:09:13, åsapersson wrote: > ...
3 years, 5 months ago (2017-06-30 16:21:00 UTC) #13
åsapersson
https://codereview.webrtc.org/2960363002/diff/140001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2960363002/diff/140001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode25 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:25: #include "webrtc/video_send_stream.h" avoid include of video_send_stream
3 years, 5 months ago (2017-07-03 13:39:18 UTC) #22
sprang_webrtc
I updated the market bit to false. It is now analogous to plain padding packets. ...
3 years, 5 months ago (2017-07-05 13:29:59 UTC) #23
åsapersson
lgtm with comments https://codereview.webrtc.org/2960363002/diff/160001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/2960363002/diff/160001/webrtc/common_types.h#newcode918 webrtc/common_types.h:918: // packet. The keep-laive packet is ...
3 years, 5 months ago (2017-07-05 15:19:55 UTC) #24
sprang_webrtc
+stefan for webrtc/common_types.h https://codereview.webrtc.org/2960363002/diff/160001/webrtc/common_types.h File webrtc/common_types.h (right): https://codereview.webrtc.org/2960363002/diff/160001/webrtc/common_types.h#newcode918 webrtc/common_types.h:918: // packet. The keep-laive packet is ...
3 years, 5 months ago (2017-07-05 15:56:47 UTC) #28
stefan-webrtc
lgtm
3 years, 5 months ago (2017-07-06 11:34:46 UTC) #31
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/2960363002/180001
3 years, 5 months ago (2017-07-06 11:35:15 UTC) #34
commit-bot: I haz the power
3 years, 5 months ago (2017-07-06 11:38:13 UTC) #37
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/external/webrtc/+/168794c43c7e6d7d78b2b2286...

Powered by Google App Engine
This is Rietveld 408576698