Closed
Bug 1279153
Opened 6 years ago
Closed 2 years ago
Add support for Reduced Size RTCP (rtcp-rsize) per RFC 5506
Categories
(Core :: WebRTC: Networking, defect, P3)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla78
backlog | webrtc/webaudio+ |
People
(Reporter: drno, Assigned: ng)
References
Details
Attachments
(1 file)
This involves at least: - make our checks for incoming RTCP in MediaPipelineFilter::FilterSenderReport less strict. https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/mediapipeline/MediaPipelineFilter.cpp#75 - add a=rtcp-rsize to our SDP (which Chrome 51 already does) - probably need to check which version of webrtc.org actually supports sending reduced size RTCP
Reporter | ||
Updated•6 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 25
Reporter | ||
Comment 1•6 years ago
|
||
@Randell do you know which version of webrtc.org supports reduced size RTCP? As Chrome 51 advertises support via a=rtcp-rsize I assume at least the latest version supports it.
Flags: needinfo?(rjesup)
Comment 2•6 years ago
|
||
Landed upstream on 3/18: https://codereview.webrtc.org/1713493003 https://bugs.chromium.org/p/webrtc/issues/detail?id=4868 I'd guess either 50 or 51; probably 51
Flags: needinfo?(rjesup)
Comment 3•6 years ago
|
||
Also: we should check if the FilterSenderReport/channel might ever get packets other than an SR, given which direction channel it is - but likely we shouldn't drop them in any case, and let the webrtc.org code handle them if the SSRC is right.
Comment 4•5 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Reporter | ||
Comment 5•2 years ago
|
||
Looks like our current version of libwebrtc has native support for rsize https://searchfox.org/mozilla-central/rev/158bac3df3a1890da55bdb6ffdaf9a7ffc0bfb0a/media/webrtc/trunk/webrtc/common_types.h#957
Reporter | ||
Comment 6•2 years ago
|
||
And we simply configure compound RTCP as default here https://searchfox.org/mozilla-central/rev/158bac3df3a1890da55bdb6ffdaf9a7ffc0bfb0a/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp#1541
Assignee | ||
Comment 7•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d381bfe75a517a0f1a363065496ff71f8f0226b7
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → na-g
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c9e78ebb02ccafefac1118398d9199e7bceaa03c
Assignee | ||
Comment 10•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ddf3a91e3b57bda9a3613e9f7878fd04a2f7b7b9
Assignee | ||
Comment 11•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e1e55193349bfe7a139568176842ecfd17fbf7e8
Assignee | ||
Comment 12•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=bac1ea0a944d398305a2b1113e8e0bb16eb5f102
Comment 13•2 years ago
|
||
Pushed by na-g@nostrum.com: https://hg.mozilla.org/integration/autoland/rev/4d5af987d772 Add support for rtcp-rsize;r=bwc,dminor
![]() |
||
Comment 14•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•