<div dir="ltr">Hello everybody.<br>I'm trying to make work some examples  from libnice examples folder under win32, compiling via express VC++ 2010. After some struggling I succesfully compiled  sdp-example, and then, after stumbling on some unworkability I moved to simple-example, but on testing encounter the same problem.<br>
<br><div>Problem that I'm encounter is about Candidates. They are simply absent.<br>I mean that there is no candidates at all, not in sdp string (64encoded or decoded), creating in sdp-example, nor in string, created by print_local_data in simple-example;<br>
in fact in simple-example in <br></div><div><div>cands = nice_agent_get_local_candidates(agent, stream_id, component_id);</div><div>  if (cands == NULL)</div><div>    goto end;</div><div>"cands" is == NULL and function goes to end and prints empty string. (The same NULL candidates thing is happening in sdp-example, as I get it, instead of empty string, sdp-example prints a string without Cands in it - not much better)<br>
<br>Another one thing, that i mentioned, that <br>g_debug("SIGNAL candidate gathering done\n"); and the string to copy and paste in my case printed BEFORE <br>g_debug("waiting for candidate-gathering-done signal...");<br>
It seems that candidate gathering is just instant without any delay to wait.<br><br>As STUN server I'm using <a href="http://stun.stunprotocol.org">stun.stunprotocol.org</a> (start params: "1 <a href="http://stun.stunprotocol.org">stun.stunprotocol.org</a>" , maybe I messed up something here?) and get printed that using [<a href="http://stun.stunprotocol.org">stun.stunprotocol.org</a>]:3478.<br>
And if i jsut put here some stuff that makes no sence insted of <a href="http://stun.stunprotocol.org">stun.stunprotocol.org</a>, yet no "trying to connect" delay, or failed-to-connect-something, is there must be one, or not?<br>
<br>Hope that I'm just loosing something pretty simple.<br>Thx in advance, Max.</div><br><br></div></div>