<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt"><div><div style="font-family: arial, helvetica, sans-serif; "><div>Hi,  </div><div>I still get FAIL state error.</div><div>This time, I got:</div><div>        </div><div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">libnice-DEBUG: Agent 0x174ed88 : priv_conn_check_tick_unlocked: stopping conncheck timer</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">libnice-DEBUG: Agent 0x174ed88 : stream 1 component 1 STATE-CHANGE 2 -> 5.</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">** Message: priv_cb_component_state_changed: stream_id=1, component_id=1, state=5, self=0x1749808</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">** Message:
 Component state to FAILED.</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">Signaling media subsystem change from 1 to 3.</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">DEBUG: priv_media_state_cb, state 3</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">UA: Media subsystem reported an error.</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">DEBUG: priv_deactivate_nice</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">libnice-DEBUG: Detach source 0x1a03fa0 (stream 1).</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">libnice-DEBUG: Detach source 0xc0ed00 (stream 1).</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">libnice-DEBUG: Agent 0x174ed88, freeing conncheck_list of
 stream 0x13c22e0</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">Signaling media subsystem change from 3 to 4.</span></div><div><span style="font-style: italic; background-color: rgb(128, 192, 255); ">DEBUG: priv_media_state_cb, state 4</span></div><div><span style="background-color: rgb(128, 192, 255); "><span style="font-style: italic; ">libnice:ERROR:conncheck.c:1198:priv_update_check_list_state_for_ready: assertion failed: (component)</span><br></span></div></div><div><br></div><div style="background-color: transparent; ">This is my source code.</div><div style="background-color: transparent; ">Is there any difference between nice_agent_new_reliable() and nice_agent_new() function ? RFC5245 and DRAFT19 ?</div><div style="background-color: transparent; "> </div><div><span style="font-style: italic; "><span style="background-color: transparent; "> </span><span style="background-color: rgb(128,
 192, 255); "> self->v_agent = nice_agent_new(g_main_context_default(), NICE_COMPATIBILITY_RFC5245);</span></span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  self->v_stream_id = 0;</span></div><div><span style="font-style: italic; "><br></span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  g_signal_connect (G_OBJECT (self->v_agent), "candidate-gathering-done",</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">                    G_CALLBACK (priv_cb_candidate_gathering_done), self);</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  g_signal_connect (G_OBJECT (self->v_agent), "component-state-changed",</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">     
               G_CALLBACK (priv_cb_component_state_changed), self);</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; "><br></span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  interfaces = nice_list_local_interfaces();</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; "><br></span></div></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">............</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  if (parent->sm_sdp_remote == NULL){</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">    g_object_set (G_OBJECT
 (self->v_agent),</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">                  "controlling-mode", TRUE, NULL);</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  }</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  else {</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">    g_object_set (G_OBJECT (self->v_agent),</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">               
   "controlling-mode", FALSE, NULL);</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  }</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; "><br></span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  self->gathering_done = FALSE;</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  self->v_stream_id = nice_agent_add_stream (self->v_agent, 2);</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  self->ssrc = 0;</span></div><div style="font-family: arial, helvetica,
 sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; "><br></span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  nice_agent_set_relay_info(self->v_agent, self->v_stream_id, 1,</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">      NUMB_IP, NUMB_PORT, NUMB_USER, NUMB_PASS, NICE_RELAY_TYPE_TURN_UDP);</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  nice_agent_set_relay_info(self->v_agent, self->v_stream_id, 2,</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">      NUMB_IP, NUMB_PORT, NUMB_USER, NUMB_PASS,
 NICE_RELAY_TYPE_TURN_UDP);</span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; "><br></span></div><div style="font-family: arial, helvetica, sans-serif; "><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  nice_agent_gather_candidates (self->v_agent, self->v_stream_id);<br></span></div><div style="font-family: arial, helvetica, sans-serif; "><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">  nice_agent_attach_recv (self->v_agent, self->v_stream_id, NICE_COMPONENT_TYPE_RTP,<br></span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">      g_main_context_default(), cb_nice_recv,</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">      self);</span></div><div><span style="background-color:
 rgb(128, 192, 255); font-style: italic; ">  nice_agent_attach_recv (self->v_agent, self->v_stream_id, NICE_COMPONENT_TYPE_RTCP,</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">      g_main_context_default(), cb_nice_recv,</span></div><div><span style="background-color: rgb(128, 192, 255); font-style: italic; ">      self);</span></div></div></div><div><br></div>  <div style="font-size: 12pt; font-family: 'Courier New', courier, monaco, monospace, sans-serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Youness Alaoui <youness.alaoui@collabora.co.uk><br> <b><span style="font-weight: bold;">To:</span></b> ly tran <congly85@yahoo.com> <br><b><span style="font-weight: bold;">Cc:</span></b>
 "nice@lists.freedesktop.org" <nice@lists.freedesktop.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Friday, September 28, 2012 11:38 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Nice] component-state-changed change to FAIL<br> </font> </div> <br>Yes you can, the test-fullmode case is just because at that time I was testing<br>the google-talk relays support.. If you do the set_relay_info in RFC mode, then<br>it will use TURN in RFC compatibility, that's all.<br>It should then work correctly.<br><br>Good luck.<br>Youness<br><br>On 09/28/2012 12:02 AM, ly tran wrote:<br>> I see log of both side, and I got the same problem.<br>> I think both side using symetric NAT routers, but how can I using TURN relay<br>> server in libnice ?<br>> I folow the mailing list and know that I have to<br>> set nice_agent_set_relay_info(), but when I read the test-fullmode.c source<br>> code, I saw
 nice_agent_set_relay_info() only call in NICE_COMPATIBILITY_GOOGLE.<br>> Can I call nice_agent_set_relay_info() with NICE_COMPATIBILITY_DRAFT19 ?<br>> <br>> Here are my snip code<br>> /* create nice agent */<br>> <br>> self->v_agent = nice_agent_new(g_main_context_default(), NICE_COMPATIBILITY_DRAFT19);<br>> <br>>   self->v_stream_id = 0;<br>> <br>> <br>> <br>>   g_signal_connect (G_OBJECT (self->v_agent), "candidate-gathering-done", <br>> <br>>             G_CALLBACK (priv_cb_candidate_gathering_done), self);<br>> <br>>   g_signal_connect (G_OBJECT (self->v_agent), "component-state-changed", <br>> <br>>             G_CALLBACK (priv_cb_component_state_changed), self);<br>> <br>> <br>>   interfaces = nice_list_local_interfaces();<br>> <br>> <br>> .......<br>> <br>>
 <br>> /* note: add a stream with RTP/RTCP components */<br>> <br>>   self->v_stream_id = nice_agent_add_stream (self->v_agent, 2);<br>> <br>>   self->ssrc = 0;<br>> <br>> Can I call nice_agent_set_relay_info() here ?<br>> <br>> <br>> <br>> --------------------------------------------------------------------------------<br>> *From:* Youness Alaoui <<a ymailto="mailto:youness.alaoui@collabora.co.uk" href="mailto:youness.alaoui@collabora.co.uk">youness.alaoui@collabora.co.uk</a>><br>> *To:* <a ymailto="mailto:nice@lists.freedesktop.org" href="mailto:nice@lists.freedesktop.org">nice@lists.freedesktop.org</a><br>> *Sent:* Friday, September 28, 2012 12:43 AM<br>> *Subject:* Re: [Nice] component-state-changed change to FAIL<br>> <br>> You move to FAIL state because you don't receive *any* response from the other<br>> side. your log doesn't have any "received packet", so this means
 that either the<br>> other side is not sending anything, hasn't been started properly, candidates<br>> haven't been exchanged correctly... or the router on that network in that<br>> different city as well as your local network are both symetric NAT routers,<br>> which means you'd have to use a TURN relay server in order for it to succeed.<br>> <br>> On 09/27/2012 04:54 AM, ly tran wrote:<br>>> Hi,<br>>> I setup 2 wifi network in the same company and setup a video call. It's succsess.<br>>> But when I test with 2 wifi network at difference city, I got the following<br>> problem.<br>>> Please se my log and tell me know why I always move to FAIL state.<br>>><br>>> ** Message: nice_agent_set_remote_candidates START<br>>>  libnice-DEBUG: Agent 0x46773608: set_remote_candidates 1 1<br>>>  libnice-DEBUG: Agent 0x46773608 : Adding remote candidate with addr<br>>>
 [192.168.123.122]:42330 for s1/c1. U/P '(null)'/'(null)' prio: 2013266431<br>>>  libnice-DEBUG: Agent 0x46773608 : creating new pair 0x5908800 state 5<br>>>  libnice-DEBUG: Agent 0x46773608 : added a new conncheck 0x5908800 with<br>>> foundation of '1:1' to list 1.<br>>>  libnice-DEBUG: Agent 0x46773608 : stream 1 component 1 STATE-CHANGE 0 -> 2.<br>>> ** Message: priv_cb_component_state_changed: stream_id=1, component_id=1,<br>>> state=2, self=0x46771058<br>>> ** Message: rtp comp 1, rtcp com 2, ready 4, disconnected 0 failed 5<br>>>  libnice-DEBUG: Agent 0x46773608 : Adding remote candidate with addr<br>>> [192.168.2.15]:39791 for s1/c1. U/P '(null)'/'(null)' prio: 2013266431<br>>>  libnice-DEBUG: Agent 0x46773608 : creating new pair 0x59188b0 state 5<br>>>  libnice-DEBUG: Agent 0x46773608 : added a new conncheck 0x59188b0 with<br>>> foundation of
 '1:2' to list 1.<br>>>  libnice-DEBUG: Agent 0x46773608 : Adding remote candidate with addr<br>>> [169.254.224.159]:48202 for s1/c1. U/P '(null)'/'(null)' prio: 2013266431<br>>>  libnice-DEBUG: Agent 0x46773608 : creating new pair 0x5928960 state 5<br>>>  libnice-DEBUG: Agent 0x46773608 : added a new conncheck 0x5928960 with<br>>> foundation of '1:3' to list 1.<br>>>  libnice-DEBUG: Agent 0x46773608 : Pair 0x5908800 with s/c-id 1/1 (1:1) unfrozen.<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5908800 state WAITING<br>>>  libnice-DEBUG: Agent 0x46773608 : priv_conn_check_unfreeze_next returned 1<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5908800 state IN_PROGRESS<br>>>  libnice-DEBUG: Agent 0x46773608 : STUN-CC REQ to '192.168.123.122:42330',<br>>> socket=57, pair=1:1 (c-id:1), tie=2169042258789247143, username='GFbX:nv/N' (9),<br>>>
 password='EhKVewP4AlLqqZXOtaQWg7' (22), priority=1845494271.<br>>>  Message HMAC-SHA1 message integrity:<br>>>  key    : 0x45684b5665775034416c4c71715a584f746151576737<br>>>  sent    : 0x5a4e6788d61f1da8fc1605673a02555c77a82f42<br>>>  Message HMAC-SHA1 fingerprint: 0xe15bd63b<br>>>  libnice-DEBUG: Agent 0x46773608: conncheck created 92 - 0x590886c<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #1: 2 frozen, 1 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 : priv_conn_check_tick_unlocked returned 1<br>>>  libnice-DEBUG: Agent 0x46773608 : conn_check_schedule_next returning 1<br>>> ** Message: nice_agent_set_remote_candidates END<br>>>  libnice-DEBUG: Agent 0x46773608: set_remote_candidates 1 2<br>>>  libnice-DEBUG: Agent
 0x46773608 : Adding remote candidate with addr<br>>> [192.168.123.122]:44381 for s1/c2. U/P '(null)'/'(null)' prio: 2013266430<br>>>  libnice-DEBUG: Agent 0x46773608 : creating new pair 0x5938a10 state 5<br>>>  libnice-DEBUG: Agent 0x46773608 : added a new conncheck 0x5938a10 with<br>>> foundation of '1:1' to list 1.<br>>>  libnice-DEBUG: Agent 0x46773608 : stream 1 component 2 STATE-CHANGE 0 -> 2.<br>>> ** Message: priv_cb_component_state_changed: stream_id=1, component_id=2,<br>>> state=2, self=0x46771058<br>>> ** Message: rtp comp 1, rtcp com 2, ready 4, disconnected 0 failed 5<br>>>  libnice-DEBUG: Agent 0x46773608 : Adding remote candidate with addr<br>>> [192.168.2.15]:34392 for s1/c2. U/P '(null)'/'(null)' prio: 2013266430<br>>>  libnice-DEBUG: Agent 0x46773608 : creating new pair 0x5948ac0 state 5<br>>>  libnice-DEBUG: Agent 0x46773608 :
 added a new conncheck 0x5948ac0 with<br>>> foundation of '1:2' to list 1.<br>>>  libnice-DEBUG: Agent 0x46773608 : Adding remote candidate with addr<br>>> [169.254.224.159]:39754 for s1/c2. U/P '(null)'/'(null)' prio: 2013266430<br>>>  libnice-DEBUG: Agent 0x46773608 : creating new pair 0x5958b70 state 5<br>>>  libnice-DEBUG: Agent 0x46773608 : added a new conncheck 0x5958b70 with<br>>> foundation of '1:3' to list 1.<br>>>  libnice-DEBUG: Agent 0x46773608 : Pair 0x59188b0 with s/c-id 1/1 (1:2) unfrozen.<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x59188b0 state WAITING<br>>>  libnice-DEBUG: Agent 0x46773608 : priv_conn_check_unfreeze_next returned 1<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x59188b0 state IN_PROGRESS<br>>>  libnice-DEBUG: Agent 0x46773608 : STUN-CC REQ to '192.168.2.15:39791',<br>>> socket=57, pair=1:2 (c-id:1),
 tie=2169042258789247143, username='GFbX:nv/N' (9),<br>>> password='EhKVewP4AlLqqZXOtaQWg7' (22), priority=1845494271.<br>>>  Message HMAC-SHA1 message integrity:<br>>>  key    : 0x45684b5665775034416c4c71715a584f746151576737<br>>>  sent    : 0x8b886837a3597ccc31bbca85c2a3600b316ad4b3<br>>>  Message HMAC-SHA1 fingerprint: 0x10b5df29<br>>>  libnice-DEBUG: Agent 0x46773608: conncheck created 92 - 0x591891c<br>>>  libnice-DEBUG: Agent 0x46773608 : priv_conn_check_tick_unlocked returned 1<br>>>  libnice-DEBUG: Agent 0x46773608 : conn_check_schedule_next returning 1<br>>> UA: remote SDP updated:<br>>> v=0<br>>> o=- 4140380030932220748 6097490881580283500 IN IP4 192.168.123.122<br>>> s=-<br>>> t=0 0<br>>> m=video 42330 RTP/AVP 98<br>>> c=IN IP4 192.168.123.122<br>>> a=rtpmap:98 theora/90000<br>>>
 a=candidate:1 1 UDP 2013266431 192.168.123.122 42330 typ host<br>>> a=candidate:2 1 UDP 2013266431 192.168.2.15 39791 typ host<br>>> a=candidate:3 1 UDP 2013266431 169.254.224.159 48202 typ host<br>>> a=candidate:1 2 UDP 2013266430 192.168.123.122 44381 typ host<br>>> a=candidate:2 2 UDP 2013266430 192.168.2.15 34392 typ host<br>>> a=candidate:3 2 UDP 2013266430 169.254.224.159 39754 typ host<br>>> a=ice-pwd:EhKVewP4AlLqqZXOtaQWg7<br>>> a=ice-ufrag:GFbX<br>>> a=rtcp:44381<br>>><br>>><br>>> UA: call to sip:<a ymailto="mailto:sbc@sip2sip.info" href="mailto:sbc@sip2sip.info">sbc@sip2sip.info</a> <mailto:<a ymailto="mailto:sbc@sip2sip.info" href="mailto:sbc@sip2sip.info">sbc@sip2sip.info</a>> is active => 'ready'<br>>> audio inactive, video sendrecv, chat inactive.<br>>>  libnice-DEBUG: Agent 0x46773608 : Pair 0x5928960 with s/c-id 1/1 (1:3)
 unfrozen.<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5928960 state WAITING<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5928960 state IN_PROGRESS<br>>>  libnice-DEBUG: Agent 0x46773608 : STUN-CC REQ to '169.254.224.159:48202',<br>>> socket=57, pair=1:3 (c-id:1), tie=2169042258789247143, username='GFbX:nv/N' (9),<br>>> password='EhKVewP4AlLqqZXOtaQWg7' (22), priority=1845494271.<br>>>  Message HMAC-SHA1 message integrity:<br>>>  key    : 0x45684b5665775034416c4c71715a584f746151576737<br>>>  sent    : 0xc66284bbbbee723ce5aa74c1d8a96423f1144647<br>>>  Message HMAC-SHA1 fingerprint: 0x66b18657<br>>>  libnice-DEBUG: Agent 0x46773608: conncheck created 92 - 0x59289cc<br>>>  libnice-DEBUG: Agent 0x46773608 : Pair 0x5938a10 with s/c-id 1/2 (1:1) unfrozen.<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5938a10
 state WAITING<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5938a10 state IN_PROGRESS<br>>>  libnice-DEBUG: Agent 0x46773608 : STUN-CC REQ to '192.168.123.122:44381',<br>>> socket=58, pair=1:1 (c-id:2), tie=2169042258789247143, username='GFbX:nv/N' (9),<br>>> password='EhKVewP4AlLqqZXOtaQWg7' (22), priority=1845494270.<br>>>  Message HMAC-SHA1 message integrity:<br>>>  key    : 0x45684b5665775034416c4c71715a584f746151576737<br>>>  sent    : 0x264bb548f1ca905998a0a1b3e124909ffd786a28<br>>>  Message HMAC-SHA1 fingerprint: 0xe8e2d7eb<br>>>  libnice-DEBUG: Agent 0x46773608: conncheck created 92 - 0x5938a7c<br>>>  libnice-DEBUG: Agent 0x46773608 : Pair 0x5948ac0 with s/c-id 1/2 (1:2) unfrozen.<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5948ac0 state WAITING<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5948ac0
 state IN_PROGRESS<br>>>  libnice-DEBUG: Agent 0x46773608 : STUN-CC REQ to '192.168.2.15:34392',<br>>> socket=58, pair=1:2 (c-id:2), tie=2169042258789247143, username='GFbX:nv/N' (9),<br>>> password='EhKVewP4AlLqqZXOtaQWg7' (22), priority=1845494270.<br>>>  Message HMAC-SHA1 message integrity:<br>>>  key    : 0x45684b5665775034416c4c71715a584f746151576737<br>>>  sent    : 0x883c22df8f8b9c17b690e3ca2c299f72c818fa8b<br>>>  Message HMAC-SHA1 fingerprint: 0xa944093a<br>>>  libnice-DEBUG: Agent 0x46773608: conncheck created 92 - 0x5948b2c<br>>>  libnice-DEBUG: Agent 0x46773608 : Pair 0x5958b70 with s/c-id 1/2 (1:3) unfrozen.<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5958b70 state WAITING<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5958b70 state IN_PROGRESS<br>>>  libnice-DEBUG: Agent 0x46773608 : STUN-CC REQ
 to '169.254.224.159:39754',<br>>> socket=58, pair=1:3 (c-id:2), tie=2169042258789247143, username='GFbX:nv/N' (9),<br>>> password='EhKVewP4AlLqqZXOtaQWg7' (22), priority=1845494270.<br>>>  Message HMAC-SHA1 message integrity:<br>>>  key    : 0x45684b5665775034416c4c71715a584f746151576737<br>>>  sent    : 0x0d5431f79c5cb2ee59dc57465b9a6fe44c44edc8<br>>>  Message HMAC-SHA1 fingerprint: 0xe4d75b1b<br>>>  libnice-DEBUG: Agent 0x46773608: conncheck created 92 - 0x5958bdc<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 1185ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 1185ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 1194ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout
 1195ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 1194ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 1195ms).<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #51: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 2381ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 2381ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 2390ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 2391ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 2390ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted
 (timeout 2391ms).<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #101: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #151: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #201: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 4783ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 4783ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 4793ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 4793ms).<br>>> 
 libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 4792ms).<br>>>  libnice-DEBUG: Agent 0x46773608 :STUN transaction retransmitted (timeout 4793ms).<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #251: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>> finished hiding<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #301: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #351: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #401: 0 frozen, 6 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 :
 Retransmissions failed, giving up on<br>>> connectivity check 0x5908800<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5908800 state FAILED<br>>>  libnice-DEBUG: Agent 0x46773608 : Retransmissions failed, giving up on<br>>> connectivity check 0x59188b0<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x59188b0 state FAILED<br>>>  libnice-DEBUG: Agent 0x46773608 : Retransmissions failed, giving up on<br>>> connectivity check 0x5928960<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5928960 state FAILED<br>>>  libnice-DEBUG: Agent 0x46773608 : Retransmissions failed, giving up on<br>>> connectivity check 0x5938a10<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5938a10 state FAILED<br>>>  libnice-DEBUG: Agent 0x46773608 : Retransmissions failed, giving up on<br>>> connectivity check 0x5948ac0<br>>>  libnice-DEBUG: Agent 0x46773608
 : pair 0x5948ac0 state FAILED<br>>>  libnice-DEBUG: Agent 0x46773608 : Retransmissions failed, giving up on<br>>> connectivity check 0x5958b70<br>>>  libnice-DEBUG: Agent 0x46773608 : pair 0x5958b70 state FAILED<br>>>  libnice-DEBUG: Agent 0x46773608 : timer tick #434: 0 frozen, 0 in-progress, 0<br>>> waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.<br>>>  libnice-DEBUG: Agent 0x46773608 : priv_conn_check_tick_unlocked: stopping<br>>> conncheck timer<br>>>  libnice-DEBUG: Agent 0x46773608 : stream 1 component 1 STATE-CHANGE 2 -> 5.<br>>> ** Message: priv_cb_component_state_changed: stream_id=1, component_id=1,<br>>> state=5, self=0x46771058<br>>> ** Message: rtp comp 1, rtcp com 2, ready 4, disconnected 0 failed 5<br>>> ** Message: Component state to FAILED.<br>>><br>>><br>>>
 _______________________________________________<br>>> nice mailing list<br>>> <a ymailto="mailto:nice@lists.freedesktop.org" href="mailto:nice@lists.freedesktop.org">nice@lists.freedesktop.org</a> <mailto:<a ymailto="mailto:nice@lists.freedesktop.org" href="mailto:nice@lists.freedesktop.org">nice@lists.freedesktop.org</a>><br>>> <a href="http://lists.freedesktop.org/mailman/listinfo/nice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/nice</a><br>>><br>> <br>> <br>> <br>> _______________________________________________<br>> nice mailing list<br>> <a ymailto="mailto:nice@lists.freedesktop.org" href="mailto:nice@lists.freedesktop.org">nice@lists.freedesktop.org</a> <mailto:<a ymailto="mailto:nice@lists.freedesktop.org" href="mailto:nice@lists.freedesktop.org">nice@lists.freedesktop.org</a>><br>> <a href="http://lists.freedesktop.org/mailman/listinfo/nice"
 target="_blank">http://lists.freedesktop.org/mailman/listinfo/nice</a><br>> <br>> <br><br><br><br>_______________________________________________<br>nice mailing list<br><a ymailto="mailto:nice@lists.freedesktop.org" href="mailto:nice@lists.freedesktop.org">nice@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/nice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/nice</a><br><br><br> </div> </div>  </div></body></html>