Open
Bug 1364522
Opened 8 years ago
Updated 2 years ago
Add bandwidth measuring to mochitest(s)
Categories
(Core :: WebRTC, enhancement, P4)
Core
WebRTC
Tracking
()
NEW
People
(Reporter: drno, Unassigned)
References
Details
In bug 1359854 we finally landed a mochitest for b=TIAS, which limits the bandwidth of the sender to a given bitrate. But the test is lacking a verification of the bandwidth used once the call is connected.
The obvious way to do this would be to:
- look at the RTCP reports and calculate the bandwidth based on the send/received bytes
- problem is that this would result in a pretty long running test
- also it is questionable what kind of bandwidth we would actually get as we use pretty small video in automated tests to prevent overloading machines
Comment 1•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•