Closed
Bug 922162
Opened 12 years ago
Closed 10 years ago
unable to get Firefox browsers on separate networks to connect via WebRTC. Suspect ICE agent issues in FF.
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: brooking.keith, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258
Steps to reproduce:
I'm developing an application using WebRTC and Data channels. Unable to connect data channels in Firefox browsers across separate networks. 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.
Actual results:
I always get iceConnectionState failed.
Expected results:
Data channel connection between two FF browsers across separate networks should have been established.
Comment 1•12 years ago
|
||
Please provide logs from ICE/STUN/TURN as described here:
https://wiki.mozilla.org/Media/WebRTC/Logging
Also, please provide a wireshark trace and a copy of the SDP in each direction.
Reporter | ||
Comment 2•12 years ago
|
||
Flags: needinfo?(brooking.keith)
Reporter | ||
Comment 3•12 years ago
|
||
Reporter | ||
Comment 4•12 years ago
|
||
Reporter | ||
Comment 5•12 years ago
|
||
I followed the instructions at
https://wiki.mozilla.org/Media/WebRTC/Logging and set the environment variables but, unable to find the log files. Where are the log files stored?
Comment 6•12 years ago
|
||
That depends on NSPR_LOG_FILE or R_LOG_DESTINATION
The most likely problem was you were running a non-debug build. Debug versions of nightlies/etc can be downloaded from ftp.mozilla.org, or built locally.
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•