<div dir="ltr">Hi there,<div><br></div><div>Starting with a working Android client version using libwebrtc, I have been investigating switching to GStreamer & webrtcbin & have a *lot* to learn :)  The client runs against a Medooze back end using ice-lite.</div><div><br></div><div>Using GStreamer 1.18.3, I see a bunch of lines like this and wondered if they highlight a setup / configuration problem in my code?</div><div>../agent/address.c: line 206<b> </b>(nice_address_set_from_sockaddr): should not be reached<br></div><div>../agent/address.c: line 346 (nice_address_is_private): should not be reached<br></div><div><br></div><div>I have included related log lines below. Apologies for including this much text, hope that's OK. I can provide additional log output via whatever route, if helpful.</div><div><br></div><div>thanks in advance for any insight you can provide,</div><div><br></div><div>Tom Gilbert</div><div><br></div><div>16:41:33.723 24677-25673/_ D/GStreamer+webrtctransportreceivebin: 0:43:00.372429763 0xb46cba60 ../ext/webrtc/transportreceivebin.c:236:transport_receive_bin_change_state changing state: PAUSED => PLAYING<br>16:41:33.725 24677-25673/_ I/GLib+stdout: Prepared offer:<br>    v=0<br>    o=- 2415558389295678162 0 IN IP4 0.0.0.0<br>    s=-<br>    t=0 0<br>    a=ice-options:trickle<br>    a=group:BUNDLE audio0<br>    m=audio 9 UDP/TLS/RTP/SAVPF 111<br>    c=IN IP4 0.0.0.0<br>    a=setup:actpass<br>    a=ice-ufrag:cbWrgi3m+5sVGCa+rx+X7qaN2YCrUZjE<br>    a=ice-pwd:6JT7zHpd3jDNH5CG5YdYQNEPrWeEeHBQ<br>    a=rtcp-mux<br>    a=rtcp-rsize<br>    a=sendonly<br>    a=rtpmap:111 OPUS/48000/2<br>    a=rtcp-fb:111 nack pli<br>    a=fmtp:111 sprop-maxcapturerate=16000;sprop-stereo=0<br>    a=ssrc:1126002684 msid:user4118000979@host-72fcaa4b webrtctransceiver3<br>    a=ssrc:1126002684 cname:user4118000979@host-72fcaa4b<br>    a=mid:audio0<br>    a=fingerprint:sha-256 A9:F7:95:73:76:23:D0:20:E3:EE:69:EE:0A:54:EB:F3:0C:E4:C5:3B:92:45:33:8A:C1:D4:F7:60:71:EE:8D:24<br>16:41:33.725 24677-25673/_ D/GStreamer+webrtc: 0:43:00.373788837 0xb46cba60 /home/someone/code/src/main/jni/example_webrtc.c:70:attach_current_thread Attaching thread 0xb46cba60<br>16:41:33.743 24677-25673/_ I/GStreamer+webrtcbin: 0:43:00.392265199 0xb46cba60 ../ext/webrtc/gstwebrtcbin.c:4325:_set_description_task:<sendrecv> Attempting to set local offer in the stable state<br>16:41:33.743 24677-25673/_ D/GStreamer+webrtcbin: 0:43:00.392503461 0xb46cba60 ../ext/webrtc/gstwebrtcbin.c:4492:_set_description_task:<sendrecv> we are in ice controlling mode: true<br>16:41:33.744 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0 : Property set, role is already "controlling".<br>16:41:33.744 24677-25673/_ D/GStreamer+webrtctransportsendbin: 0:43:00.392735196 0xb46cba60 ../ext/webrtc/transportsendbin.c:195:transport_send_bin_change_state:<transportsendbin3> changing state: PLAYING => PLAYING<br>16:41:33.744 24677-25673/_ D/GStreamer+webrtctransportreceivebin: 0:43:00.393342846 0xb46cba60 ../ext/webrtc/transportreceivebin.c:236:transport_receive_bin_change_state changing state: PLAYING => PLAYING<br>16:41:33.745 24677-25673/_ D/GStreamer+webrtcice: 0:43:00.393798174 0xb46cba60 ../ext/webrtc/gstwebrtcice.c:805:gst_webrtc_ice_set_local_credentials:<webrtcbin3:ice> Setting local ICE credentials on ICE stream 1 ufrag:cbWrgi3m+5sVGCa+rx+X7qaN2YCrUZjE pwd:6JT7zHpd3jDNH5CG5YdYQNEPrWeEeHBQ<br>16:41:33.745 24677-25673/_ D/GStreamer+webrtcice: 0:43:00.393869043 0xb46cba60 ../ext/webrtc/gstwebrtcice.c:823:gst_webrtc_ice_gather_candidates:<webrtcbin3:ice> gather candidates for stream 1<br>16:41:33.745 24677-25673/_ D/GStreamer+webrtcicestream: 0:43:00.393898415 0xb46cba60 ../ext/webrtc/icestream.c:177:gst_webrtc_ice_stream_gather_candidates:<webrtcicestream3> start gathering candidates<br>16:41:33.745 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0 : In ICE-FULL mode, starting candidate gathering.<br>16:41:33.745 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0 : libnice compiled without UPnP support<br>16:41:33.746 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.746 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.746 24677-25673/_ D/GLib+libnice: Ignoring loopback interface<br>16:41:33.746 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.746 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.746 24677-25673/_ E/GLib+libnice: file .<b>./agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached</b><br>16:41:33.746 24677-25673/_ E/GLib+libnice: file <b>../agent/address.c: line 346 (nice_address_is_private): should not be reached</b><br>16:41:33.746 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.746 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.746 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.746 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.746 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.746 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.746 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.746 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.746 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.746 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.746 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.746 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.746 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.746 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.746 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Component 0xce464d20: Attach source (stream 1).<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Attaching source 0xb339c3f0 (socket 0xa5132750, FD 196) to context 0xb1f21990<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.747 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.747 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.747 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Component 0xce464d20: Attach source (stream 1).<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.747 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.747 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.747 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.747 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.747 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Component 0xce464d20: Attach source (stream 1).<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Attaching source 0xb33b4590 (socket 0xa5131c08, FD 219) to context 0xb1f21990<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.748 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.748 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.748 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.748 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.748 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.748 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.748 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Component 0xce464d20: Attach source (stream 1).<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Attaching source 0xb3399380 (socket 0xa5131c50, FD 243) to context 0xb1f21990<br>16:41:33.748 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.749 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.749 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.749 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Component 0xce464d20: Attach source (stream 1).<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Component 0xce464d20: Attach source (stream 1).<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Attaching source 0xb33be040 (socket 0xa5131ce0, FD 247) to context 0xb1f21990<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.750 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.750 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.750 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Component 0xce45f280: Attach source (stream 1).<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Attaching source 0xb33ad1f0 (socket 0xa5131d28, FD 248) to context 0xaead9c10<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.751 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.751 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.751 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Component 0xce45f280: Attach source (stream 1).<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.751 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.751 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.751 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.751 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Component 0xce45f280: Attach source (stream 1).<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Attaching source 0xb33a36a0 (socket 0xa5131db8, FD 249) to context 0xaead9c10<br>16:41:33.751 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Component 0xce45f280: Attach source (stream 1).<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Attaching source 0xb338bc80 (socket 0xa5131e00, FD 250) to context 0xaead9c10<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Component 0xce45f280: Attach source (stream 1).<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Trying to create host candidate on port 0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  lo<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 127.0.0.1<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  wlan0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.16<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Interface:  radio0<br>16:41:33.752 24677-25673/_ D/GLib+libnice: IP Address: 10.0.2.15<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 206 (nice_address_set_from_sockaddr): should not be reached<br>16:41:33.752 24677-25673/_ E/GLib+libnice: file ../agent/address.c: line 346 (nice_address_is_private): should not be reached<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Could not set IPV6 socket ToS: Protocol not available<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Component 0xce45f280: Attach source (stream 1).<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Attaching source 0xb3398200 (socket 0xa5131e90, FD 251) to context 0xaead9c10<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: Candidate gathering FINISHED, no scheduled items.<br>16:41:33.752 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered UDP local candidate : [10.0.2.15]:47745 for s1/c1. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-ACT local candidate : [10.0.2.15]:0 for s1/c1. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-PASS local candidate : [10.0.2.15]:34671 for s1/c1. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered UDP local candidate : [10.0.2.16]:39807 for s1/c1. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-ACT local candidate : [10.0.2.16]:0 for s1/c1. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-PASS local candidate : [10.0.2.16]:42725 for s1/c1. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered UDP local candidate : [10.0.2.15]:39746 for s1/c2. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-ACT local candidate : [10.0.2.15]:0 for s1/c2. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-PASS local candidate : [10.0.2.15]:47553 for s1/c2. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered UDP local candidate : [10.0.2.16]:35101 for s1/c2. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-ACT local candidate : [10.0.2.16]:0 for s1/c2. U/P '(NULL)'/'(NULL)'<br>16:41:33.753 24677-25673/_ D/GLib+libnice: Agent 0xa5cdbaa0: gathered TCP-PASS local candidate : [10.0.2.16]:56113 for s1/c2. U/P '(NULL)'/'(NULL)'<br>16:41:33.754 24677-25673/_ D/GStreamer+webrtcicestream: 0:43:00.401985743 0xb46cba60 ../ext/webrtc/icestream.c:116:_on_candidate_gathering_done:<webrtcicestream3> 1 gathering done<br>16:41:33.754 24677-25673/_ I/GStreamer+webrtcbin: 0:43:00.403045123 0xb46cba60 ../ext/webrtc/gstwebrtcbin.c:1225:_update_ice_gathering_state_task:<sendrecv> ICE gathering state change from new(0) to gathering(1)<br>16:41:33.755 24677-25673/_ I/GStreamer+webrtcbin: 0:43:00.403557762 0xb46cba60 ../ext/webrtc/gstwebrtcbin.c:1225:_update_ice_gathering_state_task:<sendrecv> ICE gathering state change from gathering(1) to complete(2)<br></div></div>