[Webkit-unassigned] [Bug 244086] New: MediaStreamTrack.applyConstraints does not resolve when applying multiple constraints in parallel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 06:41:02 PDT 2022


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

            Bug ID: 244086
           Summary: MediaStreamTrack.applyConstraints does not resolve
                    when applying multiple constraints in parallel
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Mac (Intel)
                OS: Other
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tim.spitzer at spreewunder.com
                CC: youennf at gmail.com

MediaStreamTrack.applyContraints does not resolve properly when applying multiple constraints in parallel to a MediaStreamTrack on Safari 16. 

1) Open the example at https://stackblitz.com/edit/js-gmbvkl?file=index.js
2) See console

Actual results: The promises returned from applyConstraints get stuck in pending state, except for the last one which is rejected.

Expected results: The promises returned should either be rejected or resolved based on the supported video resolution. The browser should enqueue and process the resolution changes in order as called in Javascript.

Build Date & Hardware: Build 22-08-17 on Mac OS Version 13.0 Beta (22A5321d)
Additional Builds and Platforms: Also not working on iOS 16 Beta

Doesn't Occur on Safari 15, latest Firefox and Chrome, Mac OS Version 13.0 Beta (22A5321d)

-- 
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/20220818/feb53ca6/attachment.htm>


More information about the webkit-unassigned mailing list