Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC signaling not working on Firefox #549

Open
DoubleSept opened this issue Nov 5, 2020 · 1 comment
Open

WebRTC signaling not working on Firefox #549

DoubleSept opened this issue Nov 5, 2020 · 1 comment

Comments

@DoubleSept
Copy link

Which demo project is affected:
web_rtc_signaling

OS/device including version:
Windows 10, Linux (Ubuntu 20.04)

Issue description:
When I start the WebRTC signaling demo, I cannot join a room when I use Firefox, the first part is made correctly but the Candidate messages are never sent (see screenshots).

I am very new to WebRTC so I'm not able to explain it further but everything is ok when using Chrome or a native app.

Screenshots of issue:
I added logging messages to check what infos are sent and received

Firefox:
image

Chrome:
BugSignaling_Chrome

@DoubleSept
Copy link
Author

DoubleSept commented Nov 9, 2020

Sorry for the time lost, it works when using WebSocket Secure (wss).

Even on localhost I think firefox is preventing .... something... that Chrome allows.

I do not close as maybe it could still be a bug with simple websocket or something we need to add to documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants