Closed
Bug 1482163
Opened 8 years ago
Closed 1 year ago
excessive bitrate when setting track.enabled to false with simulcast
Categories
(Core :: WebRTC: Networking, defect, P3)
Core
WebRTC: Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 1735951
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | affected |
People
(Reporter: fippo, Unassigned)
Details
steps to reproduce:
1) go to https://fippo.github.io/simulcast-playground/firefox
2) wait a few seconds until the receiving bitrate is shown
3) document.querySelector("video").srcObject.getTracks()[0].enabled = false
The bitrate goes to ~1.3mbps (probably from the table?). In wireshark one can see this is all padding. This is a known issue in Chrome: https://bugs.chromium.org/p/webrtc/issues/detail?id=5727
Using pc1.getSenders()[0].replaceTrack(null) to detach the camera seems to workaround quite will but will be against the spirit of https://blog.mozilla.org/webrtc/better-privacy-on-camera-mute-in-firefox-60/
Updated•8 years ago
|
Rank: 25
Priority: -- → P3
Updated•8 years ago
|
Component: WebRTC → WebRTC: Networking
Updated•3 years ago
|
Severity: normal → S3
Comment 1•1 year ago
|
||
There is more information on this in bug 1735951.
You need to log in
before you can comment on or make changes to this bug.
Description
•