Closed
Bug 1855584
Opened 1 years ago
Closed 1 years ago
Only first simulcast encoding is sent with a screencast video track
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1692873
People
(Reporter: deadbeef, Unassigned)
Details
Steps to reproduce:
- Configure a RTCPeerConnection with multiple simulcast encodings using addTransceiver
- Add a video track obtained from getDisplayMedia
- 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.
Reporter | ||
Updated•1 years ago
|
Component: Untriaged → WebRTC: Audio/Video
Product: Firefox → Core
Updated•1 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 1 years ago
Duplicate of bug: 1692873
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•