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)

defect

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/
Rank: 25
Priority: -- → P3
Component: WebRTC → WebRTC: Networking
Severity: normal → S3

There is more information on this in bug 1735951.

Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1735951
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.