[Webkit-unassigned] [Bug 183333] IOS require Media Access to receive the media

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 11:27:18 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=183333

--- Comment #7 from youenn fablet <youennf at gmail.com> ---
(In reply to ankitbug94 from comment #0)
> I am using Kurento Media Server which is working pretty well in all major
> browsers except IOS Safari. It is having an issue that the Safari cannot
> receive media when the user has not provided access to their MediaDevices.
> As soon as we run the following basic code even on any button click
> 
>      Navigator.mediaDevices.getUserMedia({video: true, audio:
> true}).then(function(){})

I am not able to reproduce that.
Video remains broken even after navigator.mediaDevices.getUserMedia is on


I also tried between Safari Mac and Safari Tech Preview and this fails exchanging video and audio. ankitbug94, can you confirm that? It seems to work Safari -> Chrome.


Looking at the logs, it seems that RTCPeerConnection::updateIceConnectionState failed.
So maybe it is my network setup that is not good. I'll try to test it later in a different network setup.

-- 
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/20180306/4b843bb5/attachment.html>


More information about the webkit-unassigned mailing list