[Webkit-unassigned] [Bug 210932] getUserMedia returns OverConstrained on Jitsi

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 07:28:22 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210932

--- Comment #30 from youenn fablet <youennf at gmail.com> ---
(In reply to Philippe Normand from comment #0)
> Because of this block of code:
> https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/
> mediastream/RealtimeVideoCaptureSource.cpp#L267
> 
> Any reason why lower-resolutions presets are not checked?

We do not want to super-sample in general.

> Jitsi requires 1280x720 at 30fps but because of that, if my webcam doesn't
> support this, similar lower presets (same aspect-ratio) are dimissed. I
> don't understand why :)

It asks for 1280x720 but these are ideal constraints so normally, if it cannot be met, it should not result in an error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200626/5d6d2dc4/attachment.htm>


More information about the webkit-unassigned mailing list