Closed
Bug 1283619
Opened 9 years ago
Closed 9 years ago
Send Conduit ignores remote Remb support
Categories
(Core :: WebRTC: Signaling, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
mjf
:
review+
gchang
:
approval-mozilla-aurora+
|
Details |
When bug 1155435 landed it updated the REMB support in webrtc.org for receiving video condouits here:
https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp#1051
But for the sending side it is still hard coded that the receiver does not support REMB no matter what we have been agreed on in the SDP for both sides:
https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/media-conduit/VideoConduit.cpp#797
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/61652/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/61652/
Attachment #8766940 -
Flags: review?(mfroman)
Updated•9 years ago
|
Attachment #8766940 -
Flags: review?(mfroman) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8766940 [details]
Bug 1283619: enable far end REMB support for sending conduits depending on signaling.
https://reviewboard.mozilla.org/r/61652/#review58498
Looks good to me.
Assignee | ||
Comment 3•9 years ago
|
||
Randell: any objections to start paying attention to the remotes REMB capabilities when FF is the sender?
Flags: needinfo?(rjesup)
Comment 5•9 years ago
|
||
as in - definitely land this patch
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/3361195d371f
enable far end REMB support for sending conduits depending on signaling. r=mjf
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 8•9 years ago
|
||
Nils -- can you ask for uplift to Fx49 since REMB is enabled there?
Flags: needinfo?(drno)
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8766940 [details]
Bug 1283619: enable far end REMB support for sending conduits depending on signaling.
Approval Request Comment
[Feature/regressing bug #]: REMB support which landed in bug 1155435 was not complete.
[User impact if declined]: REMB support will not get properly negotiated between two WebRTC parties.
[Describe test coverage new/current, TreeHerder]: Is to some degree covered by the unit tests from the original bug 1155435.
[Risks and why]: Pretty low as REMB now gets set depending on the signaling, which is what should be done.
[String/UUID change made/needed]: N/A
Flags: needinfo?(drno)
Attachment #8766940 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
status-firefox49:
--- → affected
Comment 10•9 years ago
|
||
Comment on attachment 8766940 [details]
Bug 1283619: enable far end REMB support for sending conduits depending on signaling.
This patch enables the support for REMB when sending conduits. Take it in aurora.
Attachment #8766940 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 11•9 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•