[Webkit-unassigned] [Bug 189736] New: Get User Media | Safari | Angular 6
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 19 01:57:24 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189736
Bug ID: 189736
Summary: Get User Media | Safari | Angular 6
Product: WebKit
Version: Safari 11
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: robert-juszczyk at o2.pl
CC: youennf at gmail.com
Created attachment 350098
--> https://bugs.webkit.org/attachment.cgi?id=350098&action=review
Error in console
Hello! I need help with getting video stream from camera.
[Angular 6] Problem description:
The error is invoked only in Safari webrowser (updated to the latest version) and only on Mac. When we're trying to get video stream from camera through method navigator.mediaDevices.getUserMedia({video: true}, the webbrowser returns error:
"NotReadableError: The I/O read operation failed.".
Ofcourse the camera device is connected, and it's not used by the another process.
The strange thing is that this error is invoked randomly - it means that one day we cannot reproduce error, and on the other day we can't get video stream through whole day. Important information - this error is invoked only if we try to het video stream from Angular app, if we try to get stream without Angular method works perfectly.
We tried to use runOutsideAngular method from zone.js, but without any success.
Does anybody had this kind of problem? Could you help us with that?
--
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/20180919/6d408c92/attachment.html>
More information about the webkit-unassigned
mailing list