Closed
Bug 1282792
Opened 9 years ago
Closed 9 years ago
FF sends RTCP sender reports for recvonly tracks
Categories
(Core :: WebRTC: Signaling, defect, P1)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | unaffected |
| firefox48 | --- | unaffected |
| firefox49 | --- | fixed |
| firefox50 | --- | fixed |
| backlog | webrtc/webaudio+ |
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file)
|
58 bytes,
text/x-review-board-request
|
bwc
:
review+
gchang
:
approval-mozilla-aurora+
|
Details |
Logging and network traces show that FF when using meet.jit.si starts to send RTCP sender reports although a recvonly m-section has been negotiated.
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/61038/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/61038/
| Assignee | ||
Updated•9 years ago
|
Attachment #8765922 -
Flags: review?(docfaraday)
| Assignee | ||
Updated•9 years ago
|
Rank: 15
status-firefox47:
--- → unaffected
status-firefox48:
--- → unaffected
status-firefox49:
--- → affected
| Assignee | ||
Updated•9 years ago
|
backlog: --- → webrtc/webaudio+
Updated•9 years ago
|
Attachment #8765922 -
Flags: review?(docfaraday) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8765922 [details]
Bug 1282792: start transmitting OR receiving if track is active
https://reviewboard.mozilla.org/r/61038/#review57874
Looks reasonable.
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/6eccb6aa19da
start transmitting OR receiving if track is active r=bwc
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 5•9 years ago
|
||
Nils -- Since Fx 49 is affected, do you want to ask for uplift on this?
Flags: needinfo?(drno)
| Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8765922 [details]
Bug 1282792: start transmitting OR receiving if track is active
Approval Request Comment
[Feature/regressing bug #]: Bug 1213773 introduced new code which only considered 1 of the 2 possible scenarios.
[User impact if declined]: In worst case as the RTCP reports from Firefox could get ignored by the sender and therefore the video and/or audio playback in a WebRTC call in Firefox could hang or stutter.
[Describe test coverage new/current, TreeHerder]: Just manual verification that Firefox no longer sends the wrong RTCP reports.
[Risks and why]: Not very high risk as the patch only calls a function which is called in lots of other places already, to properly set the correct internal status bits in the webrtc.org code.
[String/UUID change made/needed]: N/A
Flags: needinfo?(drno)
Attachment #8765922 -
Flags: approval-mozilla-aurora?
Comment 7•9 years ago
|
||
Comment on attachment 8765922 [details]
Bug 1282792: start transmitting OR receiving if track is active
This patch fixes a potential hang issue. Take it in aurora.
Attachment #8765922 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•9 years ago
|
||
| bugherder uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•