-
Notifications
You must be signed in to change notification settings - Fork 2
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 stream fails to load in Firefox #281
Comments
💥 Looks like we weren't using https://www.npmjs.com/package/webrtc-adapter in the Mission Control dash. Installing this shim now, then testing Firefox 🤞 |
Switching out the |
Offer SDPWorking offer received in Chrome:
Offer received in Firefox:
Answer SDPWorking SDP from chrome:
The rtpmap on Firefox's answer is totally bogus (looks like VP8/90000 is the default?)
|
Phew, I finally cut through the noise and figured out what's going on here. There's an open issue for Firefox indicating builds > v86 cannot resolve ICE candidate proposals between two computers on the same LAN using mDNS. Firefox doesn't recognize these machines are on the same network, and tries to bounce packets off a TURN relay server to establish a WebRTC PeerConnection. https://bugzilla.mozilla.org/show_bug.cgi?id=1698141 The Recommended WorkaroundUse Chrome >= Version 110 The Workaround (to use Firefox)I verified Firefox works if I...
However, that's super involved and I can't verify if this works on Windows at the moment. |
Pulling this from milestone v0.6.6, since it's just a workaround at the moment. |
Let's flash a warning message on unsupported browsers (only Chrome is supported right now). |
Describe the bug
WebRTC stream is failing to load using the following Firefox build:
https://github.com/webrtcHacks/adapter
The text was updated successfully, but these errors were encountered: