Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

While using WEBRTC, I am unable to get Firefox browsers on seperate networks to connect. I suspect there is an ICE agent issues with FF.

  • 1 odpoveď
  • 4 majú tento problém
  • 4 zobrazenia
  • Posledná odpoveď od philipp

more options

I'm developing an application using WebRTC and Data channels. I have no problem connecting data channels in chrome browsers across separate networks but, unable to connect data channels in Firefox browsers across separate networks. I always get iceConnectionState failed. I'm parsing the ICE candidate information from the SDP's 'a=' record after issuing a peerConn.createOffer. I then send this ICE candidate data across the signaling channel. Upon receiving the ICE candidate information on the receiving end I perform peerConn.addIceCandidate(candidate). However, nothing I have tried for the past several days is allowing the two Firefox browsers to connect the datachannels via WebRTC. I am however able to make the same code work across two Firefox browsers if they are both on the same network.

I'm developing an application using WebRTC and Data channels. I have no problem connecting data channels in chrome browsers across separate networks but, unable to connect data channels in Firefox browsers across separate networks. I always get iceConnectionState failed. I'm parsing the ICE candidate information from the SDP's 'a=' record after issuing a peerConn.createOffer. I then send this ICE candidate data across the signaling channel. Upon receiving the ICE candidate information on the receiving end I perform peerConn.addIceCandidate(candidate). However, nothing I have tried for the past several days is allowing the two Firefox browsers to connect the datachannels via WebRTC. I am however able to make the same code work across two Firefox browsers if they are both on the same network.

Všetky odpovede (1)

more options

hello kbrooking, this here is i primarily user-driven support forum, so i'm not sure if we could come up with a solution for this issue. if it's something reproducible, then i'd recommend filing a bug at bugzilla.mozilla.org - there it will get the attention of developers. thank you!