[Webkit-unassigned] [Bug 207489] New: video.currentTime is not being updated in iOS 13.4 Beta
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 10 11:47:58 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=207489
Bug ID: 207489
Summary: video.currentTime is not being updated in iOS 13.4
Beta
Product: WebKit
Version: Safari 13
Hardware: iPhone / iPad
OS: iOS 13
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: christoph at 8thwall.com
CC: youennf at gmail.com
Created attachment 390276
--> https://bugs.webkit.org/attachment.cgi?id=390276&action=review
Source code for repro
Safari appears to never increment the currentTime property of the video element from a getUserMedia stream in iOS 13.4 Beta.
A basic repro case can be viewed on an iPhone here: 8th.io/y8k4p
The repro app does the following:
* getUserMedia -> stream -> video
* Print out videoHeight, videoWidth, and currentTime of the video
We tested this with an iPhoneXR with iOS 13.4 Beta.
Source code for the repro is attached.
--
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/20200210/a74ee27c/attachment-0001.htm>
More information about the webkit-unassigned
mailing list