Flickering video when receiving simulcast (77 regression)
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | wontfix |
firefox76 | --- | unaffected |
firefox77 | --- | wontfix |
firefox78 | --- | wontfix |
firefox79 | --- | fix-optional |
firefox80 | --- | fix-optional |
People
(Reporter: jib, Unassigned)
References
(Regression)
Details
(Keywords: regression)
STRs:
- Open https://jsfiddle.net/jib1/qcwe1t86/show and share camera
Expected result (<77):
- Three smooth-running live camera videos in small, medium, and large size
Actual result:
- Whole page flickers epilepticly, as if video dimensions are rapidly flipping between different sizes
- The first (small) video somewhat works, but updates choppily (~4fps)
- The second video (medium) appears frozen in low res; same size as small. On some runs observed to be at half brightness
- The third (large) video is large but similarly frozen
Reporter | ||
Comment 1•4 years ago
|
||
Nils pointed out in #media that this fiddle is a hack that tries to receive simulcast: It splits one m-section with one MID and three SSRCs into three m-sections. These three m-sections will still have different SSRCs, but all the same MID.
I guess what remains to be determined is if this fiddle foreshadows any problems with any SFUs out there. So far I haven't seen any.
Reporter | ||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
I am already seeing signs of something broken in simulcast over in bug 1636185.
Reporter | ||
Comment 3•4 years ago
|
||
Some related good news, fippo's new rid<->mid simulcast trick used in WPT works fine in Firefox, modulo bug 1401592. 🎉
So I guess I'm less worried now since we have a path toward testing simulcast. I don't know about comment 2 though.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
The support for receiving simulcast (which is not expected for browsers) was added to support testing simulcast. It should still work when MID is not employed. This might be fixable to work with RID based filtering.
Comment 5•4 years ago
|
||
Jan-Ivar, can you determine a severity for this bug? The last comment makes me suspect this is S3 or even less?
Comment 7•4 years ago
|
||
Certainly no more than S3 I think. This recv simulcast stuff is a hack, really.
Reporter | ||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Wontfix for 77 given that it is S3 and we already shipped.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Description
•