[Webkit-unassigned] [Bug 210393] New: no packets are sent on media track obtained with {"width":1920, "height":1080, "frameRate":24}
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 11 15:31:47 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210393
Bug ID: 210393
Summary: no packets are sent on media track obtained with
{"width":1920,"height":1080,"frameRate":24}
Product: WebKit
Version: Safari 13
Hardware: iPhone / iPad
OS: iOS 13
Status: NEW
Severity: Major
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: makarand at gmail.com
CC: youennf at gmail.com
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
--
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/20200411/0d90f5ba/attachment.htm>
More information about the webkit-unassigned
mailing list