RESOLVED FIXED 210393
no packets are sent on media track obtained with {"width":1920,"height":1080,"frameRate":24}
https://bugs.webkit.org/show_bug.cgi?id=210393
Summary no packets are sent on media track obtained with {"width":1920,"height":1080,...
makarand
Reported 2020-04-11 15:31:47 PDT
Step 1: get local video track with navigator.mediaDevices.getUserMedia({ audio: false, video: {"width":1920,"height":1080,"frameRate":24} }) Step 2: send this track over peer connection. Step 3: Expected: Track should be visible on other end Found: Track was not visible on other end. The packetsSent stay at 0. You can see this issue easily by opening following page in iOS Safari https://makarandp0.github.io/iosSafariVideoConstraintsIssue.html Sources at: https://github.com/makarandp0/makarandp0.github.io/blob/master/iosSafariVideoConstraintsIssue.html
Attachments
Radar WebKit Bug Importer
Comment 1 2020-04-13 17:34:19 PDT
youenn fablet
Comment 2 2023-09-22 05:44:50 PDT
EWS
Comment 3 2023-09-24 22:31:35 PDT
Committed 268386@main (201af2ff253c): <https://commits.webkit.org/268386@main> Reviewed commits have been landed. Closing PR #18077 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.