Enabling transport-cc breaks simulcast
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr68 | --- | unaffected |
| firefox76 | --- | unaffected |
| firefox77 | --- | disabled |
| firefox78 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
| Assignee | ||
Comment 1•5 years ago
|
||
It looks like only one of the three streams is being sent.
| Assignee | ||
Comment 2•5 years ago
|
||
Does not reproduce if I comment out the call to receive_side_cc_.OnReceivedPacket() at: https://searchfox.org/mozilla-central/source/media/webrtc/trunk/webrtc/call/call.cc#1467-1469.
Initial guess is that only one stream is being allocated bandwidth.
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Set release status flags based on info from the regressing bug 1625803
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
| Assignee | ||
Comment 5•5 years ago
|
||
Filed Bug 1637971 to see if we can improve testing around this.
| Assignee | ||
Comment 6•5 years ago
|
||
In order for the SendSideCongestionController to work properly, it needs the
timestamp at which the packets were sent. This is set by calling
Call::OnSentPacket when a packet is sent. Without the sent timestamp, it drops
the estimated available bandwidth so low that only one simulcast stream will
be allocated any bandwidth.
Comment 8•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Description
•