Open
Bug 1566976
Opened 5 years ago
Updated 2 years ago
webrtc.org CPU load adaptation does not cope well when there is more than one video stream
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Core
WebRTC: Audio/Video
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
References
(Blocks 2 open bugs)
Details
We have lots of intermittent timeouts in mochitests that use more than one video stream (particularly on linux asan right now), due to completely bottlenecking on CPU. We have had to extend things like ICE timeouts to a ludicrous degree, and that has helped, but the mochitest harness still times out sometimes. This really seems like we aren't doing an adequate job of load-shedding when we've pegged the CPU.
Comment 1•5 years ago
|
||
Marking this as P2 for now. Nils, any thoughts on who should look at this and when?
Flags: needinfo?(drno)
Priority: -- → P2
Comment 2•5 years ago
|
||
We're almost two years behind upstream webrtc.org at this point, so I'm not sure this is worth pursuing until we've done another update and checked to see if that improves the situation.
Depends on: webrtc_updates
Flags: needinfo?(drno)
Updated•4 years ago
|
Blocks: webrtc-perf
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•