[Webkit-unassigned] [Bug 237365] WebRTC Peer Video black on Chromium devices (Client iOS device)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 23:04:26 PST 2022


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

--- Comment #2 from Steve Bamelis <steve.bamelis at zamia.be> ---
Hi Youeen,
for the video broadcasting test you need to first open a room on the iphone, then join the room in Chrome.
(btw, this is not our site but our application is based on that source)

The compleet setup is 
- Windows machine running Chrome, iPhone using Safari, no video
- Windows machine running Firefox, iPhone using Safari, we have video

Mac is not our target audience but for compleetness I have tested our application there. Using Safari on the Mac and Safari on the iPhone. Nothing is working there.
But as I said this is not our target audience.


I did some further checks through DevTools.
I noticed that, on a working setup (Firefox), I see our socket.io getting triggered through the signaling service.

On Chrome, this is not getting triggered. 

I see an HTTP status 101 happening on "wss://" (protocol). (101 = Switching Protocols)
In a working setup this goes over to https://revidea-signaling.zamia.be/socket.io/ (this is our signaling server) and this gets a 200 (http status) and then we get video.


In chrome this does not happen.

-- 
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/20220303/0c341111/attachment.htm>


More information about the webkit-unassigned mailing list