Closed Bug 1855584 Opened 1 year ago Closed 1 year ago

Only first simulcast encoding is sent with a screencast video track

Categories

(Core :: WebRTC: Audio/Video, defect)

Firefox 118
defect

Tracking

()

RESOLVED DUPLICATE of bug 1692873

People

(Reporter: deadbeef, Unassigned)

Details

Steps to reproduce:

  1. Configure a RTCPeerConnection with multiple simulcast encodings using addTransceiver
  2. Add a video track obtained from getDisplayMedia
  3. Observe outbound RTP video stats

Can use this fiddle and look at stats in the console output: https://jsfiddle.net/5ve4gbjx/3/

Actual results:

Only the first listed encoding is sent. Depending on the ordering, this could mean we only send the lowest quality stream.

Expected results:

I'd expect to see all encodings configured as active to be sent regardless of the track type.

Component: Untriaged → WebRTC: Audio/Video
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1692873
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.