Bug 210393
Summary: | no packets are sent on media track obtained with {"width":1920,"height":1080,"frameRate":24} | ||
---|---|---|---|
Product: | WebKit | Reporter: | makarand |
Component: | WebRTC | Assignee: | youenn fablet <youennf> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | eric.carlson, giffypap79, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 13 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 13 |
makarand
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/61747755>
youenn fablet
Pull request: https://github.com/WebKit/WebKit/pull/18077
EWS
Committed 268386@main (201af2ff253c): <https://commits.webkit.org/268386@main>
Reviewed commits have been landed. Closing PR #18077 and removing active labels.