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

Issue 1315503003: Set the IceConnectionReceivingTimeout as a RTCConfiguration parameter. (Closed)

Created:
5 years, 3 months ago by honghaiz3
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Set the IceConnectionReceivingTimeout as a RTCConfiguration parameter. BUG=4901 Committed: https://crrev.com/4edc39c5692ab01286d0c4a4911bf6b705032b6f Cr-Commit-Position: refs/heads/master@{#9832}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : Sync and rebased #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -25 lines) Patch
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 chunks +8 lines, -11 lines 0 comments Download
M talk/app/webrtc/java/src/org/webrtc/PeerConnection.java View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/objc/RTCPeerConnectionInterface.mm View 1 2 3 4 5 4 chunks +7 lines, -1 line 0 comments Download
M talk/app/webrtc/objc/public/RTCPeerConnectionInterface.h View 1 chunk +3 lines, -1 line 0 comments Download
M talk/app/webrtc/peerconnection.h View 1 chunk +0 lines, -1 line 0 comments Download
M talk/app/webrtc/peerconnection.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface.h View 1 2 3 4 4 chunks +7 lines, -4 lines 0 comments Download
M talk/app/webrtc/peerconnectionproxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M talk/app/webrtc/webrtcsession.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (22 generated)
honghaiz3
Because the timeout value can only be set at the peer connection initialization phase now, ...
5 years, 3 months ago (2015-08-26 17:51:52 UTC) #4
juberti1
https://codereview.webrtc.org/1315503003/diff/40001/talk/app/webrtc/peerconnectioninterface.h File talk/app/webrtc/peerconnectioninterface.h (left): https://codereview.webrtc.org/1315503003/diff/40001/talk/app/webrtc/peerconnectioninterface.h#oldcode258 talk/app/webrtc/peerconnectioninterface.h:258: audio_jitter_buffer_max_packets(50), let's put these as constants in the RTCConfiguration ...
5 years, 3 months ago (2015-08-26 18:25:46 UTC) #5
pthatcher2
https://codereview.webrtc.org/1315503003/diff/40001/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1315503003/diff/40001/talk/app/webrtc/peerconnection.cc#newcode657 talk/app/webrtc/peerconnection.cc:657: bool PeerConnection::UpdateIce(const RTCConfiguration& config) { I think we need ...
5 years, 3 months ago (2015-08-26 18:33:18 UTC) #7
honghaiz3
Thanks! PTAL. https://codereview.webrtc.org/1315503003/diff/40001/talk/app/webrtc/peerconnection.cc File talk/app/webrtc/peerconnection.cc (right): https://codereview.webrtc.org/1315503003/diff/40001/talk/app/webrtc/peerconnection.cc#newcode657 talk/app/webrtc/peerconnection.cc:657: bool PeerConnection::UpdateIce(const RTCConfiguration& config) { On 2015/08/26 ...
5 years, 3 months ago (2015-08-26 19:20:26 UTC) #9
pthatcher1
lgtm
5 years, 3 months ago (2015-08-26 20:08:57 UTC) #11
honghaiz3
Justin, Will you take another look at the CL?
5 years, 3 months ago (2015-08-27 18:50:24 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315503003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315503003/120001
5 years, 3 months ago (2015-08-27 18:50:52 UTC) #14
juberti
lgtm with one comment https://codereview.webrtc.org/1315503003/diff/120001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java File talk/app/webrtc/java/src/org/webrtc/PeerConnection.java (right): https://codereview.webrtc.org/1315503003/diff/120001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java#newcode151 talk/app/webrtc/java/src/org/webrtc/PeerConnection.java:151: iceConnectionReceivingTimeout = 2500; Can we ...
5 years, 3 months ago (2015-08-27 18:51:30 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/528)
5 years, 3 months ago (2015-08-27 18:52:34 UTC) #18
honghaiz3
Will wait until tomorrow in case you have more comments. https://codereview.webrtc.org/1315503003/diff/120001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java File talk/app/webrtc/java/src/org/webrtc/PeerConnection.java (right): https://codereview.webrtc.org/1315503003/diff/120001/talk/app/webrtc/java/src/org/webrtc/PeerConnection.java#newcode151 ...
5 years, 3 months ago (2015-08-27 20:06:22 UTC) #19
juberti
https://codereview.webrtc.org/1315503003/diff/140001/talk/app/webrtc/peerconnectioninterface.h File talk/app/webrtc/peerconnectioninterface.h (right): https://codereview.webrtc.org/1315503003/diff/140001/talk/app/webrtc/peerconnectioninterface.h#newcode240 talk/app/webrtc/peerconnectioninterface.h:240: static const int kIceConnectionReceivingTimeout = -1; If you are ...
5 years, 3 months ago (2015-08-27 20:31:04 UTC) #20
honghaiz3
https://codereview.webrtc.org/1315503003/diff/140001/talk/app/webrtc/peerconnectioninterface.h File talk/app/webrtc/peerconnectioninterface.h (right): https://codereview.webrtc.org/1315503003/diff/140001/talk/app/webrtc/peerconnectioninterface.h#newcode240 talk/app/webrtc/peerconnectioninterface.h:240: static const int kIceConnectionReceivingTimeout = -1; On 2015/08/27 20:31:04, ...
5 years, 3 months ago (2015-08-27 21:02:26 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315503003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315503003/160001
5 years, 3 months ago (2015-08-28 21:17:46 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/550)
5 years, 3 months ago (2015-08-28 21:19:21 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315503003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315503003/180001
5 years, 3 months ago (2015-08-28 23:01:17 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 3 months ago (2015-08-29 01:01:27 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315503003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315503003/180001
5 years, 3 months ago (2015-08-31 18:07:17 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL) mac_baremetal on ...
5 years, 3 months ago (2015-08-31 20:07:30 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315503003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315503003/180001
5 years, 3 months ago (2015-08-31 21:26:15 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL) mac_baremetal on ...
5 years, 3 months ago (2015-08-31 23:26:22 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315503003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315503003/180001
5 years, 3 months ago (2015-08-31 23:32:04 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL) mac_baremetal on ...
5 years, 3 months ago (2015-09-01 01:32:23 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1315503003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1315503003/180001
5 years, 3 months ago (2015-09-01 16:52:54 UTC) #45
commit-bot: I haz the power
Committed patchset #6 (id:180001)
5 years, 3 months ago (2015-09-01 16:54:01 UTC) #46
commit-bot: I haz the power
5 years, 3 months ago (2015-09-01 16:54:12 UTC) #47
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/4edc39c5692ab01286d0c4a4911bf6b705032b6f
Cr-Commit-Position: refs/heads/master@{#9832}

Powered by Google App Engine
This is Rietveld 408576698