Closed benwtrent closed 10 years ago
It turns out that there is a carriage return in the username attribute of the STUN packet?! What on earth would be causing that? stun.att.username P+Rkbr3rujfxUaH7\r:Kl1p ? Any body else have this situation(the Hex value 0d is the carriage return)? I have tried with alpha release and most recent build of erizo with Libnice 0.1.7 and 0.1.4. With stun server and with turn...
I'm afraid I don't understand the scenario. Are you using a full licode build? (nuve + erizo/erizoAPI + erizoController and erizoClient in the browser?) We are using a patched 1.4 libNice version, we have not really tested newer versions.
I am using the full build. What patched libNice version? Where can I get the specific version that is needed?
If you install Licode using the scripts (installUbuntuDeps.sh - installErizo.sh - installNuve.sh) the first one will download, patch, build and install the 1.4 version
Ah, I was building libnice myself and installing it. I will try that! Thanks!
On Mon, Jul 28, 2014 at 8:33 AM, Pedro Rodriguez notifications@github.com wrote:
If you install Licode using the scripts (installUbuntuDeps.sh - installErizo.sh - installNuve.sh) the first one will download, patch, build and install the 1.4 version
— Reply to this email directly or view it on GitHub https://github.com/ging/licode/issues/142#issuecomment-50338119.
any progress? does 0.17version work? I may face the same problem as you do. Does it look like this? 2014-08-01T13:39:56.346Z - info: Socket connect Sh7J9N8coffILIfcx0OY 2 2014-08-01T13:39:56.393Z - info: OK, Valid token 3 2014-08-01T13:40:19.799Z - info: Adding publisher peer_id 262019907124340540 4 2014-08-01 21:40:19,800 - WARN: WebRtcConnection - WebRtcConnection constructor stunserver 132.177.123.6 stunPort 3478 minPort 29000 maxPort 29005 5 6 2014-08-01 21:40:19,802 - INFO: WebRtcConnection - Update Transport State audio to 0 7 2014-08-01 21:40:20,251 - INFO: NiceConnection - candidate_gathering done with 2 candidates 0x3c7c210 8 2014-08-01 21:40:20,251 - INFO: WebRtcConnection - Update Transport State audio to 1 9 2014-08-01 21:40:20,251 - INFO: WebRtcConnection - audio - Update Transport State end, 1 - 0, -565650927 - 294804171, 0 - 0 10 2014-08-01 21:40:20,251 - INFO: NiceConnection - candidate_gathering done with 2 candidates 0x3c75ba0 11 2014-08-01 21:40:20,252 - INFO: WebRtcConnection - Update Transport State video to 1 12 2014-08-01 21:40:20,253 - INFO: WebRtcConnection - video - Update Transport State end, 1 - 1, -565650927 - 294804171, 1 - 0 13 2014-08-01 21:40:30,088 - WARN: NiceConnection - Ice Failed 0x3c75ba0 14 2014-08-01 21:40:30,089 - INFO: WebRtcConnection - Update Transport State video to 4 15 2014-08-01 21:40:30,089 - INFO: WebRtcConnection - WebRtcConnection failed, stopped sending 16 2014-08-01 21:40:30,089 - INFO: WebRtcConnection - WebRtcConnection failed, stopped sending
I apparently does not. You must use the Licode patched one mentioned in the shell script installer
Using the patched version works, I'm closing this
I have successfully built and ran erizo and candidates gather without issue(I see them made and created). I added the remote candidates created by chrome. And all looks good, except the stun bind request is sent by Erizo and chrome does not respond. I see the bind requests hitting the PC running Chrome but LibNice just decides that binding fails because Chrome does not respond.
Any direction on this? I am not sure it is a bug but possibly something I am just dorking up.
I have the latest build of LibNice and all tests for it check out. I am using a public Stun server(23.21.150.121 with default stun udp port) and a Numb Turn server login for testing.