microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
912 stars 283 forks source link

Connection problems using STUN/TURN server #598

Closed Kawottex closed 3 years ago

Kawottex commented 4 years ago

Hello, I've implemented a WebRTC communication between Unity/HoloLens (using MR-WebRTC) and a web application (using WebRTC). The Unity app is a capture system (only send audio/video and can receive audio) and the web app is a viewer system (only receive audio/video and can send audio).

So far, I've been testing this setup with the same network between Unity and the Web part (it's not a local testing, it's online but using same network) and everything is working great.

I've implemented a STUN/TURN server using Coturn (https://github.com/coturn/coturn) which seems to work great BUT, when the Viewer tries to call the Capture on a different network and thus must use the Coturn server, sometimes, the communication doesn't setup correctly (like, half of the time, the viewer doesn't receive audio/video streaming from capture and I need to hang up and call again to maybe have it).

This problem seems to appear even with a good connection, so it doesn't seem to come from that. Moreover, I've also tried with a Unity(Capture) - Unity(Viewer) setup, and the problem still appears, so it doesn't seem to come from the web implementation.

My guess are that it either comes from my MR-WebRTC implementation or from my Coturn implementation, but i've no idea what could causes this. The only thing that I've noticed is that the Capture receives 5 ICE messages when successful but 4 when failed, but no idea how to fix this.

Here are all the SDP/ICE messages that could help you:

I also provides you Coturn logs, it may be helpful.

SDP Messages successful connection

Offer received (Unity) - Successful v=0 o=- 1395704432747749921 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:Mgo+ a=ice-pwd:KBxd/zzUOgXxkyCbMpdYK6q5 a=ice-options:trickle a=fingerprint:sha-256 B8:7A:86:29:67:F3:F1:42:33:65:50:95:21:64:FA:98:1F:3F:F5:56:FB:4D:78:7D:37:5E:78:CD:7B:8D:D5:B6 a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 127 125 124 106 107 108 109 100 101 102 123 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:Mgo+ a=ice-pwd:KBxd/zzUOgXxkyCbMpdYK6q5 a=ice-options:trickle a=fingerprint:sha-256 B8:7A:86:29:67:F3:F1:42:33:65:50:95:21:64:FA:98:1F:3F:F5:56:FB:4D:78:7D:37:5E:78:CD:7B:8D:D5:B6 a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:127 VP9/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 profile-id=1 a=rtpmap:125 VP9/90000 a=rtcp-fb:125 goog-remb a=rtcp-fb:125 transport-cc a=rtcp-fb:125 ccm fir a=rtcp-fb:125 nack a=rtcp-fb:125 nack pli a=fmtp:125 profile-id=2 a=rtpmap:124 H264/90000 a=rtcp-fb:124 goog-remb a=rtcp-fb:124 transport-cc a=rtcp-fb:124 ccm fir a=rtcp-fb:124 nack a=rtcp-fb:124 nack pli a=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=420015 a=rtpmap:106 H264/90000 a=rtcp-fb:106 goog-remb a=rtcp-fb:106 transport-cc a=rtcp-fb:106 ccm fir a=rtcp-fb:106 nack a=rtcp-fb:106 nack pli a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d0015 a=rtpmap:107 rtx/90000 a=fmtp:107 apt=106 a=rtpmap:108 H264/90000 a=rtcp-fb:108 goog-remb a=rtcp-fb:108 transport-cc a=rtcp-fb:108 ccm fir a=rtcp-fb:108 nack a=rtcp-fb:108 nack pli a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640015 a=rtpmap:109 rtx/90000 a=fmtp:109 apt=108 a=rtpmap:100 H264/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:102 red/90000 a=rtpmap:123 rtx/90000 a=fmtp:123 apt=102 a=rtpmap:104 ulpfec/90000
ICE messages received (Unity) - Successful candidate:2541903028 1 udp 2113937151 10.179.253.168 39856 typ host generation 0 ufrag Mgo+ network-cost 999|0|0 candidate:2541903028 1 udp 2113937151 10.179.253.168 41207 typ host generation 0 ufrag Mgo+ network-cost 999|1|1 candidate:842163049 1 udp 1677729535 37.170.217.8 14625 typ srflx raddr 10.179.253.168 rport 41207 generation 0 ufrag Mgo+ network-cost 999|1|1 candidate:842163049 1 udp 1677729535 37.170.217.8 14621 typ srflx raddr 10.179.253.168 rport 39856 generation 0 ufrag Mgo+ network-cost 999|0|0 candidate:55959992 1 udp 33562367 40.68.1.255 33546 typ relay raddr 37.170.217.8 rport 14621 generation 0 ufrag Mgo+ network-cost 999|0|0
Answer received (Web) - Successful v=0 o=- 7283571948246242951 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS local_av_stream m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:b5jm a=ice-pwd:pvY6wVxBLVTWVDLqgM+Vbs07 a=ice-options:trickle a=fingerprint:sha-256 E5:AC:21:4E:A2:4F:0E:61:86:4E:6C:90:98:C2:0A:ED:1B:C5:90:6F:17:02:72:C1:AB:34:2F:C2:F2:26:75:3A a=setup:active a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream d4958550-902f-47e7-b571-9ce015e0cc01 a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:1738751613 cname:ZhH7CM29q4nbjlxL a=ssrc:1738751613 msid: d4958550-902f-47e7-b571-9ce015e0cc01 a=ssrc:1738751613 mslabel: a=ssrc:1738751613 label:d4958550-902f-47e7-b571-9ce015e0cc01 m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 102 123 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:b5jm a=ice-pwd:pvY6wVxBLVTWVDLqgM+Vbs07 a=ice-options:trickle a=fingerprint:sha-256 E5:AC:21:4E:A2:4F:0E:61:86:4E:6C:90:98:C2:0A:ED:1B:C5:90:6F:17:02:72:C1:AB:34:2F:C2:F2:26:75:3A a=setup:active a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream 8d84e62b-e3f9-4ac5-a5fb-9e1469f3cb0a a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 x-google-profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:102 red/90000 a=rtpmap:123 rtx/90000 a=fmtp:123 apt=102 a=rtpmap:104 ulpfec/90000 a=ssrc-group:FID 1081423004 462732890 a=ssrc:1081423004 cname:ZhH7CM29q4nbjlxL a=ssrc:1081423004 msid: 8d84e62b-e3f9-4ac5-a5fb-9e1469f3cb0a a=ssrc:1081423004 mslabel: a=ssrc:1081423004 label:8d84e62b-e3f9-4ac5-a5fb-9e1469f3cb0a a=ssrc:462732890 cname:ZhH7CM29q4nbjlxL a=ssrc:462732890 msid: 8d84e62b-e3f9-4ac5-a5fb-9e1469f3cb0a a=ssrc:462732890 mslabel: a=ssrc:462732890 label:8d84e62b-e3f9-4ac5-a5fb-9e1469f3cb0a
ICE messages received (Web) - Successful candidate:903283197 1 udp 2122260223 10.33.142.88 64260 typ host generation 0 ufrag b5jm network-id 1|0|0 candidate:3284629545 1 udp 1686052607 31.172.238.35 9884 typ srflx raddr 10.33.142.88 rport 64260 generation 0 ufrag b5jm network-id 1|0|0 candidate:2069167373 1 tcp 1518280447 10.33.142.88 49295 typ host tcptype passive generation 0 ufrag b5jm network-id 1|0|0
Coturn logs - Successful 199: handle_udp_packet: New UDP endpoint: local addr 10.0.2.5:33950, remote addr 37.170.217.8:14625 199: session 000000000000000001: realm <(REPLACED)> user <>: incoming packet BINDING processed, success 199: handle_udp_packet: New UDP endpoint: local addr 10.0.2.5:33950, remote addr 37.170.217.8:14621 199: session 000000000000000002: realm <(REPLACED)> user <>: incoming packet BINDING processed, success 199: session 000000000000000001: realm <(REPLACED)> user <>: incoming packet message processed, error 401: Unauthorized 199: session 000000000000000002: realm <(REPLACED)> user <>: incoming packet message processed, error 401: Unauthorized 199: IPv4. Local relay addr: 10.0.2.5:33863 199: session 000000000000000001: new, realm=<(REPLACED)>, username=<(REPLACED)>, lifetime=600 199: session 000000000000000001: realm <(REPLACED)> user <(REPLACED)>: incoming packet ALLOCATE processed, success 199: IPv4. Local relay addr: 10.0.2.5:33546 199: session 000000000000000002: new, realm=<(REPLACED)>, username=<(REPLACED)>, lifetime=600 199: session 000000000000000002: realm <(REPLACED)> user <(REPLACED)>: incoming packet ALLOCATE processed, success 199: session 000000000000000002: peer 10.33.142.88 lifetime updated: 300 199: session 000000000000000002: realm <(REPLACED)> user <(REPLACED)>: incoming packet CREATE_PERMISSION processed, success 199: session 000000000000000002: peer 31.172.238.35 lifetime updated: 300 199: session 000000000000000002: realm <(REPLACED)> user <(REPLACED)>: incoming packet CREATE_PERMISSION processed, success 199: session 000000000000000002: peer 31.172.238.35 lifetime updated: 300 199: session 000000000000000002: realm <(REPLACED)> user <(REPLACED)>: incoming packet CREATE_PERMISSION processed, success 199: session 000000000000000002: peer 31.172.238.35 lifetime updated: 600 199: session 000000000000000002: realm <(REPLACED)> user <(REPLACED)>: incoming packet CHANNEL_BIND processed, success

SDP Messages failed connection

Offer received (Unity) - Failed v=0 o=- 1254947098541347751 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:L/yX a=ice-pwd:lYhFaVACjx/wA/wXSIaidByi a=ice-options:trickle a=fingerprint:sha-256 17:8F:04:67:DE:BA:DB:28:AC:01:78:35:9A:FC:15:57:32:69:99:31:6F:26:E1:B4:2A:B9:32:31:41:D5:01:80 a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 127 125 124 106 107 108 109 100 101 102 123 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:L/yX a=ice-pwd:lYhFaVACjx/wA/wXSIaidByi a=ice-options:trickle a=fingerprint:sha-256 17:8F:04:67:DE:BA:DB:28:AC:01:78:35:9A:FC:15:57:32:69:99:31:6F:26:E1:B4:2A:B9:32:31:41:D5:01:80 a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:127 VP9/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 profile-id=1 a=rtpmap:125 VP9/90000 a=rtcp-fb:125 goog-remb a=rtcp-fb:125 transport-cc a=rtcp-fb:125 ccm fir a=rtcp-fb:125 nack a=rtcp-fb:125 nack pli a=fmtp:125 profile-id=2 a=rtpmap:124 H264/90000 a=rtcp-fb:124 goog-remb a=rtcp-fb:124 transport-cc a=rtcp-fb:124 ccm fir a=rtcp-fb:124 nack a=rtcp-fb:124 nack pli a=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=420015 a=rtpmap:106 H264/90000 a=rtcp-fb:106 goog-remb a=rtcp-fb:106 transport-cc a=rtcp-fb:106 ccm fir a=rtcp-fb:106 nack a=rtcp-fb:106 nack pli a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d0015 a=rtpmap:107 rtx/90000 a=fmtp:107 apt=106 a=rtpmap:108 H264/90000 a=rtcp-fb:108 goog-remb a=rtcp-fb:108 transport-cc a=rtcp-fb:108 ccm fir a=rtcp-fb:108 nack a=rtcp-fb:108 nack pli a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640015 a=rtpmap:109 rtx/90000 a=fmtp:109 apt=108 a=rtpmap:100 H264/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:102 red/90000 a=rtpmap:123 rtx/90000 a=fmtp:123 apt=102 a=rtpmap:104 ulpfec/90000
ICE candidates received (Unity) - Failed candidate:2541903028 1 udp 2113937151 10.179.253.168 39048 typ host generation 0 ufrag L/yX network-cost 999|0|0 candidate:2541903028 1 udp 2113937151 10.179.253.168 42363 typ host generation 0 ufrag L/yX network-cost 999|1|1 candidate:842163049 1 udp 1677729535 37.170.217.8 14611 typ srflx raddr 10.179.253.168 rport 39048 generation 0 ufrag L/yX network-cost 999|0|0 candidate:842163049 1 udp 1677729535 37.170.217.8 14613 typ srflx raddr 10.179.253.168 rport 42363 generation 0 ufrag L/yX network-cost 999|1|1
Answer received (Web) - Failed v=0 o=- 3211332049830621595 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS local_av_stream m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:OEO0 a=ice-pwd:JbKEvcju+uS75juGqtDTKwQC a=ice-options:trickle a=fingerprint:sha-256 1D:16:96:1F:C1:71:00:7E:83:25:47:26:89:AD:93:1E:5D:FA:71:EB:20:8A:A4:F2:F3:51:57:20:59:1A:2B:00 a=setup:active a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream df09640a-1450-4273-9b3e-84c21048e1a8 a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:1808945087 cname:ZMsgfRjtaF8vt5xx a=ssrc:1808945087 msid: df09640a-1450-4273-9b3e-84c21048e1a8 a=ssrc:1808945087 mslabel: a=ssrc:1808945087 label:df09640a-1450-4273-9b3e-84c21048e1a8 m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 102 123 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:OEO0 a=ice-pwd:JbKEvcju+uS75juGqtDTKwQC a=ice-options:trickle a=fingerprint:sha-256 1D:16:96:1F:C1:71:00:7E:83:25:47:26:89:AD:93:1E:5D:FA:71:EB:20:8A:A4:F2:F3:51:57:20:59:1A:2B:00 a=setup:active a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream 081358e2-389c-49f7-a509-3ab1bda9ff94 a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 x-google-profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:102 red/90000 a=rtpmap:123 rtx/90000 a=fmtp:123 apt=102 a=rtpmap:104 ulpfec/90000 a=ssrc-group:FID 2420198708 1123879522 a=ssrc:2420198708 cname:ZMsgfRjtaF8vt5xx a=ssrc:2420198708 msid: 081358e2-389c-49f7-a509-3ab1bda9ff94 a=ssrc:2420198708 mslabel: a=ssrc:2420198708 label:081358e2-389c-49f7-a509-3ab1bda9ff94 a=ssrc:1123879522 cname:ZMsgfRjtaF8vt5xx a=ssrc:1123879522 msid: 081358e2-389c-49f7-a509-3ab1bda9ff94 a=ssrc:1123879522 mslabel: a=ssrc:1123879522 label:081358e2-389c-49f7-a509-3ab1bda9ff94
ICE messages received (Web) - Failed candidate:903283197 1 udp 2122260223 10.33.142.88 63508 typ host generation 0 ufrag OEO0 network-id 1|0|0 candidate:3284629545 1 udp 1686052607 31.172.238.35 15377 typ srflx raddr 10.33.142.88 rport 63508 generation 0 ufrag OEO0 network-id 1|0|0 candidate:2069167373 1 tcp 1518280447 10.33.142.88 65527 typ host tcptype passive generation 0 ufrag OEO0 network-id 1|0|0
Coturn logs - Failed 41: handle_udp_packet: New UDP endpoint: local addr 10.0.2.5:33950, remote addr 37.170.217.8:14613 41: session 001000000000000001: realm <(REPLACED)> user <>: incoming packet BINDING processed, success 41: session 001000000000000001: realm <(REPLACED)> user <>: incoming packet message processed, error 401: Unauthorized 41: IPv4. Local relay addr: 10.0.2.5:33706 41: session 001000000000000001: new, realm=<(REPLACED)>, username=<(REPLACED)>, lifetime=600 41: session 001000000000000001: realm <(REPLACED)> user <(REPLACED)>: incoming packet ALLOCATE processed, success

Thank you, Kevin

fibann commented 4 years ago

that the Capture receives 5 ICE messages when successful but 4 when failed

I am not really familiar with coturn, maybe it's the fact that one ICE message is lost on the line that makes the connection fail? Have you checked if the PeerConnection actually sends 5 ICE messages or 4?

Kawottex commented 4 years ago

All the SDP messages are correctly received on both sides (when an ICE message is sent by a peer, it's always received by the other peer). When the problem appears, it's the number of ICE messages sent (thus the number of IceCandidateReadytoSend event triggered) that seems to be incorrect.

fibann commented 4 years ago

I don't know the ICE syntax but the candidates sent by the Unity app look the same in both cases. It's the web app that's sending 4 candidates out of 5, right? In this case it might just be a candidate that doesn't apply to the non-local network case, not symptomatic of a bug.

Any chance you can run a Debug build of MR-WebRTC and collect the debug logs?

Kawottex commented 4 years ago

What kind of debug logs do you want ? I've looked at the logs at C:\Users\username\AppData\LocalLow\CompanyName\ProductName\Player.log but there are nothing related to WebRTC in these.

More informations: I've runned new tests and this time, it was the number of ICE messages sent by Unity (MR-WebRTC) that wasn't the same on success and on failed: 4 sent on success, 3 on failed (but the number of ICE msg received was the same on on both). Here are the full details, only on MR-WebRTC side:

Success

Answer sent - Successful v=0 o=- 8755400322884569989 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS local_av_stream m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:QUX0 a=ice-pwd:X7QkMXUbrEx0lkLL5CxcZ7I5 a=ice-options:trickle a=fingerprint:sha-256 D4:28:2F:F0:F5:8B:B8:5E:D8:5B:AC:2A:84:82:41:37:BB:A6:3C:6E:45:1B:80:31:32:5A:2D:60:43:64:25:FD a=setup:active a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream 61e0f94f-bdc7-40c7-88b7-c8bd15e6d6af a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:3245662335 cname:o3ctfLJHGNKmAkPz a=ssrc:3245662335 msid: 61e0f94f-bdc7-40c7-88b7-c8bd15e6d6af a=ssrc:3245662335 mslabel: a=ssrc:3245662335 label:61e0f94f-bdc7-40c7-88b7-c8bd15e6d6af m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 102 123 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:QUX0 a=ice-pwd:X7QkMXUbrEx0lkLL5CxcZ7I5 a=ice-options:trickle a=fingerprint:sha-256 D4:28:2F:F0:F5:8B:B8:5E:D8:5B:AC:2A:84:82:41:37:BB:A6:3C:6E:45:1B:80:31:32:5A:2D:60:43:64:25:FD a=setup:active a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream 74e8f727-1d1e-4a76-80f2-5b7d77abf822 a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 x-google-profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:102 red/90000 a=rtpmap:123 rtx/90000 a=fmtp:123 apt=102 a=rtpmap:104 ulpfec/90000 a=ssrc-group:FID 2192569308 3315399687 a=ssrc:2192569308 cname:o3ctfLJHGNKmAkPz a=ssrc:2192569308 msid: 74e8f727-1d1e-4a76-80f2-5b7d77abf822 a=ssrc:2192569308 mslabel: a=ssrc:2192569308 label:74e8f727-1d1e-4a76-80f2-5b7d77abf822 a=ssrc:3315399687 cname:o3ctfLJHGNKmAkPz a=ssrc:3315399687 msid: 74e8f727-1d1e-4a76-80f2-5b7d77abf822 a=ssrc:3315399687 mslabel: a=ssrc:3315399687 label:74e8f727-1d1e-4a76-80f2-5b7d77abf822
ICE sent - Successful candidate:903283197 1 udp 2122260223 10.33.142.88 61800 typ host generation 0 ufrag QUX0 network-id 1|0|0 candidate:3284629545 1 udp 1686052607 31.172.238.35 18387 typ srflx raddr 10.33.142.88 rport 61800 generation 0 ufrag QUX0 network-id 1|0|0 candidate:2069167373 1 tcp 1518280447 10.33.142.88 55374 typ host tcptype passive generation 0 ufrag QUX0 network-id 1|0|0 candidate:55959992 1 udp 41885439 40.68.1.255 33694 typ relay raddr 31.172.238.35 rport 18387 generation 0 ufrag QUX0 network-id 1|0|0
Offer received - Successful v=0 o=- 3466205608065509480 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:qicx a=ice-pwd:4lk3dlGMRHDOO9NWlQOepu0a a=ice-options:trickle a=fingerprint:sha-256 00:E0:D7:43:BC:93:AC:82:D8:83:B0:95:9C:F0:44:5C:E6:3B:23:36:96:B1:31:4B:D0:15:C5:76:2D:DB:A8:ED a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 127 125 124 106 107 108 109 100 101 102 123 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:qicx a=ice-pwd:4lk3dlGMRHDOO9NWlQOepu0a a=ice-options:trickle a=fingerprint:sha-256 00:E0:D7:43:BC:93:AC:82:D8:83:B0:95:9C:F0:44:5C:E6:3B:23:36:96:B1:31:4B:D0:15:C5:76:2D:DB:A8:ED a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:127 VP9/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 profile-id=1 a=rtpmap:125 VP9/90000 a=rtcp-fb:125 goog-remb a=rtcp-fb:125 transport-cc a=rtcp-fb:125 ccm fir a=rtcp-fb:125 nack a=rtcp-fb:125 nack pli a=fmtp:125 profile-id=2 a=rtpmap:124 H264/90000 a=rtcp-fb:124 goog-remb a=rtcp-fb:124 transport-cc a=rtcp-fb:124 ccm fir a=rtcp-fb:124 nack a=rtcp-fb:124 nack pli a=fmtp:124 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=420015 a=rtpmap:106 H264/90000 a=rtcp-fb:106 goog-remb a=rtcp-fb:106 transport-cc a=rtcp-fb:106 ccm fir a=rtcp-fb:106 nack a=rtcp-fb:106 nack pli a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d0015 a=rtpmap:107 rtx/90000 a=fmtp:107 apt=106 a=rtpmap:108 H264/90000 a=rtcp-fb:108 goog-remb a=rtcp-fb:108 transport-cc a=rtcp-fb:108 ccm fir a=rtcp-fb:108 nack a=rtcp-fb:108 nack pli a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640015 a=rtpmap:109 rtx/90000 a=fmtp:109 apt=108 a=rtpmap:100 H264/90000 a=rtcp-fb:100 goog-remb a=rtcp-fb:100 transport-cc a=rtcp-fb:100 ccm fir a=rtcp-fb:100 nack a=rtcp-fb:100 nack pli a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:101 rtx/90000 a=fmtp:101 apt=100 a=rtpmap:102 red/90000 a=rtpmap:123 rtx/90000 a=fmtp:123 apt=102 a=rtpmap:104 ulpfec/90000
ICE received - Successful candidate:1706845923 1 udp 2113937151 10.122.181.215 40487 typ host generation 0 ufrag qicx network-cost 999|0|0 candidate:1706845923 1 udp 2113937151 10.122.181.215 38382 typ host generation 0 ufrag qicx network-cost 999|1|1 candidate:842163049 1 udp 1677729535 37.165.184.79 2727 typ srflx raddr 10.122.181.215 rport 40487 generation 0 ufrag qicx network-cost 999|0|0 candidate:842163049 1 udp 1677729535 37.165.184.79 2728 typ srflx raddr 10.122.181.215 rport 38382 generation 0 ufrag qicx network-cost 999|1|1 candidate:55959992 1 udp 33562367 40.68.1.255 33517 typ relay raddr 37.165.184.79 rport 2727 generation 0 ufrag qicx network-cost 999|0|0

FAILED

Answer sent - Failed v=0 o=- 4529582212431223016 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS local_av_stream m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:xTlb a=ice-pwd:Bs5nGDdwEMifzTtz0uZTugWW a=ice-options:trickle a=fingerprint:sha-256 B2:8D:F4:5C:E7:A2:C7:FB:58:6C:F0:79:81:DF:E2:76:C9:F6:23:4C:9F:24:21:BF:5B:C8:DE:1D:AB:7B:49:89 a=setup:active a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream b7e82bf0-5afe-4407-bcfa-f8e5a0893ad5 a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:4259203515 cname:YimWVM+LL3s9F7P1 a=ssrc:4259203515 msid: b7e82bf0-5afe-4407-bcfa-f8e5a0893ad5 a=ssrc:4259203515 mslabel: a=ssrc:4259203515 label:b7e82bf0-5afe-4407-bcfa-f8e5a0893ad5 m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 102 125 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:xTlb a=ice-pwd:Bs5nGDdwEMifzTtz0uZTugWW a=ice-options:trickle a=fingerprint:sha-256 B2:8D:F4:5C:E7:A2:C7:FB:58:6C:F0:79:81:DF:E2:76:C9:F6:23:4C:9F:24:21:BF:5B:C8:DE:1D:AB:7B:49:89 a=setup:active a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=sendonly a=msid:-local_av_stream d5147e62-9772-4978-bd46-cf7db1a31da5 a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 x-google-profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:102 red/90000 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=102 a=rtpmap:104 ulpfec/90000 a=ssrc-group:FID 1545489063 3178662098 a=ssrc:1545489063 cname:YimWVM+LL3s9F7P1 a=ssrc:1545489063 msid: d5147e62-9772-4978-bd46-cf7db1a31da5 a=ssrc:1545489063 mslabel: a=ssrc:1545489063 label:d5147e62-9772-4978-bd46-cf7db1a31da5 a=ssrc:3178662098 cname:YimWVM+LL3s9F7P1 a=ssrc:3178662098 msid: d5147e62-9772-4978-bd46-cf7db1a31da5 a=ssrc:3178662098 mslabel: a=ssrc:3178662098 label:d5147e62-9772-4978-bd46-cf7db1a31da5
ICE sent - Failed candidate:903283197 1 udp 2122260223 10.33.142.88 58895 typ host generation 0 ufrag xTlb network-id 1|0|0 candidate:3284629545 1 udp 1686052607 31.172.238.35 20249 typ srflx raddr 10.33.142.88 rport 58895 generation 0 ufrag xTlb network-id 1|0|0 candidate:2069167373 1 tcp 1518280447 10.33.142.88 55338 typ host tcptype passive generation 0 ufrag xTlb network-id 1|0|0
Offer received - Failed v=0 o=- 7486049482013551578 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE 0 1 a=msid-semantic: WMS m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 0 8 105 13 110 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:geXE a=ice-pwd:nQrUWOpvFmSWLZvIeN/xi/1Z a=ice-options:trickle a=fingerprint:sha-256 D5:5A:B2:83:CB:A0:9E:70:0C:35:03:BF:9A:B5:0E:E0:B9:3A:96:0E:10:FC:36:3B:74:DC:EF:BB:D8:00:A4:41 a=setup:actpass a=mid:0 a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 127 102 125 104 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:geXE a=ice-pwd:nQrUWOpvFmSWLZvIeN/xi/1Z a=ice-options:trickle a=fingerprint:sha-256 D5:5A:B2:83:CB:A0:9E:70:0C:35:03:BF:9A:B5:0E:E0:B9:3A:96:0E:10:FC:36:3B:74:DC:EF:BB:D8:00:A4:41 a=setup:actpass a=mid:1 a=extmap:14 urn:ietf:params:rtp-hdrext:toffset a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:13 urn:3gpp:video-orientation a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/color-space a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id a=recvonly a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:98 VP9/90000 a=rtcp-fb:98 goog-remb a=rtcp-fb:98 transport-cc a=rtcp-fb:98 ccm fir a=rtcp-fb:98 nack a=rtcp-fb:98 nack pli a=fmtp:98 profile-id=0 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:127 VP9/90000 a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=fmtp:127 profile-id=1 a=rtpmap:102 red/90000 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=102 a=rtpmap:104 ulpfec/90000
ICE received - Failed candidate:1706845923 1 udp 2113937151 10.122.181.215 38594 typ host generation 0 ufrag geXE network-cost 999|0|0 candidate:1706845923 1 udp 2113937151 10.122.181.215 40935 typ host generation 0 ufrag geXE network-cost 999|1|1 candidate:842163049 1 udp 1677729535 37.165.184.79 2724 typ srflx raddr 10.122.181.215 rport 40935 generation 0 ufrag geXE network-cost 999|1|1 candidate:842163049 1 udp 1677729535 37.165.184.79 2726 typ srflx raddr 10.122.181.215 rport 38594 generation 0 ufrag geXE network-cost 999|0|0 candidate:55959992 1 udp 33562367 40.68.1.255 33887 typ relay raddr 37.165.184.79 rport 2724 generation 0 ufrag geXE network-cost 999|1|1
fibann commented 4 years ago

What kind of debug logs do you want ?

It's the logs from the VS debugger output window. You'll need to compile a Debug build of MR-WebRTC (instructions here) and run the MR-WebRTC application with a native debugger attached.

Kawottex commented 4 years ago

Hello, I've managed to get logs from a debug build of MR-WebRTC Unity x64 Win32. Again, I've got logs from a successful and a failed communication, around 700-1000 lines of logs, I hope that it'll be helpful. The main difference I see is that in the failed one, the TURN server send a lot of "allocate error response", but I don't really know the source of that. Tell me if you need anything more.

Successful communication logs (peerconnection.cc:3512): Session: 7811324587506198865 Old state: kStable New state: kClosed The thread 0x5be0 has exited with code 0 (0x0). The thread 0x6224 has exited with code 0 (0x0). (paced_sender.cc:366): ProcessThreadAttached 0x0 (paced_sender.cc:366): ProcessThreadAttached 0x0 The thread 0x2b8c has exited with code 0 (0x0). (peerconnection.cc:5889): Usage signature is 1026 (peerconnection.cc:818): Session: 7811324587506198865 is destroyed. (video_capture_ds.cc:164): CaptureStarted 2 (webrtcvideocapturer.cc:304): Camera '0' stopped after capturing 2178 frames and dropping 0% The thread 0x3aa4 has exited with code 0 (0x0). The thread 0x6188 has exited with code 0 (0x0). The thread 0x3948 has exited with code 0 (0x0). The thread 0x3f48 has exited with code -2147024637 (0x80070103). The thread 0x5884 has exited with code 0 (0x0). The thread 0x4974 has exited with code 0 (0x0). (device_info_ds.cc:204): webrtc::videocapturemodule::DeviceInfoDS::GetDeviceInfo Logitech HD Webcam C270 (device_info_ds.cc:204): webrtc::videocapturemodule::DeviceInfoDS::GetDeviceInfo Logitech HD Webcam C270 (device_info_ds.cc:310): CreateCapabilityMap called for device \\?\usb#vid_046d&pid_0825&mi_00#6&85c7c8a&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\{bbefb6c7-2fc4-4139-bb8b-a58bba724083} (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:517): Camera capability, width:640 height:480 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:160 height:120 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:176 height:144 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:176 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:240 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:352 height:288 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:432 height:240 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:544 height:288 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:640 height:360 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:752 height:416 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:448 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:600 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:864 height:480 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:544 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:720 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1024 height:576 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1184 height:656 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:720 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:960 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:640 height:480 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:160 height:120 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:176 height:144 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:176 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:240 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:352 height:288 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:432 height:240 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:544 height:288 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:640 height:360 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:752 height:416 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:448 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:600 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:864 height:480 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:544 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:720 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1024 height:576 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1184 height:656 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:720 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:960 type:1 fps:30 (device_info_ds.cc:536): CreateCapabilityMap 38 (device_info_ds.cc:310): CreateCapabilityMap called for device \\?\usb#vid_046d&pid_0825&mi_00#6&85c7c8a&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\{bbefb6c7-2fc4-4139-bb8b-a58bba724083} (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:387): Device support FORMAT_VideoInfo2 (device_info_ds.cc:517): Camera capability, width:640 height:480 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:160 height:120 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:176 height:144 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:176 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:240 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:352 height:288 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:432 height:240 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:544 height:288 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:640 height:360 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:752 height:416 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:448 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:600 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:864 height:480 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:544 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:720 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1024 height:576 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1184 height:656 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:720 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:960 type:3 fps:30 (device_info_ds.cc:517): Camera capability, width:640 height:480 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:160 height:120 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:176 height:144 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:176 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:320 height:240 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:352 height:288 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:432 height:240 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:544 height:288 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:640 height:360 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:752 height:416 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:448 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:800 height:600 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:864 height:480 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:544 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:960 height:720 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1024 height:576 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1184 height:656 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:720 type:1 fps:30 (device_info_ds.cc:517): Camera capability, width:1280 height:960 type:1 fps:30 (device_info_ds.cc:536): CreateCapabilityMap 38 (sink_filter_ds.cc:147): GetMediaType position 0, width 640, height 480, biCompression 0x32595559 (sink_filter_ds.cc:147): GetMediaType position 1, width 640, height 480, biCompression 0x0 (sink_filter_ds.cc:188): CheckMediaType width:640 height:480 Compression:0x0 (video_capture_ds.cc:125): Capture device '\\?\usb#vid_046d&pid_0825&mi_00#6&85c7c8a&0&0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\{bbefb6c7-2fc4-4139-bb8b-a58bba724083}' initialized. The thread 0x4478 has exited with code 0 (0x0). The thread 0x5cf4 has exited with code 0 (0x0). The thread 0x6350 has exited with code 0 (0x0). (sink_filter_ds.cc:147): GetMediaType position 0, width 640, height 480, biCompression 0x32595559 (sink_filter_ds.cc:147): GetMediaType position 1, width 640, height 480, biCompression 0x0 (sink_filter_ds.cc:188): CheckMediaType width:640 height:480 Compression:0x0 (webrtcvideocapturer.cc:280): Camera '0' started with format 24BG 640x480x30, elapsed time 572 ms (messagequeue.cc:513): Message took 572ms to dispatch. Posted from: webrtc::VideoCapturerTrackSource::Initialize@../../pc/videocapturertracksource.cc:357 (messagequeue.cc:513): Message took 572ms to dispatch. Posted from: webrtc::PeerConnectionFactoryProxyWithInternal::CreateVideoSource@C:\mr-webrtc\external\webrtc-uwp-sdk\webrtc\xplatform\webrtc\api/peerconnectionfactoryproxy.h:59 The thread 0x2f84 has exited with code 0 (0x0). (peerconnectionfactory.cc:479): Using default network controller factory (alr_experiment.cc:65): Using ALR experiment settings: pacing factor: 1, max pacer queue length: 2875, ALR start bandwidth usage percent: 80, ALR end budget level percent: 40, ALR end budget level percent: -60, ALR experiment group ID: 3 (bitrate_prober.cc:64): Bandwidth probing enabled, set to inactive (rtp_transport_controller_send.cc:48): Using Legacy SSCC (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (delay_based_bwe.cc:104): Using Trendline filter for delay change estimation with window size 20 (send_side_congestion_controller.cc:308): SignalNetworkState Down (delay_based_bwe.cc:312): BWE Setting start bitrate to: 300000 (paced_sender.cc:366): ProcessThreadAttached 0x27c537b0 (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (remote_bitrate_estimator_single_stream.cc:55): RemoteBitrateEstimatorSingleStream: Instantiating. (opensslidentity.cc:45): Making key pair (opensslidentity.cc:93): Returning key pair (opensslcertificate.cc:58): Making certificate for WebRTC (opensslcertificate.cc:105): Returning certificate (paced_sender.cc:95): PacedSender paused. (p2ptransportchannel.cc:455): Set backup connection ping interval to 25000 milliseconds. (p2ptransportchannel.cc:464): Set ICE receiving timeout to 2500 milliseconds (p2ptransportchannel.cc:471): Set ping most likely connection to 0 (p2ptransportchannel.cc:478): Set stable_writable_connection_ping_interval to 2500 (p2ptransportchannel.cc:491): Set presume writable when fully relayed to 0 (p2ptransportchannel.cc:500): Set regather_on_failed_networks_interval to 300000 (p2ptransportchannel.cc:519): Set receiving_switching_delay to 1000 (dtlssrtptransport.cc:60): Setting RTCP Transport on 0 transport 0 (dtlssrtptransport.cc:65): Setting RTP Transport on 0 transport 33ebbe00 (p2ptransportchannel.cc:455): Set backup connection ping interval to 25000 milliseconds. (p2ptransportchannel.cc:464): Set ICE receiving timeout to 2500 milliseconds (p2ptransportchannel.cc:471): Set ping most likely connection to 0 (p2ptransportchannel.cc:478): Set stable_writable_connection_ping_interval to 2500 (p2ptransportchannel.cc:491): Set presume writable when fully relayed to 0 (p2ptransportchannel.cc:500): Set regather_on_failed_networks_interval to 300000 (p2ptransportchannel.cc:519): Set receiving_switching_delay to 1000 (dtlssrtptransport.cc:60): Setting RTCP Transport on 1 transport 0 (dtlssrtptransport.cc:65): Setting RTP Transport on 1 transport 33eba270 (p2ptransportchannel.cc:403): Received remote ICE parameters: ufrag=iYCN, renomination disabled (p2ptransportchannel.cc:403): Received remote ICE parameters: ufrag=iYCN, renomination disabled (peerconnection.cc:2730): Adding audio transceiver for MID=0 at i=0 in response to the remote description. (webrtcvoiceengine.cc:1471): Setting voice channel options: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvoiceengine.cc:316): WebRtcVoiceEngine::ApplyOptions: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvoiceengine.cc:489): NetEq capacity is 50 (webrtcvoiceengine.cc:495): NetEq fast mode? 0 (webrtcvoiceengine.cc:513): Delay agnostic aec is enabled? 0 (webrtcvoiceengine.cc:523): Extended filter aec is enabled? 0 (webrtcvoiceengine.cc:533): Experimental ns is enabled? 0 (audio_processing_impl.cc:688): Highpass filter activated: 1 (fixed_gain_controller.cc:60): Gain to apply: 0 db. (audio_processing_impl.cc:702): Gain Controller 2 activated: 0 (audio_processing_impl.cc:704): Pre-amplifier activated: 0 (webrtcvoiceengine.cc:1489): Set voice channel options. Current options: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (channel.cc:114): Created channel for 0 (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (peerconnection.cc:2730): Adding video transceiver for MID=1 at i=1 in response to the remote description. (webrtcvideoengine.cc:493): CreateChannel. Options: VideoOptions {} (channel.cc:114): Created channel for 1 (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (peerconnection.cc:3512): Session: 8317343027784445888 Old state: kStable New state: kHaveRemoteOffer (channel.cc:838): Setting remote voice description (webrtcvoiceengine.cc:1293): WebRtcVoiceMediaChannel::SetSendParameters: {codecs: [AudioCodec[111:opus:48000:0:2], AudioCodec[103:ISAC:16000:0:1], AudioCodec[9:G722:8000:0:1], AudioCodec[0:PCMU:8000:0:1], AudioCodec[8:PCMA:8000:0:1], AudioCodec[105:CN:16000:0:1], AudioCodec[13:CN:8000:0:1], AudioCodec[110:telephone-event:48000:0:1], AudioCodec[113:telephone-event:16000:0:1], AudioCodec[126:telephone-event:8000:0:1]], extensions: [{uri: urn:ietf:params:rtp-hdrext:ssrc-audio-level, id: 1}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2}, {uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}, {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5}, {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6}], max_bandwidth_bps: -1, mid: 0, options: AudioOptions {}} (webrtcvoiceengine.cc:1688): Recreate all the receive streams because the send codec has changed. (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6} (webrtcvoiceengine.cc:2084): WebRtcVoiceMediaChannel::SetMaxSendBitrate. (webrtcvoiceengine.cc:1471): Setting voice channel options: AudioOptions {} (webrtcvoiceengine.cc:316): WebRtcVoiceEngine::ApplyOptions: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvoiceengine.cc:489): NetEq capacity is 50 (webrtcvoiceengine.cc:495): NetEq fast mode? 0 (webrtcvoiceengine.cc:513): Delay agnostic aec is enabled? 0 (webrtcvoiceengine.cc:523): Extended filter aec is enabled? 0 (webrtcvoiceengine.cc:533): Experimental ns is enabled? 0 (audio_processing_impl.cc:688): Highpass filter activated: 1 (fixed_gain_controller.cc:60): Gain to apply: 0 db. (audio_processing_impl.cc:702): Gain Controller 2 activated: 0 (audio_processing_impl.cc:704): Pre-amplifier activated: 0 (webrtcvoiceengine.cc:1489): Set voice channel options. Current options: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (channel.cc:779): Changing voice state, recv=0 send=0 (channel.cc:973): Setting remote video description (webrtcvideoengine.cc:686): SetSendParameters: {codecs: [VideoCodec[96:VP8], VideoCodec[97:rtx], VideoCodec[98:VP9], VideoCodec[99:rtx], VideoCodec[127:VP9], VideoCodec[102:red], VideoCodec[125:rtx], VideoCodec[104:ulpfec]], conference_mode: no, extensions: [{uri: urn:ietf:params:rtp-hdrext:toffset, id: 14}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/color-space, id: 8}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}, {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5}, {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6}], max_bandwidth_bps: -1, mid: 1} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: http://www.webrtc.org/experiments/rtp-hdrext/color-space, id: 8} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6} (webrtcvideoengine.cc:695): Using codec: VideoCodec[96:VP8] (webrtcvideoengine.cc:744): SetFeedbackOptions on all the receive streams because the send codec or RTCP mode has changed. (channel.cc:909): Changing video state, send=0 (peerconnection.cc:4763): Local and Remote descriptions must be applied to get the SSL Role of the SCTP transport. (peer_connection.cpp:208): Remote description successfully set. (peer_connection.cpp:1195): Synchronizing 2 RTP transceivers with 0 transceiver wrappers (remote = 1). (peer_connection.cpp:1205): Creating new wrapper for RTP transceiver mid='1' (#1) (peer_connection.cpp:1205): Creating new wrapper for RTP transceiver mid='0' (#0) (peerconnection.cc:4785): Local and Remote descriptions must be applied to get the SSL Role of the session. (peerconnection.cc:4785): Local and Remote descriptions must be applied to get the SSL Role of the session. (peerconnection.cc:5397): 0 is not ready to use the remote candidate because the local or remote description is not set. (dtlssrtptransport.cc:60): Setting RTCP Transport on 0 transport 0 (dtlssrtptransport.cc:65): Setting RTP Transport on 0 transport 33ebbe00 (p2ptransportchannel.cc:392): Set ICE ufrag: 4V70 pwd: +uiE2FhwNgB+XjUuQG8gqDf4 on transport 0 (dtlstransport.cc:376): DtlsTransport[0|1|__]: DTLS setup complete. (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (rtptransceiver.cc:174): Changing transceiver (MID=0) current direction from to kSendOnly. (rtptransceiver.cc:174): Changing transceiver (MID=1) current direction from to kSendOnly. (channel.cc:530): Channel enabled (channel.cc:779): Changing voice state, recv=0 send=0 (channel.cc:530): Channel enabled (channel.cc:909): Changing video state, send=0 (peerconnection.cc:3512): Session: 8317343027784445888 Old state: kHaveRemoteOffer New state: kStable (channel.cc:787): Setting local voice description (webrtcvoiceengine.cc:1330): WebRtcVoiceMediaChannel::SetRecvParameters: {codecs: [AudioCodec[111:opus:48000:0:2], AudioCodec[103:ISAC:16000:0:1], AudioCodec[9:G722:8000:0:1], AudioCodec[0:PCMU:8000:0:1], AudioCodec[8:PCMA:8000:0:1], AudioCodec[105:CN:16000:0:1], AudioCodec[13:CN:8000:0:1], AudioCodec[110:telephone-event:48000:0:1], AudioCodec[113:telephone-event:16000:0:1], AudioCodec[126:telephone-event:8000:0:1]], extensions: [{uri: urn:ietf:params:rtp-hdrext:ssrc-audio-level, id: 1}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}]} (webrtcvoiceengine.cc:1499): Setting receive voice codecs. (webrtcvoiceengine.cc:1770): AddSendStream: {id:1f259b5d-8977-45dc-a399-be05888c664d;ssrcs:[803847891];ssrc_groups:;cname:bU3lFLBmeBeDqmmm;stream_ids:;} (neteq_impl.cc:114): NetEq config: sample_rate_hz=16000, enable_post_decode_vad=true, max_packets_in_buffer=0, enable_fast_accelerate=false, enable_muted_state= true (audio_coding_module.cc:451): Created (audio_send_stream.cc:137): AudioSendStream: 803847891 (audio_send_stream.cc:199): AudioSendStream::ConfigureStream: {rtp: {ssrc: 803847891, extensions: [{uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}, {uri: urn:ietf:params:rtp-hdrext:ssrc-audio-level, id: 1}], nack: {rtp_history_ms: 0}, c_name: bU3lFLBmeBeDqmmm}, send_transport: (Transport), min_bitrate_bps: -1, max_bitrate_bps: -1, send_codec_spec: {nack_enabled: false, transport_cc_enabled: true, cng_payload_type: , payload_type: 111, format: {name: opus, clockrate_hz: 48000, num_channels: 2, parameters: {minptime: 10, useinbandfec: 1}}}} (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (channel.cc:610): Add send stream ssrc: 803847891 (channel.cc:779): Changing voice state, recv=0 send=0 (channel.cc:922): Setting local video description (webrtcvideoengine.cc:922): SetRecvParameters: {codecs: [VideoCodec[96:VP8], VideoCodec[97:rtx], VideoCodec[98:VP9], VideoCodec[99:rtx], VideoCodec[102:red], VideoCodec[125:rtx], VideoCodec[104:ulpfec]], extensions: [{uri: urn:ietf:params:rtp-hdrext:toffset, id: 14}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}]} (webrtcvideoengine.cc:937): Changing recv codecs from {VideoCodec[96:VP8], VideoCodec[98:VP9], VideoCodec[100:multiplex]} to {VideoCodec[96:VP8], VideoCodec[98:VP9]} (webrtcvideoengine.cc:1041): AddSendStream: {id:4d036c8f-0a60-44ca-9105-96c5a7914d3e;ssrcs:[1726484434,964763368];ssrc_groups:{semantics:FID;ssrcs:[1726484434,964763368]};cname:bU3lFLBmeBeDqmmm;stream_ids:;} (webrtcvideoengine.cc:1694): RecreateWebRtcStream (send) because of SetCodec. (alr_experiment.cc:65): Using ALR experiment settings: pacing factor: 1, max pacer queue length: 2875, ALR start bandwidth usage percent: 80, ALR end budget level percent: 40, ALR end budget level percent: -60, ALR experiment group ID: 3 (video_send_stream_impl.cc:285): VideoSendStreamInternal: {encoder_settings: { experiment_cpu_load_estimator: off}}, rtp: {ssrcs: [1726484434], rtcp_mode: RtcpMode::kReducedSize, max_packet_size: 1200, extensions: [{uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}], nack: {rtp_history_ms: 1000}, ulpfec: {ulpfec_payload_type: 104, red_payload_type: 102, red_rtx_payload_type: 125}, payload_name: VP8, payload_type: 96, flexfec: {payload_type: -1, ssrc: 0, protected_media_ssrcs: []}, rtx: {ssrcs: [964763368], payload_type: 97}, c_name: bU3lFLBmeBeDqmmm}, rtcp: {video_report_interval_ms: 1000, audio_report_interval_ms: 5000}, pre_encode_callback: nullptr, post_encode_callback: nullptr, render_delay_ms: 0, target_delay_ms: 0, suspend_below_min_bitrate: off} (video_send_stream_impl.cc:304): ERROR: Initial encoder max bitrate = -1 which is <= 0! (video_send_stream_impl.cc:306): Using default encoder max bitrate = 10 Mbps (video_stream_encoder.cc:487): ConfigureEncoder requested. (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (video_send_stream.cc:150): VideoSendStream::Stop (video_send_stream_impl.cc:442): VideoSendStream::Stop (webrtcvideoengine.cc:1072): SetLocalSsrc on all the receive streams because we added a send stream. (channel.cc:610): Add send stream ssrc: 1726484434 (video_send_stream.cc:150): VideoSendStream::Stop (channel.cc:909): Changing video state, send=0 (video_send_stream_impl.cc:442): VideoSendStream::Stop (peerconnection.cc:3464): Changing IceConnectionState 0 => 1 (peerconnection.cc:4769): Non-rejected SCTP m= section is needed to get the SSL Role of the SCTP transport. (webrtcvoiceengine.cc:1471): Setting voice channel options: AudioOptions {agc: 1, } (webrtcvoiceengine.cc:316): WebRtcVoiceEngine::ApplyOptions: AudioOptions {agc: 1, audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (apm_helpers.cc:81): AGC set to 1 with mode 0 (webrtcvoiceengine.cc:489): NetEq capacity is 50 (webrtcvoiceengine.cc:495): NetEq fast mode? 0 (webrtcvoiceengine.cc:513): Delay agnostic aec is enabled? 0 (webrtcvoiceengine.cc:523): Extended filter aec is enabled? 0 (webrtcvoiceengine.cc:533): Experimental ns is enabled? 0 (audio_processing_impl.cc:688): Highpass filter activated: 1 (fixed_gain_controller.cc:60): Gain to apply: 0 db. (audio_processing_impl.cc:702): Gain Controller 2 activated: 0 (audio_processing_impl.cc:704): Pre-amplifier activated: 0 (webrtcvoiceengine.cc:1489): Set voice channel options. Current options: AudioOptions {agc: 1, audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvideoengine.cc:1000): SetVideoSend (ssrc= 1726484434, options: VideoOptions {is_screencast : false, }, source = (source)) (video_stream_encoder.cc:487): ConfigureEncoder requested. (basicportallocator.cc:336): Start getting ports with prune_turn_ports disabled (basicportallocator.cc:107): Filtered out ignored networks: (basicportallocator.cc:109): Net[Software:::1/128:Loopback:id=3] (basicportallocator.cc:109): Net[Software:127.0.0.1/32:Loopback:id=2] (basicportallocator.cc:825): Network manager has started (basicportallocator.cc:107): Filtered out ignored networks: (basicportallocator.cc:109): Net[Software:::1/128:Loopback:id=3] (basicportallocator.cc:109): Net[Software:127.0.0.1/32:Loopback:id=2] (basicportallocator.cc:740): Allocate ports on 2 networks (jseptransportcontroller.cc:288): Not adding candidate because the JsepTransport doesn't exist. Ignore it. (basicportallocator.cc:1276): Net[Intel(R):10.33.142.88/32:Ethernet:id=1]: Allocation Phase=Udp (port.cc:322): Port[286af620::1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port created with network cost 0 (basicportallocator.cc:1347): AllocationSequence: UDPPort will be handling the STUN candidate generation. (peer_connection.cpp:1195): Synchronizing 2 RTP transceivers with 2 transceiver wrappers (remote = 0). (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[286af620:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Added port to allocator (basicportallocator.cc:883): Port[286af620:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Gathered candidate: Cand[:903283197:1:udp:2122260223:10.33.142.88:53714:local::0:4V70:+uiE2FhwNgB+XjUuQG8gqDf4:1:0:0] (basicportallocator.cc:911): Port[286af620:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[286af620:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: SetOption(5, 0) failed: 0 (port.cc:1104): Conn[340a48d0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--W|-|0|0|9079290933588934142|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 1 (p2ptransportchannel.cc:1831): Channel[0|1|__]: Transport channel state changed from 0 to 2 (jseptransportcontroller.cc:1113): 0 Transport 1 state changed. Check if state is complete. (p2ptransportchannel.cc:1412): Channel[0|1|__]: Have a pingable connection for the first time; starting to ping. (basicportallocator.cc:1276): Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]: Allocation Phase=Udp (port.cc:322): Port[286acec0::1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port created with network cost 0 (basicportallocator.cc:1347): AllocationSequence: UDPPort will be handling the STUN candidate generation. (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Added port to allocator (basicportallocator.cc:883): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Gathered candidate: Cand[:660849769:1:udp:2122194687:192.168.126.49:53715:local::0:4V70:+uiE2FhwNgB+XjUuQG8gqDf4:4:0:0] (basicportallocator.cc:911): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: SetOption(5, 0) failed: 0 (port.cc:1104): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--W|-|0|0|9079290933588803070|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 2 (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (port.cc:1726): Conn[340a48d0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--W|-|0|0|9079290933588934142|-]: Sent STUN ping, id=7663415435717a63575a3842, use_candidate=0, nomination=0 (port.cc:1104): Conn[340b0260:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--W|-|0|0|7205793488602676734|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 3 (port.cc:1104): Conn[340b2f10:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--W|-|0|0|7205793488602807806|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 4 (p2ptransportchannel.cc:1831): Channel[0|1|__]: Transport channel state changed from 2 to 1 (jseptransportcontroller.cc:1113): 0 Transport 1 state changed. Check if state is complete. (jseptransportcontroller.cc:288): Not adding candidate because the JsepTransport doesn't exist. Ignore it. (basicportallocator.cc:883): Port[286af620:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Gathered candidate: Cand[:3284629545:1:udp:1686052607:31.172.238.35:3821:stun:10.33.142.88:53714:4V70:+uiE2FhwNgB+XjUuQG8gqDf4:1:0:0] (basicportallocator.cc:985): Port[286af620:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port completed gathering candidates. (basicportallocator.cc:1276): Net[Intel(R):10.33.142.88/32:Ethernet:id=1]: Allocation Phase=Relay (port.cc:322): Port[2803b290::1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Added port to allocator (turnport.cc:336): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Trying to connect to TURN server via udp @ 40.68.1.255:33950 (turnport.cc:1282): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=494f4775427876304e53376d (stunport.cc:282): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--W|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=7a69486f4576467a54734f56 (port.cc:1726): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--W|-|0|0|9079290933588803070|-]: Sent STUN ping, id=7a69486f4576467a54734f56, use_candidate=0, nomination=0 (basicportallocator.cc:1276): Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]: Allocation Phase=Relay (port.cc:322): Port[2803c5b0::1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Added port to allocator (turnport.cc:336): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Trying to connect to TURN server via udp @ 40.68.1.255:33950 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=654171747856427475376358 (turnport.cc:1334): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=494f4775427876304e53376d, code=401, rtt=34 (turnport.cc:1282): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6d35353055766d3061626936 (webrtcvideocapturer.cc:336): Captured frame size 640x480. Expected format 24BG 640x480x30 (video_stream_encoder.cc:792): Video frame parameters changed: dimensions=640x480, texture=0. (video_stream_encoder.cc:156): Set max framerate: 60 (quality_scaler.cc:72): Created CheckQpTask. Scheduling on queue... (quality_scaler.cc:125): QP thresholds: low: 29, high: 95 (port.cc:1726): Conn[340b2f10:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--W|-|0|0|7205793488602807806|-]: Sent STUN ping, id=796e4f5a4c6270375649546e, use_candidate=0, nomination=0 (basicportallocator.cc:1276): Net[Intel(R):10.33.142.88/32:Ethernet:id=1]: Allocation Phase=Tcp (port.cc:322): Port[28584130::1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[28584130:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Added port to allocator (basicportallocator.cc:883): Port[28584130:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Gathered candidate: Cand[:2069167373:1:tcp:1518280447:10.33.142.88:55190:local::0:4V70:+uiE2FhwNgB+XjUuQG8gqDf4:1:0:0] (basicportallocator.cc:911): Port[28584130:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[28584130:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: SetOption(5, 0) failed: 0 (basicportallocator.cc:985): Port[28584130:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port completed gathering candidates. (basicportallocator.cc:1276): Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]: Allocation Phase=Tcp (port.cc:322): Port[28586410::1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[28586410:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Added port to allocator (basicportallocator.cc:883): Port[28586410:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Gathered candidate: Cand[:1776302233:1:tcp:1518214911:192.168.126.49:55191:local::0:4V70:+uiE2FhwNgB+XjUuQG8gqDf4:4:0:0] (basicportallocator.cc:911): Port[28586410:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[28586410:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: SetOption(5, 0) failed: 0 (basicportallocator.cc:985): Port[28586410:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port completed gathering candidates. (port.cc:1104): Conn[34bc3660:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--W|-|0|0|144149272885739006|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 5 (port.cc:1104): Conn[34bc4300:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--W|-|0|0|144149272885870078|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 6 (turnport.cc:1288): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate requested successfully, id=6d35353055766d3061626936, code=0, rtt=35 (basicportallocator.cc:883): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Gathered candidate: Cand[:55959992:1:udp:41885439:40.68.1.255:33533:relay:31.172.238.35:3821:4V70:+uiE2FhwNgB+XjUuQG8gqDf4:1:0:0] (basicportallocator.cc:911): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: SetOption(5, 0) failed: 0 (turnport.cc:1547): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN create permission request sent, id=6b3746494f433277574d6653 (port.cc:1104): Conn[34bc6fb0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--W|-|0|0|179896594911477247|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 7 (turnport.cc:1547): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN create permission request sent, id=6d3733777536326b36533839 (port.cc:1104): Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--W|-|0|0|179896594039062015|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 8 (turnport.cc:1547): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN create permission request sent, id=6372554f5877794464336557 (port.cc:1104): Conn[34bc9910:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--W|-|0|0|144149268725120510|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 9 (basicportallocator.cc:985): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port completed gathering candidates. (turnport.cc:1051): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Scheduled refresh in 540000ms. (stunport.cc:282): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[340b0260:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--W|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=6a6966473962483749413664 (port.cc:1726): Conn[340b0260:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--W|-|0|0|7205793488602676734|-]: Sent STUN ping, id=6a6966473962483749413664, use_candidate=0, nomination=0 (turnport.cc:1554): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN permission requested successfully, id=6b3746494f433277574d6653, code=0, rtt=34 (turnport.cc:1729): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Create permission for 10.134.168.161:42787 succeeded (turnport.cc:1741): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Scheduled create-permission-request in 240000ms. (turnport.cc:1554): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN permission requested successfully, id=6d3733777536326b36533839, code=0, rtt=34 (turnport.cc:1729): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Create permission for 37.172.211.81:27704 succeeded (turnport.cc:1741): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Scheduled create-permission-request in 240000ms. (turnport.cc:1554): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN permission requested successfully, id=6372554f5877794464336557, code=0, rtt=35 (turnport.cc:1729): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Create permission for 40.68.1.255:33816 succeeded (turnport.cc:1741): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Scheduled create-permission-request in 240000ms. (port.cc:1726): Conn[34bc6fb0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--W|-|0|0|179896594911477247|-]: Sent STUN ping, id=7341464d63664b69546a4277, use_candidate=0, nomination=0 (port.cc:1726): Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--W|-|0|0|179896594039062015|-]: Sent STUN ping, id=7145685032775a6e61323449, use_candidate=0, nomination=0 (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (port.cc:1726): Conn[34bc4300:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--W|-|0|0|144149272885870078|-]: Sent STUN ping, id=36493333334e573551774249, use_candidate=0, nomination=0 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=654171747856427475376358 (port.cc:1259): Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--I|-|0|0|179896594039062015|-]: Received STUN ping, id=48676c747042484d466c762b (port.cc:831): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Sent STUN ping response, to=37.172.211.81:27704, id=48676c747042484d466c762b (p2ptransportchannel.cc:977): Not switching the selected connection on controlled side yet: Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|CR-I|-|1|0|179896594039062015|-] (p2ptransportchannel.cc:2374): Selecting connection for triggered check: Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|CR-I|-|1|0|179896594039062015|-] (port.cc:1726): Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|CR-I|-|1|0|179896594039062015|-]: Sent STUN ping, id=45707235424b56622b76514a, use_candidate=0, nomination=0 (stunport.cc:282): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[34bc3660:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--W|-|0|0|144149272885739006|-]: Failed to send STUN ping err=-1 id=426444774251463571736851 (port.cc:1726): Conn[34bc3660:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--W|-|0|0|144149272885739006|-]: Sent STUN ping, id=426444774251463571736851, use_candidate=0, nomination=0 (port.cc:1726): Conn[34bc9910:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--W|-|0|0|144149268725120510|-]: Sent STUN ping, id=7750694a3652355552495849, use_candidate=0, nomination=0 (port.cc:1672): Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|CR-I|-|1|0|179896594039062015|-]: Received STUN ping response, id=45707235424b56622b76514a, code=0, rtt=99, pings_since_last_response=7145685032775a6e61323449 45707235424b56622b76514a (basicportallocator.cc:1081): All candidates gathered for 0:1:0 (p2ptransportchannel.cc:793): P2PTransportChannel: 0, component 1 gathering complete (p2ptransportchannel.cc:271): Switching selected connection due to: candidate pair state changed (p2ptransportchannel.cc:1789): Channel[0|1|R_]: New selected connection: Conn[34bc7c50:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|CRWS|S|1|0|179896594039062015|99] (port.cc:1372): Conn[34bc4300:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--I|-|0|0|144149272885870078|-]: Connection pruned (port.cc:1372): Conn[34bc9910:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--I|-|0|0|144149268725120510|-]: Connection pruned (dtlstransport.cc:791): DtlsTransport[0|1|__]: configuring DTLS handshake timeout 198 based on ICE RTT 99 (opensslstreamadapter.cc:766): BeginSSL with peer. (openssladapter.cc:819): SSL_connect:TLS client enter_early_data (turnport.cc:1617): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN channel bind request sent, id=64516d484b43777762732b63 (openssladapter.cc:819): SSL_connect:TLS client read_hello_verify_request (openssladapter.cc:829): SSL_connect:error in TLS client read_hello_verify_request (dtlstransport.cc:704): DtlsTransport[0|1|__]: DtlsTransport: Started DTLS handshake (srtptransport.cc:349): The params in SRTP transport are reset. (turnport.cc:1624): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN channel bind requested successfully, id=64516d484b43777762732b63, code=0, rtt=36 (turnport.cc:1769): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Successful channel bind for 37.172.211.81:27704 (turnport.cc:1639): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Scheduled channel bind in 240000ms. (port.cc:1726): Conn[340a48d0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=4b6138584a587a6242583638, use_candidate=0, nomination=0 (openssladapter.cc:819): SSL_connect:TLS client read_server_hello (openssladapter.cc:819): SSL_connect:TLS client read_server_certificate (openssladapter.cc:819): SSL_connect:TLS client read_certificate_status (openssladapter.cc:819): SSL_connect:TLS client verify_server_certificate (opensslstreamadapter.cc:1087): Accepted peer certificate. (openssladapter.cc:819): SSL_connect:TLS client read_server_key_exchange (openssladapter.cc:819): SSL_connect:TLS client read_certificate_request (openssladapter.cc:819): SSL_connect:TLS client read_server_hello_done (openssladapter.cc:819): SSL_connect:TLS client send_client_certificate (openssladapter.cc:819): SSL_connect:TLS client send_client_key_exchange (openssladapter.cc:819): SSL_connect:TLS client send_client_certificate_verify (openssladapter.cc:819): SSL_connect:TLS client send_client_finished (openssladapter.cc:819): SSL_connect:TLS client finish_flight (openssladapter.cc:819): SSL_connect:TLS client read_session_ticket (openssladapter.cc:829): SSL_connect:error in TLS client read_session_ticket (stunport.cc:282): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=74764364316d374f79353339 (port.cc:1726): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=74764364316d374f79353339, use_candidate=0, nomination=0 (port.cc:1726): Conn[340b2f10:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=544f4d43752b38704a6b484c, use_candidate=0, nomination=0 (openssladapter.cc:819): SSL_connect:TLS client process_change_cipher_spec (openssladapter.cc:819): SSL_connect:TLS client read_server_finished (openssladapter.cc:819): SSL_connect:TLS client finish_client_handshake (openssladapter.cc:819): SSL_connect:TLS client done (dtlstransport.cc:636): DtlsTransport[0|1|__]: DTLS handshake complete. (jseptransportcontroller.cc:1050): Transport 0 writability changed to 1. (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=up (send_side_congestion_controller.cc:308): SignalNetworkState Up (dtlssrtptransport.cc:218): Extracting keys from transport: 0 (peerconnection.cc:5229): Changing to ICE connected state because all transports are writable. (peerconnection.cc:3464): Changing IceConnectionState 1 => 2 (bitrate_prober.cc:110): Probe cluster (bitrate:min bytes:min packets): (900000:1687:5) (bitrate_prober.cc:110): Probe cluster (bitrate:min bytes:min packets): (1800000:3375:5) (send_side_congestion_controller.cc:555): Bitrate estimate state changed, BWE: 300000 bps. (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=up (bitrate_allocator.cc:104): Current BWE 300000 (send_side_congestion_controller.cc:308): SignalNetworkState Up (srtptransport.cc:294): SRTP activated with negotiated parameters: send cipher_suite 1 recv cipher_suite 1 (channel.cc:560): Channel writable (0) for the first time (channel.cc:560): Channel writable (1) for the first time (webrtcvoiceengine.cc:316): WebRtcVoiceEngine::ApplyOptions: AudioOptions {agc: 1, audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (apm_helpers.cc:81): AGC set to 1 with mode 0 (webrtcvoiceengine.cc:489): NetEq capacity is 50 (webrtcvoiceengine.cc:495): NetEq fast mode? 0 (webrtcvoiceengine.cc:513): Delay agnostic aec is enabled? 0 (webrtcvoiceengine.cc:523): Extended filter aec is enabled? 0 (webrtcvoiceengine.cc:533): Experimental ns is enabled? 0 (audio_processing_impl.cc:688): Highpass filter activated: 1 (fixed_gain_controller.cc:60): Gain to apply: 0 db. (audio_processing_impl.cc:702): Gain Controller 2 activated: 0 (stunport.cc:282): Port[286acec0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (audio_processing_impl.cc:704): Pre-amplifier activated: 0 (audio_device_module_win.cc:283): webrtc::webrtc_win::`anonymous-namespace'::WindowsAudioDeviceModule::RecordingIsInitialized (core_audio_input_win.cc:230): webrtc::webrtc_win::CoreAudioInput::Restarting (core_audio_input_win.cc:88): webrtc::webrtc_win::CoreAudioInput::RecordingIsInitialized: 0 (port.cc:1220): Conn[340b0260:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=6d797330764a77324f453366 (audio_device_module_win.cc:327): webrtc::webrtc_win::`anonymous-namespace'::WindowsAudioDeviceModule::Recording (core_audio_input_win.cc:230): webrtc::webrtc_win::CoreAudioInput::Restarting (core_audio_input_win.cc:200): webrtc::webrtc_win::CoreAudioInput::Recording: 0 (port.cc:1726): Conn[340b0260:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=6d797330764a77324f453366, use_candidate=0, nomination=0 (audio_device_module_win.cc:275): webrtc::webrtc_win::`anonymous-namespace'::WindowsAudioDeviceModule::InitRecording (core_audio_input_win.cc:230): webrtc::webrtc_win::CoreAudioInput::Restarting (core_audio_input_win.cc:88): webrtc::webrtc_win::CoreAudioInput::RecordingIsInitialized: 0 (core_audio_input_win.cc:94): webrtc::webrtc_win::CoreAudioInput::InitRecording (core_audio_input_win.cc:200): webrtc::webrtc_win::CoreAudioInput::Recording: 0 (core_audio_base_win.cc:297): webrtc::webrtc_win::CoreAudioBase::Init[Input] (core_audio_utility_win.cc:611): GetDefaultInputDeviceID (core_audio_utility_win.cc:641): CreateDevice (core_audio_utility_win.cc:266): CreateDeviceInternal: 0 (core_audio_base_win.cc:322): Using IAudioClient3 (core_audio_utility_win.cc:780): CreateClient3 (core_audio_utility_win.cc:641): CreateDevice (core_audio_utility_win.cc:266): CreateDeviceInternal: 0 (paced_sender.cc:110): PacedSender resumed. (core_audio_utility_win.cc:786): SetClientProperties (core_audio_utility_win.cc:809): supports_offload: 0 (core_audio_utility_win.cc:826): options: 0x0 (core_audio_utility_win.cc:1019): GetPreferredAudioParameters (core_audio_utility_win.cc:869): GetSharedModeMixFormat (core_audio_utility_win.cc:883): wFormatTag: WAVE_FORMAT_EXTENSIBLE, nChannels: 1, nSamplesPerSec: 48000, nAvgBytesPerSec: 192000, nBlockAlign: 4, wBitsPerSample: 32, cbSize: 22, wValidBitsPerSample: 32, dwChannelMask: 0x4, SubFormat: KSDATAFORMAT_SUBTYPE_IEEE_FLOAT Channel configuration: FRONT_CENTER (1) DirectSound configuration : KSAUDIO_MONO (core_audio_utility_win.cc:928): GetDevicePeriod (core_audio_utility_win.cc:945): device_period: 10 [ms] (core_audio_utility_win.cc:947): minimum_period: 3 [ms] (core_audio_utility_win.cc:552): AudioParameters: sample_rate=48000, channels=1, frames_per_buffer=480, frames_per_10ms_buffer=480, bytes_per_frame=2, bytes_per_buffer=960, bytes_per_10ms_buffer=960, size_in_ms=10 (core_audio_base_win.cc:391): wFormatTag: WAVE_FORMAT_EXTENSIBLE, nChannels: 1, nSamplesPerSec: 48000, nAvgBytesPerSec: 96000, nBlockAlign: 2, wBitsPerSample: 16, cbSize: 22, wValidBitsPerSample: 16, dwChannelMask: 0x4, SubFormat: KSDATAFORMAT_SUBTYPE_PCM Channel configuration: FRONT_CENTER (1) DirectSound configuration : KSAUDIO_MONO (core_audio_utility_win.cc:891): IsFormatSupported (core_audio_utility_win.cc:903): The audio endpoint device supports the specified stream format (core_audio_utility_win.cc:1038): SharedModeInitialize: buffer_duration=0, auto_convert_pcm=0 (core_audio_utility_win.cc:1064): The stream is initialized to be event driven (core_audio_utility_win.cc:1077): stream_flags: 0xc0000 (core_audio_utility_win.cc:1119): endpoint buffer size: 1056 [audio frames] (core_audio_utility_win.cc:1123): endpoint buffer size: 22 [ms] (core_audio_utility_win.cc:1125): bytes per audio frame: 2 (core_audio_utility_win.cc:1126): endpoint buffer size: 2112 [bytes] (core_audio_utility_win.cc:1134): stream latency: 0 [ms] (core_audio_utility_win.cc:928): GetDevicePeriod (core_audio_utility_win.cc:945): device_period: 10 [ms] (core_audio_utility_win.cc:947): minimum_period: 3 [ms] (core_audio_base_win.cc:464): preferred_frames_per_buffer: 480 (core_audio_utility_win.cc:1273): CreateAudioSessionControl 'HFWebRTC-Capture.exe' (Win32): Loaded 'C:\Windows\System32\Windows.UI.dll'. Cannot find or open the PDB file. 'HFWebRTC-Capture.exe' (Win32): Loaded 'C:\Windows\System32\InputHost.dll'. Cannot find or open the PDB file. 'HFWebRTC-Capture.exe' (Win32): Loaded 'C:\Windows\System32\propsys.dll'. Cannot find or open the PDB file. (core_audio_base_win.cc:487): audio session state: Inactive (audio_device_buffer.cc:181): SetRecordingSampleRate(48000) (audio_device_buffer.cc:201): SetRecordingChannels(1) (fine_audio_buffer.cc:29): webrtc::FineAudioBuffer::FineAudioBuffer (fine_audio_buffer.cc:36): record_samples_per_channel_10ms: 480 (fine_audio_buffer.cc:38): record_channels: 1 (core_audio_utility_win.cc:1242): CreateCaptureClient (audio_device_module_win.cc:327): webrtc::webrtc_win::`anonymous-namespace'::WindowsAudioDeviceModule::Recording (core_audio_input_win.cc:230): webrtc::webrtc_win::CoreAudioInput::Restarting (core_audio_input_win.cc:200): webrtc::webrtc_win::CoreAudioInput::Recording: 0 (audio_device_module_win.cc:275): webrtc::webrtc_win::`anonymous-namespace'::WindowsAudioDeviceModule::InitRecording (core_audio_input_win.cc:230): webrtc::webrtc_win::CoreAudioInput::Restarting (core_audio_input_win.cc:88): webrtc::webrtc_win::CoreAudioInput::RecordingIsInitialized: 1 (audio_device_module_win.cc:312): webrtc::webrtc_win::`anonymous-namespace'::WindowsAudioDeviceModule::StartRecording (core_audio_input_win.cc:230): webrtc::webrtc_win::CoreAudioInput::Restarting (core_audio_input_win.cc:200): webrtc::webrtc_win::CoreAudioInput::Recording: 0 (core_audio_input_win.cc:150): webrtc::webrtc_win::CoreAudioInput::StartRecording (core_audio_input_win.cc:200): webrtc::webrtc_win::CoreAudioInput::Recording: 0 (core_audio_base_win.cc:505): webrtc::webrtc_win::CoreAudioBase::Start[Input] (core_audio_base_win.cc:527): Started thread with name: wasapi_capture_thread and id: 8936 (core_audio_utility_win.cc:568): IsMMCSSSupported (core_audio_utility_win.cc:197): C:\Windows\system32\Avrt.dll (core_audio_base_win.cc:820): [Input] ThreadRun starts... (core_audio_utility_win.h:88): ScopedMMCSSRegistration: Pro Audio (core_audio_utility_win.h:98): priority class: NORMAL(32) (core_audio_utility_win.h:101): priority: TIME_CRITICAL(15) (core_audio_utility_win.h:148): Multi-Threaded Apartment (MTA) COM thread (core_audio_utility_win.h:178): The COM library was initialized successfully on this thread (core_audio_base_win.cc:760): ___webrtc::webrtc_win::CoreAudioBase::OnStateChanged[Input] new_state: Active (channel.cc:779): Changing voice state, recv=0 send=1 (video_send_stream.cc:123): VideoSendStream::UpdateActiveSimulcastLayers (video_send_stream_impl.cc:396): VideoSendStream::UpdateActiveSimulcastLayers (bitrate_allocator.cc:220): UpdateAllocationLimits : total_requested_min_bitrate: 30000bps, total_requested_padding_bitrate: 0bps, total_requested_max_bitrate: 1700000bps (video_stream_encoder.cc:1007): Video suspend state changed to: not suspended (channel.cc:909): Changing video state, send=1 (port.cc:1726): Conn[34bc6fb0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|179896594911477247|-]: Sent STUN ping, id=7051632b7446413279423967, use_candidate=0, nomination=0 (core_audio_input_win.cc:253): --- Input audio stream is alive --- (core_audio_input_win.cc:308): latency: 10 (audio_device_buffer.cc:239): Size of recording buffer: 480 (rtp_sender_video.cc:486): Sent first RTP packet of the first video frame (pre-pacer) (rtp_sender_video.cc:490): Sent last RTP packet of the first video frame (pre-pacer) (agc_manager_direct.cc:382): [agc] Initial GetMicVolume()=0 (agc_manager_direct.cc:387): [agc] Initial volume too low, raising to 12 (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (rtp_sender_audio.cc:243): First audio RTP packet sent to pacer (port.cc:1220): Conn[34bc3660:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--I|-|0|0|144149272885739006|-]: Failed to send STUN ping err=-1 id=786c7a79694c79693164744f (port.cc:1726): Conn[34bc3660:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--I|-|0|0|144149272885739006|-]: Sent STUN ping, id=786c7a79694c79693164744f, use_candidate=0, nomination=0 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=654171747856427475376358 (port.cc:1726): Conn[340a48d0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=556a786731352f327a4c5857, use_candidate=0, nomination=0 (port.cc:1220): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=4f655933315754567a6a3057 (port.cc:1726): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=4f655933315754567a6a3057, use_candidate=0, nomination=0 (port.cc:1726): Conn[340b2f10:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=4e52346d6f4a344362464f57, use_candidate=0, nomination=0 (port.cc:1220): Conn[340b0260:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4f2f55734850544174314251 (port.cc:1726): Conn[340b0260:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->X3/gNQo/:1:1677729535:stun:udp:37.172.211.81:27704|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4f2f55734850544174314251, use_candidate=0, nomination=0 (port.cc:1726): Conn[34bc6fb0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:DYsXduye:1:0:relay:udp:40.68.1.255:33533->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|179896594911477247|-]: Sent STUN ping, id=504b354c594d38347153684b, use_candidate=0, nomination=0 (port.cc:1220): Conn[34bc3660:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--I|-|0|0|144149272885739006|-]: Failed to send STUN ping err=-1 id=6a71497a52514c6372656d77 (port.cc:1726): Conn[34bc3660:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->TvtyUD5F:1:33562367:relay:udp:40.68.1.255:33816|C--I|-|0|0|144149272885739006|-]: Sent STUN ping, id=6a71497a52514c6372656d77, use_candidate=0, nomination=0 (probe_controller.cc:195): Measured bitrate: 301000 Minimum to probe further: 1260000 (probe_controller.cc:195): Measured bitrate: 302323 Minimum to probe further: 1260000 (probe_controller.cc:195): Measured bitrate: 303323 Minimum to probe further: 1260000 (probe_controller.cc:195): Measured bitrate: 304726 Minimum to probe further: 1260000 (probe_controller.cc:195): Measured bitrate: 305726 Minimum to probe further: 1260000 (probe_controller.cc:195): Measured bitrate: 307164 Minimum to probe further: 1260000 (probe_controller.cc:195): Measured bitrate: 308164 Minimum to probe further: 1260000 (probe_controller.cc:195): Measured bitrate: 309590 Minimum to probe further: 1260000 (core_audio_input_win.cc:317): AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY (probe_controller.cc:288): kWaitingForProbingResult: timeout (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (agc_manager_direct.cc:439): [agc] rms_error=25, target_compression=9, residual_gain=13 (agc_manager_direct.cc:330): [agc] voe_level=12, level_=12, new_level=23 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=654171747856427475376358 (port.cc:1726): Conn[340a48d0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:lQVe5Wmj:1:0:local:udp:10.33.142.88:53714->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=63596c616d76413179563946, use_candidate=0, nomination=0 (core_audio_input_win.cc:317): AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY (agc_manager_direct.cc:439): [agc] rms_error=12, target_compression=10, residual_gain=0 (port.cc:1220): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=6d33716570416a6f50364370 (port.cc:1726): Conn[340af5c0:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:MLIwVHeD:1:0:local:udp:192.168.126.49:53715->cJhaUvFd:1:2113937151:local:udp:10.134.168.161:42787|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=6d33716570416a6f50364370, use_candidate=0, nomination=0 (openssladapter.cc:822): SSL3 alert read:warning:close notify (opensslstreamadapter.cc:894): Cleanup (openssladapter.cc:822): SSL3 alert write:warning:close notify (dtlstransport.cc:657): DtlsTransport[0|1|_W]: DTLS transport closed (jseptransportcontroller.cc:1050): Transport 0 writability changed to 0. (channel.cc:573): Channel not writable (0) (channel.cc:573): Channel not writable (1) (peerconnection.cc:3464): Changing IceConnectionState 2 => 5 (srtptransport.cc:349): The params in SRTP transport are reset. (channel.cc:779): Changing voice state, recv=0 send=1 (video_send_stream.cc:123): VideoSendStream::UpdateActiveSimulcastLayers (video_send_stream_impl.cc:396): VideoSendStream::UpdateActiveSimulcastLayers (channel.cc:909): Changing video state, send=1 (audio_device_module_win.cc:320): webrtc::webrtc_win::`anonymous-namespace'::WindowsAudioDeviceModule::StopRecording (core_audio_input_win.cc:230): webrtc::webrtc_win::CoreAudioInput::Restarting (core_audio_input_win.cc:170): webrtc::webrtc_win::CoreAudioInput::StopRecording (core_audio_input_win.cc:200): webrtc::webrtc_win::CoreAudioInput::Recording: 1 (core_audio_base_win.cc:547): webrtc::webrtc_win::CoreAudioBase::Stop[Input] (core_audio_base_win.cc:549): total activity time: 2765 (core_audio_base_win.cc:760): ___webrtc::webrtc_win::CoreAudioBase::OnStateChanged[Input] new_state: Inactive (core_audio_base_win.cc:650): webrtc::webrtc_win::CoreAudioBase::StopThread (core_audio_base_win.cc:654): Sets stop_event... (core_audio_base_win.cc:656): PlatformThread::Stop... (core_audio_base_win.cc:889): [Input] ...ThreadRun stops (core_audio_utility_win.h:109): ~ScopedMMCSSRegistration The thread 0x22e8 has exited with code 0 (0x0). (core_audio_base_win.cc:582): audio session state: Inactive (core_audio_base_win.cc:182): webrtc::webrtc_win::CoreAudioBase::ReleaseCOMObjects (core_audio_input_win.cc:243): webrtc::webrtc_win::CoreAudioInput::ReleaseCOMObjects (core_audio_base_win.cc:182): webrtc::webrtc_win::CoreAudioBase::ReleaseCOMObjects (webrtcvideoengine.cc:1000): SetVideoSend (ssrc= 1726484434, options: nullptr, source = nullptr) (quality_scaler.cc:78): Stopping QP Check task. (webrtcvideoengine.cc:2052): VideoSendStream stats: 328699895, {input_fps: 29, encode_fps: 29, encode_ms: 6, encode_usage_perc: 64, target_bps: 215673, media_bps: 234728, suspended: false, bw_adapted: false} {ssrc: 1726484434, width: 640, height: 480, key: 3, delta: 81, total_bps: 397400, retransmit_bps: 154632, avg_delay_ms: 12, max_delay_ms: 36, cum_loss: 13, max_ext_seq: 15427, nack: 22, fir: 0, pli: 2} (webrtcvideoengine.cc:1313): Call stats: 328699895, {send_bw_bps: 341982, recv_bw_bps: 0, max_pad_bps: 0, pacer_delay_ms: 0, rtt_ms: 83} (peerconnection.cc:3512): Session: 8317343027784445888 Old state: kStable New state: kClosed (rtpreceiver.cc:360): VideoRtpReceiver::Stop: No video channel exists. (channel.cc:540): Channel disabled (video_send_stream.cc:150): VideoSendStream::Stop (channel.cc:909): Changing video state, send=0 (video_send_stream_impl.cc:442): VideoSendStream::Stop (rtp_rtcp_impl.cc:366): Failed to send RTCP BYE (bitrate_allocator.cc:220): UpdateAllocationLimits : total_requested_min_bitrate: 0bps, total_requested_padding_bitrate: 0bps, total_requested_max_bitrate: 0bps (video_stream_encoder.cc:1007): Video suspend state changed to: suspended (video_send_stream.cc:150): VideoSendStream::Stop (video_send_stream_impl.cc:442): VideoSendStream::Stop (video_send_stream_impl.cc:442): VideoSendStream::Stop (video_send_stream_impl.cc:370): ~VideoSendStreamInternal: {encoder_settings: { experiment_cpu_load_estimator: off}}, rtp: {ssrcs: [1726484434], rtcp_mode: RtcpMode::kReducedSize, max_packet_size: 1200, extensions: [{uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}], nack: {rtp_history_ms: 1000}, ulpfec: {ulpfec_payload_type: 104, red_payload_type: 102, red_rtx_payload_type: 125}, payload_name: VP8, payload_type: 96, flexfec: {payload_type: -1, ssrc: 0, protected_media_ssrcs: []}, rtx: {ssrcs: [964763368], payload_type: 97}, c_name: bU3lFLBmeBeDqmmm}, rtcp: {video_report_interval_ms: 1000, audio_report_interval_ms: 5000}, pre_encode_callback: nullptr, post_encode_callback: nullptr, render_delay_ms: 0, target_delay_ms: 0, suspend_below_min_bitrate: off} (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=up (send_side_congestion_controller.cc:308): SignalNetworkState Up The thread 0x5e08 has exited with code 0 (0x0). (send_statistics_proxy.cc:655): Frames encoded 84 WebRTC.Video.DroppedFrames.Capturer 0 WebRTC.Video.DroppedFrames.EncoderQueue 0 WebRTC.Video.DroppedFrames.Encoder 0 WebRTC.Video.DroppedFrames.Ratelimiter 0 (channel.cc:127): Destroyed channel: 1 (channel.cc:540): Channel disabled (channel.cc:779): Changing voice state, recv=0 send=0 (webrtcvoiceengine.cc:1807): RemoveSendStream: 803847891 (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (send_side_congestion_controller.cc:555): Bitrate estimate state changed, BWE: 0 bps. (audio_send_stream.cc:158): ~AudioSendStream: 803847891 (channel.cc:127): Destroyed channel: 0 (opensslstreamadapter.cc:894): Cleanup (turnport.cc:1465): Port[2803b290:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN refresh request sent, id=532b4964664d577061537039 The thread 0x8e0 has exited with code 0 (0x0). The thread 0x26f0 has exited with code 0 (0x0). (paced_sender.cc:366): ProcessThreadAttached 0x0 (paced_sender.cc:366): ProcessThreadAttached 0x0 The thread 0x4f88 has exited with code 0 (0x0). (peerconnection.cc:5889): Usage signature is 4091 (peerconnection.cc:818): Session: 8317343027784445888 is destroyed. (dtmfsender.cc:217): The Dtmf provider is deleted. Clear the sending queue. The thread 0x5598 has exited with code 0 (0x0). (peerconnectionfactory.cc:479): Using default network controller factory (alr_experiment.cc:65): Using ALR experiment settings: pacing factor: 1, max pacer queue length: 2875, ALR start bandwidth usage percent: 80, ALR end budget level percent: 40, ALR end budget level percent: -60, ALR experiment group ID: 3 (bitrate_prober.cc:64): Bandwidth probing enabled, set to inactive (rtp_transport_controller_send.cc:48): Using Legacy SSCC (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (delay_based_bwe.cc:104): Using Trendline filter for delay change estimation with window size 20 (send_side_congestion_controller.cc:308): SignalNetworkState Down (delay_based_bwe.cc:312): BWE Setting start bitrate to: 300000 (paced_sender.cc:366): ProcessThreadAttached 0x27c541b0 (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (remote_bitrate_estimator_single_stream.cc:55): RemoteBitrateEstimatorSingleStream: Instantiating. (opensslidentity.cc:45): Making key pair (opensslidentity.cc:93): Returning key pair (opensslcertificate.cc:58): Making certificate for WebRTC (opensslcertificate.cc:105): Returning certificate (paced_sender.cc:95): PacedSender paused.
Failed communication logs (peerconnection.cc:3512): Session: 4858532021611555942 Old state: kStable New state: kClosed The thread 0x33ac has exited with code 0 (0x0). The thread 0x2c04 has exited with code 0 (0x0). (paced_sender.cc:366): ProcessThreadAttached 0x0 (paced_sender.cc:366): ProcessThreadAttached 0x0 The thread 0x5d84 has exited with code 0 (0x0). (peerconnection.cc:5889): Usage signature is 1027 (peerconnection.cc:818): Session: 4858532021611555942 is destroyed. The thread 0x5ff4 has exited with code 0 (0x0). (peerconnectionfactory.cc:479): Using default network controller factory (alr_experiment.cc:65): Using ALR experiment settings: pacing factor: 1, max pacer queue length: 2875, ALR start bandwidth usage percent: 80, ALR end budget level percent: 40, ALR end budget level percent: -60, ALR experiment group ID: 3 (bitrate_prober.cc:64): Bandwidth probing enabled, set to inactive (rtp_transport_controller_send.cc:48): Using Legacy SSCC (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (delay_based_bwe.cc:104): Using Trendline filter for delay change estimation with window size 20 (send_side_congestion_controller.cc:308): SignalNetworkState Down (delay_based_bwe.cc:312): BWE Setting start bitrate to: 300000 (paced_sender.cc:366): ProcessThreadAttached 0x27c567b0 (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (remote_bitrate_estimator_single_stream.cc:55): RemoteBitrateEstimatorSingleStream: Instantiating. (opensslidentity.cc:45): Making key pair (opensslidentity.cc:93): Returning key pair (opensslcertificate.cc:58): Making certificate for WebRTC (opensslcertificate.cc:105): Returning certificate (paced_sender.cc:95): PacedSender paused. (p2ptransportchannel.cc:455): Set backup connection ping interval to 25000 milliseconds. (p2ptransportchannel.cc:464): Set ICE receiving timeout to 2500 milliseconds (p2ptransportchannel.cc:471): Set ping most likely connection to 0 (p2ptransportchannel.cc:478): Set stable_writable_connection_ping_interval to 2500 (p2ptransportchannel.cc:491): Set presume writable when fully relayed to 0 (p2ptransportchannel.cc:500): Set regather_on_failed_networks_interval to 300000 (p2ptransportchannel.cc:519): Set receiving_switching_delay to 1000 (dtlssrtptransport.cc:60): Setting RTCP Transport on 0 transport 0 (dtlssrtptransport.cc:65): Setting RTP Transport on 0 transport 33eba660 (p2ptransportchannel.cc:455): Set backup connection ping interval to 25000 milliseconds. (p2ptransportchannel.cc:464): Set ICE receiving timeout to 2500 milliseconds (p2ptransportchannel.cc:471): Set ping most likely connection to 0 (p2ptransportchannel.cc:478): Set stable_writable_connection_ping_interval to 2500 (p2ptransportchannel.cc:491): Set presume writable when fully relayed to 0 (p2ptransportchannel.cc:500): Set regather_on_failed_networks_interval to 300000 (p2ptransportchannel.cc:519): Set receiving_switching_delay to 1000 (dtlssrtptransport.cc:60): Setting RTCP Transport on 1 transport 0 (dtlssrtptransport.cc:65): Setting RTP Transport on 1 transport 33eb9a90 (p2ptransportchannel.cc:403): Received remote ICE parameters: ufrag=YRAE, renomination disabled (p2ptransportchannel.cc:403): Received remote ICE parameters: ufrag=YRAE, renomination disabled (peerconnection.cc:2730): Adding audio transceiver for MID=0 at i=0 in response to the remote description. (webrtcvoiceengine.cc:1471): Setting voice channel options: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvoiceengine.cc:316): WebRtcVoiceEngine::ApplyOptions: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvoiceengine.cc:489): NetEq capacity is 50 (webrtcvoiceengine.cc:495): NetEq fast mode? 0 (webrtcvoiceengine.cc:513): Delay agnostic aec is enabled? 0 (webrtcvoiceengine.cc:523): Extended filter aec is enabled? 0 (webrtcvoiceengine.cc:533): Experimental ns is enabled? 0 (audio_processing_impl.cc:688): Highpass filter activated: 1 (fixed_gain_controller.cc:60): Gain to apply: 0 db. (audio_processing_impl.cc:702): Gain Controller 2 activated: 0 (audio_processing_impl.cc:704): Pre-amplifier activated: 0 (webrtcvoiceengine.cc:1489): Set voice channel options. Current options: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (channel.cc:114): Created channel for 0 (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (peerconnection.cc:2730): Adding video transceiver for MID=1 at i=1 in response to the remote description. (webrtcvideoengine.cc:493): CreateChannel. Options: VideoOptions {} (channel.cc:114): Created channel for 1 (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (peerconnection.cc:3512): Session: 5789233740446289079 Old state: kStable New state: kHaveRemoteOffer (channel.cc:838): Setting remote voice description (webrtcvoiceengine.cc:1293): WebRtcVoiceMediaChannel::SetSendParameters: {codecs: [AudioCodec[111:opus:48000:0:2], AudioCodec[103:ISAC:16000:0:1], AudioCodec[9:G722:8000:0:1], AudioCodec[0:PCMU:8000:0:1], AudioCodec[8:PCMA:8000:0:1], AudioCodec[105:CN:16000:0:1], AudioCodec[13:CN:8000:0:1], AudioCodec[110:telephone-event:48000:0:1], AudioCodec[113:telephone-event:16000:0:1], AudioCodec[126:telephone-event:8000:0:1]], extensions: [{uri: urn:ietf:params:rtp-hdrext:ssrc-audio-level, id: 1}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2}, {uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}, {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5}, {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6}], max_bandwidth_bps: -1, mid: 0, options: AudioOptions {}} (webrtcvoiceengine.cc:1688): Recreate all the receive streams because the send codec has changed. (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6} (webrtcvoiceengine.cc:2084): WebRtcVoiceMediaChannel::SetMaxSendBitrate. (webrtcvoiceengine.cc:1471): Setting voice channel options: AudioOptions {} (webrtcvoiceengine.cc:316): WebRtcVoiceEngine::ApplyOptions: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvoiceengine.cc:489): NetEq capacity is 50 (webrtcvoiceengine.cc:495): NetEq fast mode? 0 (webrtcvoiceengine.cc:513): Delay agnostic aec is enabled? 0 (webrtcvoiceengine.cc:523): Extended filter aec is enabled? 0 (webrtcvoiceengine.cc:533): Experimental ns is enabled? 0 (audio_processing_impl.cc:688): Highpass filter activated: 1 (fixed_gain_controller.cc:60): Gain to apply: 0 db. (audio_processing_impl.cc:702): Gain Controller 2 activated: 0 (audio_processing_impl.cc:704): Pre-amplifier activated: 0 (webrtcvoiceengine.cc:1489): Set voice channel options. Current options: AudioOptions {audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (channel.cc:779): Changing voice state, recv=0 send=0 (channel.cc:973): Setting remote video description (webrtcvideoengine.cc:686): SetSendParameters: {codecs: [VideoCodec[96:VP8], VideoCodec[97:rtx], VideoCodec[98:VP9], VideoCodec[99:rtx], VideoCodec[127:VP9], VideoCodec[125:VP9], VideoCodec[124:H264], VideoCodec[106:H264], VideoCodec[107:rtx], VideoCodec[108:H264], VideoCodec[109:rtx], VideoCodec[100:H264], VideoCodec[101:rtx], VideoCodec[102:red], VideoCodec[123:rtx], VideoCodec[104:ulpfec]], conference_mode: no, extensions: [{uri: urn:ietf:params:rtp-hdrext:toffset, id: 14}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/color-space, id: 8}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}, {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5}, {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6}], max_bandwidth_bps: -1, mid: 1} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: http://www.webrtc.org/experiments/rtp-hdrext/color-space, id: 8} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id, id: 5} (webrtcmediaengine.cc:170): Unsupported RTP extension: {uri: urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id, id: 6} (webrtcvideoengine.cc:695): Using codec: VideoCodec[96:VP8] (webrtcvideoengine.cc:744): SetFeedbackOptions on all the receive streams because the send codec or RTCP mode has changed. (channel.cc:909): Changing video state, send=0 (peerconnection.cc:4763): Local and Remote descriptions must be applied to get the SSL Role of the SCTP transport. (peer_connection.cpp:208): Remote description successfully set. (peer_connection.cpp:1195): Synchronizing 2 RTP transceivers with 0 transceiver wrappers (remote = 1). (peer_connection.cpp:1205): Creating new wrapper for RTP transceiver mid='0' (#0) (peer_connection.cpp:1205): Creating new wrapper for RTP transceiver mid='1' (#1) (peerconnection.cc:4785): Local and Remote descriptions must be applied to get the SSL Role of the session. (peerconnection.cc:4785): Local and Remote descriptions must be applied to get the SSL Role of the session. (peerconnection.cc:5397): 0 is not ready to use the remote candidate because the local or remote description is not set. (dtlssrtptransport.cc:60): Setting RTCP Transport on 0 transport 0 (dtlssrtptransport.cc:65): Setting RTP Transport on 0 transport 33eba660 (p2ptransportchannel.cc:392): Set ICE ufrag: w6Y3 pwd: TEYbYC0upoqUBT4gNVhSH3iT on transport 0 (dtlstransport.cc:376): DtlsTransport[0|1|__]: DTLS setup complete. (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (rtptransceiver.cc:174): Changing transceiver (MID=0) current direction from to kSendOnly. (rtptransceiver.cc:174): Changing transceiver (MID=1) current direction from to kSendOnly. (channel.cc:530): Channel enabled (channel.cc:779): Changing voice state, recv=0 send=0 (channel.cc:530): Channel enabled (channel.cc:909): Changing video state, send=0 (peerconnection.cc:3512): Session: 5789233740446289079 Old state: kHaveRemoteOffer New state: kStable (channel.cc:787): Setting local voice description (webrtcvoiceengine.cc:1330): WebRtcVoiceMediaChannel::SetRecvParameters: {codecs: [AudioCodec[111:opus:48000:0:2], AudioCodec[103:ISAC:16000:0:1], AudioCodec[9:G722:8000:0:1], AudioCodec[0:PCMU:8000:0:1], AudioCodec[8:PCMA:8000:0:1], AudioCodec[105:CN:16000:0:1], AudioCodec[13:CN:8000:0:1], AudioCodec[110:telephone-event:48000:0:1], AudioCodec[113:telephone-event:16000:0:1], AudioCodec[126:telephone-event:8000:0:1]], extensions: [{uri: urn:ietf:params:rtp-hdrext:ssrc-audio-level, id: 1}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}]} (webrtcvoiceengine.cc:1499): Setting receive voice codecs. (webrtcvoiceengine.cc:1770): AddSendStream: {id:c0da1510-8052-4f93-8bb7-72d1459a08c6;ssrcs:[3521536705];ssrc_groups:;cname:e09uVT2fu2OGhktM;stream_ids:;} (neteq_impl.cc:114): NetEq config: sample_rate_hz=16000, enable_post_decode_vad=true, max_packets_in_buffer=0, enable_fast_accelerate=false, enable_muted_state= true (audio_coding_module.cc:451): Created (audio_send_stream.cc:137): AudioSendStream: 3521536705 (audio_send_stream.cc:199): AudioSendStream::ConfigureStream: {rtp: {ssrc: 3521536705, extensions: [{uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}, {uri: urn:ietf:params:rtp-hdrext:ssrc-audio-level, id: 1}], nack: {rtp_history_ms: 0}, c_name: e09uVT2fu2OGhktM}, send_transport: (Transport), min_bitrate_bps: -1, max_bitrate_bps: -1, send_codec_spec: {nack_enabled: false, transport_cc_enabled: true, cng_payload_type: , payload_type: 111, format: {name: opus, clockrate_hz: 48000, num_channels: 2, parameters: {minptime: 10, useinbandfec: 1}}}} (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (channel.cc:610): Add send stream ssrc: 3521536705 (channel.cc:779): Changing voice state, recv=0 send=0 (channel.cc:922): Setting local video description (webrtcvideoengine.cc:922): SetRecvParameters: {codecs: [VideoCodec[96:VP8], VideoCodec[97:rtx], VideoCodec[98:VP9], VideoCodec[99:rtx], VideoCodec[102:red], VideoCodec[123:rtx], VideoCodec[104:ulpfec]], extensions: [{uri: urn:ietf:params:rtp-hdrext:toffset, id: 14}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time, id: 2}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}]} (webrtcvideoengine.cc:937): Changing recv codecs from {VideoCodec[96:VP8], VideoCodec[98:VP9], VideoCodec[100:multiplex]} to {VideoCodec[96:VP8], VideoCodec[98:VP9]} (webrtcvideoengine.cc:1041): AddSendStream: {id:4d25ad48-9d24-41a4-97af-2ae9f12d3537;ssrcs:[1095067044,1223330850];ssrc_groups:{semantics:FID;ssrcs:[1095067044,1223330850]};cname:e09uVT2fu2OGhktM;stream_ids:;} (webrtcvideoengine.cc:1694): RecreateWebRtcStream (send) because of SetCodec. (alr_experiment.cc:65): Using ALR experiment settings: pacing factor: 1, max pacer queue length: 2875, ALR start bandwidth usage percent: 80, ALR end budget level percent: 40, ALR end budget level percent: -60, ALR experiment group ID: 3 (video_send_stream_impl.cc:285): VideoSendStreamInternal: {encoder_settings: { experiment_cpu_load_estimator: off}}, rtp: {ssrcs: [1095067044], rtcp_mode: RtcpMode::kReducedSize, max_packet_size: 1200, extensions: [{uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}], nack: {rtp_history_ms: 1000}, ulpfec: {ulpfec_payload_type: 104, red_payload_type: 102, red_rtx_payload_type: 123}, payload_name: VP8, payload_type: 96, flexfec: {payload_type: -1, ssrc: 0, protected_media_ssrcs: []}, rtx: {ssrcs: [1223330850], payload_type: 97}, c_name: e09uVT2fu2OGhktM}, rtcp: {video_report_interval_ms: 1000, audio_report_interval_ms: 5000}, pre_encode_callback: nullptr, post_encode_callback: nullptr, render_delay_ms: 0, target_delay_ms: 0, suspend_below_min_bitrate: off} (video_send_stream_impl.cc:304): ERROR: Initial encoder max bitrate = -1 which is <= 0! (video_send_stream_impl.cc:306): Using default encoder max bitrate = 10 Mbps (video_stream_encoder.cc:487): ConfigureEncoder requested. (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (video_send_stream.cc:150): VideoSendStream::Stop (webrtcvideoengine.cc:1072): SetLocalSsrc on all the receive streams because we added a send stream. (video_send_stream_impl.cc:442): VideoSendStream::Stop (channel.cc:610): Add send stream ssrc: 1095067044 (video_send_stream.cc:150): VideoSendStream::Stop (channel.cc:909): Changing video state, send=0 (video_send_stream_impl.cc:442): VideoSendStream::Stop (peerconnection.cc:3464): Changing IceConnectionState 0 => 1 (peerconnection.cc:4769): Non-rejected SCTP m= section is needed to get the SSL Role of the SCTP transport. (webrtcvoiceengine.cc:1471): Setting voice channel options: AudioOptions {agc: 1, } (webrtcvoiceengine.cc:316): WebRtcVoiceEngine::ApplyOptions: AudioOptions {agc: 1, audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (apm_helpers.cc:81): AGC set to 1 with mode 0 (webrtcvoiceengine.cc:489): NetEq capacity is 50 (webrtcvoiceengine.cc:495): NetEq fast mode? 0 (webrtcvoiceengine.cc:513): Delay agnostic aec is enabled? 0 (webrtcvoiceengine.cc:523): Extended filter aec is enabled? 0 (webrtcvoiceengine.cc:533): Experimental ns is enabled? 0 (audio_processing_impl.cc:688): Highpass filter activated: 1 (fixed_gain_controller.cc:60): Gain to apply: 0 db. (audio_processing_impl.cc:702): Gain Controller 2 activated: 0 (audio_processing_impl.cc:704): Pre-amplifier activated: 0 (webrtcvoiceengine.cc:1489): Set voice channel options. Current options: AudioOptions {agc: 1, audio_jitter_buffer_max_packets: 50, audio_jitter_buffer_fast_accelerate: 0, } (webrtcvideoengine.cc:1000): SetVideoSend (ssrc= 1095067044, options: VideoOptions {is_screencast : false, }, source = (source)) (video_stream_encoder.cc:487): ConfigureEncoder requested. (basicportallocator.cc:336): Start getting ports with prune_turn_ports disabled (basicportallocator.cc:107): Filtered out ignored networks: (basicportallocator.cc:109): Net[Software:::1/128:Loopback:id=3] (basicportallocator.cc:109): Net[Software:127.0.0.1/32:Loopback:id=2] (basicportallocator.cc:825): Network manager has started (basicportallocator.cc:107): Filtered out ignored networks: (basicportallocator.cc:109): Net[Software:::1/128:Loopback:id=3] (basicportallocator.cc:109): Net[Software:127.0.0.1/32:Loopback:id=2] (basicportallocator.cc:740): Allocate ports on 2 networks (jseptransportcontroller.cc:288): Not adding candidate because the JsepTransport doesn't exist. Ignore it. (basicportallocator.cc:1276): Net[Intel(R):10.33.142.88/32:Ethernet:id=1]: Allocation Phase=Udp (port.cc:322): Port[286b2410::1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port created with network cost 0 (basicportallocator.cc:1347): AllocationSequence: UDPPort will be handling the STUN candidate generation. (basicportallocator.cc:847): Adding allocated port for 0 (peer_connection.cpp:1195): Synchronizing 2 RTP transceivers with 2 transceiver wrappers (remote = 0). (basicportallocator.cc:866): Port[286b2410:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Added port to allocator (basicportallocator.cc:883): Port[286b2410:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Gathered candidate: Cand[:903283197:1:udp:2122260223:10.33.142.88:64502:local::0:w6Y3:TEYbYC0upoqUBT4gNVhSH3iT:1:0:0] (basicportallocator.cc:911): Port[286b2410:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[286b2410:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: SetOption(5, 0) failed: 0 (port.cc:1104): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--W|-|0|0|9079290933588934142|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 1 (p2ptransportchannel.cc:1831): Channel[0|1|__]: Transport channel state changed from 0 to 2 (jseptransportcontroller.cc:1113): 0 Transport 1 state changed. Check if state is complete. (p2ptransportchannel.cc:1412): Channel[0|1|__]: Have a pingable connection for the first time; starting to ping. (basicportallocator.cc:1276): Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]: Allocation Phase=Udp (video_stream_encoder.cc:792): Video frame parameters changed: dimensions=640x480, texture=0. (video_stream_encoder.cc:156): Set max framerate: 60 (port.cc:322): Port[286b09d0::1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port created with network cost 0 (basicportallocator.cc:1347): AllocationSequence: UDPPort will be handling the STUN candidate generation. (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Added port to allocator (basicportallocator.cc:883): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Gathered candidate: Cand[:660849769:1:udp:2122194687:192.168.126.49:64503:local::0:w6Y3:TEYbYC0upoqUBT4gNVhSH3iT:4:0:0] (basicportallocator.cc:911): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: SetOption(5, 0) failed: 0 (quality_scaler.cc:72): Created CheckQpTask. Scheduling on queue... (port.cc:1104): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--W|-|0|0|9079290933588803070|-]: Connection created (quality_scaler.cc:125): QP thresholds: low: 29, high: 95 (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 2 (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (port.cc:1104): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--W|-|0|0|7205793488602676734|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 3 (port.cc:1104): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--W|-|0|0|7205793488602807806|-]: Connection created (p2ptransportchannel.cc:1198): Channel[0|1|__]: Created connection with origin: 2, total: 4 (p2ptransportchannel.cc:1831): Channel[0|1|__]: Transport channel state changed from 2 to 1 (jseptransportcontroller.cc:1113): 0 Transport 1 state changed. Check if state is complete. (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--W|-|0|0|9079290933588934142|-]: Sent STUN ping, id=39326e6f384872793979526e, use_candidate=0, nomination=0 (jseptransportcontroller.cc:288): Not adding candidate because the JsepTransport doesn't exist. Ignore it. (basicportallocator.cc:883): Port[286b2410:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Gathered candidate: Cand[:3284629545:1:udp:1686052607:31.172.238.35:25323:stun:10.33.142.88:64502:w6Y3:TEYbYC0upoqUBT4gNVhSH3iT:1:0:0] (basicportallocator.cc:985): Port[286b2410:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port completed gathering candidates. (basicportallocator.cc:1276): Net[Intel(R):10.33.142.88/32:Ethernet:id=1]: Allocation Phase=Relay (port.cc:322): Port[2803a900::1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Added port to allocator (turnport.cc:336): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Trying to connect to TURN server via udp @ 40.68.1.255:33950 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=71654a7048566b3144594166 (basicportallocator.cc:1276): Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]: Allocation Phase=Relay (port.cc:322): Port[2803c5b0::1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Added port to allocator (turnport.cc:336): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Trying to connect to TURN server via udp @ 40.68.1.255:33950 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=6e364a44472b4b3959557750 (stunport.cc:282): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--W|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=332b374e31756b534c545049 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--W|-|0|0|9079290933588803070|-]: Sent STUN ping, id=332b374e31756b534c545049, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=71654a7048566b3144594166, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5249315566556d696c754767 (basicportallocator.cc:1276): Net[Intel(R):10.33.142.88/32:Ethernet:id=1]: Allocation Phase=Tcp (port.cc:322): Port[28588120::1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[28588120:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Added port to allocator (basicportallocator.cc:883): Port[28588120:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Gathered candidate: Cand[:2069167373:1:tcp:1518280447:10.33.142.88:55210:local::0:w6Y3:TEYbYC0upoqUBT4gNVhSH3iT:1:0:0] (basicportallocator.cc:911): Port[28588120:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[28588120:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: SetOption(5, 0) failed: 0 (basicportallocator.cc:985): Port[28588120:0:1:0:local:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Port completed gathering candidates. (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--W|-|0|0|7205793488602807806|-]: Sent STUN ping, id=7143766e70356e727a68586e, use_candidate=0, nomination=0 (basicportallocator.cc:1276): Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]: Allocation Phase=Tcp (port.cc:322): Port[28587580::1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port created with network cost 0 (basicportallocator.cc:847): Adding allocated port for 0 (basicportallocator.cc:866): Port[28587580:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Added port to allocator (basicportallocator.cc:883): Port[28587580:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Gathered candidate: Cand[:1776302233:1:tcp:1518214911:192.168.126.49:55211:local::0:w6Y3:TEYbYC0upoqUBT4gNVhSH3iT:4:0:0] (basicportallocator.cc:911): Port[28587580:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port ready. (physicalsocketserver.cc:562): Socket::OPT_DSCP not supported. (p2ptransportchannel.cc:738): Port[28587580:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: SetOption(5, 0) failed: 0 (basicportallocator.cc:985): Port[28587580:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Port completed gathering candidates. (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5249315566556d696c754767, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2f57634b39323778722f3875 (stunport.cc:282): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--W|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=6255487870622f4e71424f59 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--W|-|0|0|7205793488602676734|-]: Sent STUN ping, id=6255487870622f4e71424f59, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2f57634b39323778722f3875, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=413569545942384d566c4979 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=6c2f6b724f53384676554168, use_candidate=0, nomination=0 (stunport.cc:282): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=32367978474d396c42435165 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=32367978474d396c42435165, use_candidate=0, nomination=0 (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=413569545942384d566c4979, code=401, rtt=110 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=436e713072596e35746a4e42 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=436e713072596e35746a4e42, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=42517a4436386b564d4c456e (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=714a2b4a6b34334d54424f6b, use_candidate=0, nomination=0 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=6e364a44472b4b3959557750 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=42517a4436386b564d4c456e, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=363549664c77627362576c6b (stunport.cc:282): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=346b6c5474346e4b7a5a5a58 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=346b6c5474346e4b7a5a5a58, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=363549664c77627362576c6b, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=507169784a41683837546341 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=616f79774e6455794b75434a, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=507169784a41683837546341, code=401, rtt=60 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=426c58366343785a4e2b3652 (stunport.cc:282): Port[286b09d0:0:1:0:local:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: UDP send of 96 bytes failed with error 10051 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=4754524a74426f497a793136 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=4754524a74426f497a793136, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=426c58366343785a4e2b3652, code=401, rtt=60 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=54764c53337144524d70456c (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=6568494b59454c516c714651, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=54764c53337144524d70456c, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7442423178393862694c7441 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=417a4d475870726b6e545a52 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=417a4d475870726b6e545a52, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7442423178393862694c7441, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7975454137553337554a5358 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7975454137553337554a5358, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=766b636d484c413839507470 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=3454664542417647776f4163, use_candidate=0, nomination=0 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=52536d356c327858466e784d (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=52536d356c327858466e784d, use_candidate=0, nomination=0 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=566e6d4f645670476a716946, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=766b636d484c413839507470, code=401, rtt=104 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=69476c64344c467858655a4a (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=69476c64344c467858655a4a, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=456e4e757735764670464263 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=6172356e4b58424a69526377 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=6172356e4b58424a69526377, use_candidate=0, nomination=0 (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=456e4e757735764670464263, code=401, rtt=41 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=38504735323738684f466150 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=72414c4e4771455476774b59, use_candidate=0, nomination=0 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=6e364a44472b4b3959557750 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=38504735323738684f466150, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=30467a355a5442624c6f3432 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=36652b74775a596b3875736e (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=36652b74775a596b3875736e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=30467a355a5442624c6f3432, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7a5852466c625a5075584449 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7a5852466c625a5075584449, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c4d564a6d6e4863395a5871 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=337436375a5566492f613248, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c4d564a6d6e4863395a5871, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=704c6670396f345931795870 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=6d4372734e45717a4f2f6b67 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=6d4372734e45717a4f2f6b67, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=704c6670396f345931795870, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=624f7a6f5065442f36305238 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=624f7a6f5065442f36305238, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4e564c2f647830544a48664d (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=793055707155425346385a53, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4e564c2f647830544a48664d, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4835776938567775384a7650 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=37554a30753354775349684a (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=37554a30753354775349684a, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4835776938567775384a7650, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c434e696b2f475243693675 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=583949584e6d6a674d324239, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c434e696b2f475243693675, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=736e7a64764d4e42496d5768 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=736e7a64764d4e42496d5768, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5939303566324d6547337268 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=6348507551776f7665785046 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=6348507551776f7665785046, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5939303566324d6547337268, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=645941425568646463335757 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=39786b536d7745544d637935, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=645941425568646463335757, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=75574e38477137307639592b (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=715376504e7344562b634868 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=715376504e7344562b634868, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=75574e38477137307639592b, code=401, rtt=43 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4f4b4b4443366f6b48617065 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4f4b4b4443366f6b48617065, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=754e6346567572782b78696e (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=63514b62776e632f2f304770, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=754e6346567572782b78696e, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7879736441334736344a7342 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=314575614751376f34347443 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=314575614751376f34347443, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7879736441334736344a7342, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6867676d444a776b6f574130 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=77323678312f41585a593254, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6867676d444a776b6f574130, code=401, rtt=76 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2b33424d465a6a614b624950 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=594f32317438656f366f384a (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=594f32317438656f366f384a, use_candidate=0, nomination=0 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=4c524842366a6f7443347172, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2b33424d465a6a614b624950, code=401, rtt=59 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=32696a544a71625a6e525277 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=32696a544a71625a6e525277, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6f4e4847712f7544786e6759 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=2f4449707849337651527449 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=2f4449707849337651527449, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6f4e4847712f7544786e6759, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5632782b452b37756f444b64 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=6a4d34706344655365476972, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5632782b452b37756f444b64, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2b396c674a6c4b376150752b (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2b396c674a6c4b376150752b, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6a584f3235374470764e4b58 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=6a62526f68776636422f6f57 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=6a62526f68776636422f6f57, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6a584f3235374470764e4b58, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=784149665534735458655835 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=33717636786f4e66424c5854, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=784149665534735458655835, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4a4f62387764657157667a6c (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=764e4d726a65594857506b59 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=764e4d726a65594857506b59, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4a4f62387764657157667a6c, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6e6750794f4e774a32632f2f (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=4e354e34324d6f3770734c6c, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6e6750794f4e774a32632f2f, code=401, rtt=64 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c5732506b51305064386a31 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=6e364a44472b4b3959557750 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=462b7373356a712f6a4b336e (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=462b7373356a712f6a4b336e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c5732506b51305064386a31, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=666230313165344c77465179 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=666230313165344c77465179, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=62457351577a34746f395562 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=485277394f526b3234317a64, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=62457351577a34746f395562, code=401, rtt=40 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=622b4c6f615934692f644579 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=43444c73356871616953645a (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=43444c73356871616953645a, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=622b4c6f615934692f644579, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5443625a655647525a6b6e42 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=6d3435573545364266615456, use_candidate=0, nomination=0 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=2f6f6944614e4e484f306d78 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=2f6f6944614e4e484f306d78, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5443625a655647525a6b6e42, code=401, rtt=80 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7975496a337a652f4e546133 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=356f346b52547430666b5543, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7975496a337a652f4e546133, code=401, rtt=60 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=64507a724b7144663041476e (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=7244503130503947666d6570 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=7244503130503947666d6570, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=64507a724b7144663041476e, code=401, rtt=41 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7975313261344872314a6373 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=507875674c32425773343952, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7975313261344872314a6373, code=401, rtt=76 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=696e55374c6f344738534642 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=3951326f5065696c5248384a (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=3951326f5065696c5248384a, use_candidate=0, nomination=0 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=56574c596945587832325351, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=696e55374c6f344738534642, code=401, rtt=93 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=75374b615341682b517a7565 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=6438625268504f4d6e4b5266 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=6438625268504f4d6e4b5266, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=75374b615341682b517a7565, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=305930574e62724b4a737638 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=534c52794164664654766648, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=305930574e62724b4a737638, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7538682b7631486e4e546e66 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7538682b7631486e4e546e66, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=39464446593077765276672f (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=42307747324b77662f576971 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=42307747324b77662f576971, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=39464446593077765276672f, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2b71664b4b57576f53592f46 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=503444795075356975316e65, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2b71664b4b57576f53592f46, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4e4d635a346d6b6d55425a48 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4e4d635a346d6b6d55425a48, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=556a45686e69336d6d352f43 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4d53757969656d6c64496f79 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4d53757969656d6c64496f79, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=556a45686e69336d6d352f43, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=527a41536868712b63775865 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=446d71506d6359796d736c63, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=527a41536868712b63775865, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=502b6857505445492b594851 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=502b6857505445492b594851, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=592f5a68774a2f4e4f535145 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=765757327775777472337430 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=765757327775777472337430, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=592f5a68774a2f4e4f535145, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c735237756b6a6843743542 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=595249485961793036514946, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c735237756b6a6843743542, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5a346436365a4e6370645034 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=7472445a4241502f4b6b4c4d (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=7472445a4241502f4b6b4c4d, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5a346436365a4e6370645034, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=33732f4d66433661725a4636 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=33732f4d66433661725a4636, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=377a2f735236797250786d67 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=553159397359374c62446948, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=377a2f735236797250786d67, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7844366b7a42594652323970 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=4b4638784868344a49737774 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=4b4638784868344a49737774, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7844366b7a42594652323970, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=79385a455543706149316161 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=79385a455543706149316161, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=43457053476945316c35624b (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=2f74714e734634497151704c, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=43457053476945316c35624b, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2f434e4d5a2b4c3039735953 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4e7948534f6b3441445a6d63 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4e7948534f6b3441445a6d63, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2f434e4d5a2b4c3039735953, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=736752502f7249556f6a656f (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=723954616f792f7067774f4b, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=736752502f7249556f6a656f, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=41576373444935306a6d4e65 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=41576373444935306a6d4e65, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=382b69775157396d72564e48 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=5a4178575a63372b52596778 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=5a4178575a63372b52596778, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=382b69775157396d72564e48, code=401, rtt=38 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=364b594c4d335532554a3879 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=463462633477742b47656538, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=364b594c4d335532554a3879, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4d75565072496a4370375050 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=7477554c3848587245677567 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=7477554c3848587245677567, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4d75565072496a4370375050, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=53746147664e514e4c684372 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=53746147664e514e4c684372, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=634a7533445a774c47305273 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=2b5835773170735146454355, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=634a7533445a774c47305273, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=782f3136392f564c6a6e7a4d (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=35674d455156674144323837 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=35674d455156674144323837, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=782f3136392f564c6a6e7a4d, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=616c4f772b6a697048454251 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=616c4f772b6a697048454251, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7439332f5247393238395948 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=5842544354496b6372715730, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7439332f5247393238395948, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4d46636245376a5243723175 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=484b6a37664d557530467832 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=484b6a37664d557530467832, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4d46636245376a5243723175, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=68754c64656a4f782b6c536b (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=68754c64656a4f782b6c536b, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=335046735a5479305a653971 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=2b7770614b32782f70756a62, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=335046735a5479305a653971, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=63445465486432574f322f6e (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=585a5844386163556e584852 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=585a5844386163556e584852, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=63445465486432574f322f6e, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c50344c2f413435304e7365 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=3559437134306f59694a4f74, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c50344c2f413435304e7365, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=525454425159697046443661 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=525454425159697046443661, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6676544b3334424c65325656 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4555486c4636376f76624844 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4555486c4636376f76624844, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6676544b3334424c65325656, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=79666a55714e376f73397a44 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=6f4c6837637337776b746935, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=79666a55714e376f73397a44, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=54544b4e304a2f72634e5730 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=68514e645244372f41314372 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=68514e645244372f41314372, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=54544b4e304a2f72634e5730, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6d2f62696d3132586742764e (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6d2f62696d3132586742764e, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=656c393036306d4a6a314d2b (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=2b587a6e644141705a535874, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=656c393036306d4a6a314d2b, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=684f392b42563453304a4a45 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4b3257527a64354b724b4845 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4b3257527a64354b724b4845, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=684f392b42563453304a4a45, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4d643558796c7136746f6572 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4d643558796c7136746f6572, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7452674b6a53396c52447458 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=4664314a6662475069647735, use_candidate=0, nomination=0 (stunport.cc:541): sendto : [0x00002743] Une opération a été tentée sur un réseau impossible à atteindre. (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7452674b6a53396c52447458, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=675558787846785463305034 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=73427554375970354172324e (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=73427554375970354172324e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=675558787846785463305034, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=51672b306359714f55394655 (turnport.cc:802): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: Failed to send TURN message, error: 10051 (turnport.cc:1282): Port[2803c5b0:0:1:0:relay:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]]: TURN allocate request sent, id=6e364a44472b4b3959557750 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=51672b306359714f55394655, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5a53435672734d496d427252 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=6b2f38774d47366a52365746, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5a53435672734d496d427252, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=726d49584f3477503936432f (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=61506c31356a44555a307274 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=61506c31356a44555a307274, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=726d49584f3477503936432f, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7445706244352f3754794e4f (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=626b52637262344d67755951, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7445706244352f3754794e4f, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5a6a455563595a4763623052 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5a6a455563595a4763623052, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=584146477759565450495030 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=6a4579414c495574464e4852 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=6a4579414c495574464e4852, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=584146477759565450495030, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=775370562f56566850544a2f (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=4346784667492b3167584f45, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=775370562f56566850544a2f, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5a77682f6335454834594f75 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5a77682f6335454834594f75, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=616f6e4a3856426735513830 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=57737159674f48786f535054 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=57737159674f48786f535054, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=616f6e4a3856426735513830, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c566c6e786370494d31564b (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=6e2f4a6c5353476c63355475, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c566c6e786370494d31564b, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=762f31776476524d4e6b2f32 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=6549563065326f534269684e (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=6549563065326f534269684e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=762f31776476524d4e6b2f32, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7545386b56754a4c67637934 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7545386b56754a4c67637934, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=64684c4e535954724a526b79 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=5448696c7268704b6c71582f, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=64684c4e535954724a526b79, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=456a7551562b332f77317272 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=2f42396e6d573865796d6366 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=2f42396e6d573865796d6366, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=456a7551562b332f77317272, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=67374578634a424a32735666 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=316256774b50665a62474e79, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=67374578634a424a32735666, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6b457a36457646594a797265 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6b457a36457646594a797265, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=484e6c647830495653743064 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=483079694832486c654a5551 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=483079694832486c654a5551, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=484e6c647830495653743064, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=75483953306352596c706a64 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=386b615a4e43546976322f4d, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=75483953306352596c706a64, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=486d64763464612f304f732b (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=486d64763464612f304f732b, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=3265302b3262657853324538 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=424b4a504d634237766e6e33 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=424b4a504d634237766e6e33, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=3265302b3262657853324538, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=374466475a4751394d613430 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=2f576c4c5569793655466c31, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=374466475a4751394d613430, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c766e387954756746617568 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=3530496d3030623752725a45 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=3530496d3030623752725a45, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c766e387954756746617568, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=794e792f5a796a2f31733473 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=794e792f5a796a2f31733473, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=373436644344496c6773632b (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=646679616a46705a792f4e43, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=373436644344496c6773632b, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=304a695535326936742b7938 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=39533635744f6667577a4358 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=39533635744f6667577a4358, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=304a695535326936742b7938, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=74486c573079623948344e41 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=74486c573079623948344e41, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=70686b3451485377636c4172 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=6d4b4b457779437448704f72, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=70686b3451485377636c4172, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5655695346377a64736f344e (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=453857584165547855675161 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=453857584165547855675161, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5655695346377a64736f344e, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=34445430576f554569794a35 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=6530707270584f445a727445, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=34445430576f554569794a35, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=51777735474454645531754a (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=51777735474454645531754a, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4866574f6338596d41493750 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=7056494b54427a42307a3536 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=7056494b54427a42307a3536, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4866574f6338596d41493750, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=496269777a73665234314f75 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=754a414d54677935526b4169, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=496269777a73665234314f75, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=766a4d3759584b4e7a665259 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=766a4d3759584b4e7a665259, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=646d3277316b54456a376d71 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=444f4d6e476371664f694f62 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=444f4d6e476371664f694f62, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=646d3277316b54456a376d71, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4958486d4d35534c66325252 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=6d726d335659357769594a45, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4958486d4d35534c66325252, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=414a775465346547726c6658 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=7a544f2f76584f367a376746 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=7a544f2f76584f367a376746, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=414a775465346547726c6658, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=74354d65556e636d68367865 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=74354d65556e636d68367865, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6270697465725a724d535973 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=647378714b55526e4f593444, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6270697465725a724d535973, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=73326a345463547076333776 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=4c7430306f31706667516b55 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=4c7430306f31706667516b55, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=73326a345463547076333776, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=686d46436945686137306438 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=686d46436945686137306438, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=696a77395038346568475568 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=51574756485047775567544a, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=696a77395038346568475568, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=38694a78534f6177754c786d (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4b6f68756574774d35756133 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4b6f68756574774d35756133, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=38694a78534f6177754c786d, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=752f592b77623652682b6964 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=444337645631344848383254, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=752f592b77623652682b6964, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4a7654587769596b76324e4e (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4a7654587769596b76324e4e, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=475462654e6c594b504c307a (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=7134784b4339544551754267 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=7134784b4339544551754267, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=475462654e6c594b504c307a, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=68705778417a32714a6c4c4a (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=6e514c3441473441744e444c, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=68705778417a32714a6c4c4a, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=523450653758554d67505478 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=61382b412f64576844616c59 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=61382b412f64576844616c59, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=523450653758554d67505478, code=401, rtt=41 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2f4f2b673149706c50336d77 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2f4f2b673149706c50336d77, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2f73636d5556596a427a6162 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=45676b537470466750755044, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2f73636d5556596a427a6162, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=33656f414354657a314c4848 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=4e694d786d72623235796749 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=4e694d786d72623235796749, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=33656f414354657a314c4848, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=664f735335446533525a7862 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=664f735335446533525a7862, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=472f6b414c6d5a684f573463 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=35314b6f4846366851455330, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=472f6b414c6d5a684f573463, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=564f4561584130352f786e70 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4746714433683771394e4634 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4746714433683771394e4634, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=564f4561584130352f786e70, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4f444f39626f56504e6d3369 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=3567657546384a2f4b584e38, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4f444f39626f56504e6d3369, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=554b763254696e7567523934 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=554b763254696e7567523934, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=675159697379754c3772516f (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=4454686d7154303554792f32 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=4454686d7154303554792f32, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=675159697379754c3772516f, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4b6f72397265383355573555 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=38696c73755574394948686e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4b6f72397265383355573555, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=646e57697159333775536548 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=646e57697159333775536548, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=745252694e4758326a625036 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=7a5875624530375858564e2b (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=7a5875624530375858564e2b, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=745252694e4758326a625036, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4d6f396455553152464c6545 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=39345768726a572b4e4a3166, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4d6f396455553152464c6545, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=397961654e6b47475550364b (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=614766684a4b354930314a30 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=614766684a4b354930314a30, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=397961654e6b47475550364b, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6b413659397538327849566f (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6b413659397538327849566f, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=41787266535a565947747162 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=36436f52773474394b652b73, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=41787266535a565947747162, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=387563784f6253364b504765 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=3546686e7032356857635153 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=3546686e7032356857635153, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=387563784f6253364b504765, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=415a746c4b72564254684138 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=415a746c4b72564254684138, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2b6a49316146572f64453033 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=7a305a773856306a6f502f35, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2b6a49316146572f64453033, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6b744c463971366274307378 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=4e306b557871696e4c6a4f34 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=4e306b557871696e4c6a4f34, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6b744c463971366274307378, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=66695a2f7a48695062566a66 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=725a56555055466266667a4a, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=66695a2f7a48695062566a66, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=633631655263494d46624e2f (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=633631655263494d46624e2f, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=34737a4c366e4c4b6b516236 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=746b336a4f5a653153394a49 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=746b336a4f5a653153394a49, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=34737a4c366e4c4b6b516236, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=56303274714d49356a37562f (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=455a477a7672753850563643, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=56303274714d49356a37562f, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=626b6865577568644c763950 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=626b6865577568644c763950, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=38644359534c715a4a37546f (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=51326d504345694e78345657 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=51326d504345694e78345657, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=38644359534c715a4a37546f, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=7a4557436e6b664873614877 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=6457717267334849674d356d, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=7a4557436e6b664873614877, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6a4f7a612f5766624a484549 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4738624d5a4a696d75466b53 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4738624d5a4a696d75466b53, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6a4f7a612f5766624a484549, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4f686464546d515771763657 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4f686464546d515771763657, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=575954432b6c35657568337a (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=766172702b36646530734d39, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=575954432b6c35657568337a, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=34434666536a723954423949 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=5368504744464572742f796a (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=5368504744464572742f796a, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=34434666536a723954423949, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=377263696f6b3734684b306f (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=377263696f6b3734684b306f, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5a4c7062627170586d444659 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=365664544e4176522f586c50, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5a4c7062627170586d444659, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c502b43394262416a494559 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=63302f3368675474304a4d6d (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=63302f3368675474304a4d6d, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c502b43394262416a494559, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=576f5230765655766c30426d (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=48576756322b746c4c70444e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=576f5230765655766c30426d, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=66526b5149317344702f7443 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=66526b5149317344702f7443, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=74666a3032714f474968334a (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=6b6c565178435a474352632b (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=6b6c565178435a474352632b, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=74666a3032714f474968334a, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=3442716333333731534e4741 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=624c32637078314b57454555, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=3442716333333731534e4741, code=401, rtt=33 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=5436467a63766a2b6161664d (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=5436467a63766a2b6161664d, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6a33695a5a5a532b70494e41 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=395a4d386263685a5930412b (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=395a4d386263685a5930412b, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6a33695a5a5a532b70494e41, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=386134424c46777839334349 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=52343452746a473044564c52, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=386134424c46777839334349, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=36567a61626b71416a6e3759 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=336658683251485155765063 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=336658683251485155765063, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=36567a61626b71416a6e3759, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=416d533835716c6167583546 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=416d533835716c6167583546, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6c464f77556c635737684d31 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=6230784444304e37774c7855, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6c464f77556c635737684d31, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=495374527a61686f76627557 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=2b436a56626b796f31586d33 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=2b436a56626b796f31586d33, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=495374527a61686f76627557, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=3957386a713934674e726a67 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=3957386a713934674e726a67, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=692f4a4c4944434771715573 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=4f6565534c79774d63373951, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=692f4a4c4944434771715573, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=74732b7673496f38305a3958 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=3157344b53694472366e434a (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=3157344b53694472366e434a, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=74732b7673496f38305a3958, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=593836422f314d6a7239554d (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=4e5166545366395456776a6d, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=593836422f314d6a7239554d, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=736e4c6b4c764c667271382b (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=736e4c6b4c764c667271382b, code=401, rtt=38 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=38765a39397a42494d726f42 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=49427a6c6a3878356c716477 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=49427a6c6a3878356c716477, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=38765a39397a42494d726f42, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=507138596b70446650376767 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=415364392f76696a56365454, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=507138596b70446650376767, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=36743555566841416f766c76 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=36743555566841416f766c76, code=401, rtt=35 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=377666704841637274383866 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=7a6144766d5a6a6754776e34 (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=7a6144766d5a6a6754776e34, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=377666704841637274383866, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=736477386e6f52616f376a6c (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=62722f473639554161422f43, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=736477386e6f52616f376a6c, code=401, rtt=37 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=437038754249616a4244786f (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=30786e4370696663612b4761 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=30786e4370696663612b4761, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=437038754249616a4244786f, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4e7952654931534652596a46 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=4e7952654931534652596a46, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=2b6e634f4c613548774a5169 (port.cc:1726): Conn[19c71280:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588934142|-]: Sent STUN ping, id=715946664b6e6f5043317433, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=2b6e634f4c613548774a5169, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=55636e5570785733366f5556 (port.cc:1220): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Failed to send STUN ping err=-1 id=6a5139686d3943656330306e (port.cc:1726): Conn[34867050:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->UxH/W1X4:1:2113937151:local:udp:10.134.168.161:45523|C--I|-|0|0|9079290933588803070|-]: Sent STUN ping, id=6a5139686d3943656330306e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=55636e5570785733366f5556, code=401, rtt=34 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=446775694d332f41384f5173 (port.cc:1726): Conn[340d3fc0:0:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]:BTXx7h1a:1:0:local:udp:10.33.142.88:64502->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602807806|-]: Sent STUN ping, id=566e44557032466f462f4a4e, use_candidate=0, nomination=0 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=446775694d332f41384f5173, code=401, rtt=39 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=47447250654e5971564f7137 (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=47447250654e5971564f7137, code=401, rtt=36 (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=6847396a6b44593350734736 (port.cc:1220): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Failed to send STUN ping err=-1 id=4c5161774f32764769633667 (port.cc:1726): Conn[34bd3240:0:Net[Hyper-V:192.168.126.49/32:Ethernet:id=4]:/pwhbj5i:1:0:local:udp:192.168.126.49:64503->VbVOJ6aa:1:1677729535:stun:udp:37.172.211.81:27745|C--I|-|0|0|7205793488602676734|-]: Sent STUN ping, id=4c5161774f32764769633667, use_candidate=0, nomination=0 (webrtcvideoengine.cc:1000): SetVideoSend (ssrc= 1095067044, options: nullptr, source = nullptr) (quality_scaler.cc:78): Stopping QP Check task. (webrtcvideoengine.cc:2052): VideoSendStream stats: 328769176, {input_fps: 28, encode_fps: 0, encode_ms: 0, encode_usage_perc: 0, target_bps: 0, media_bps: 0, suspended: false, bw_adapted: false} {ssrc: 1095067044, width: 0, height: 0, key: 0, delta: 0, total_bps: 0, retransmit_bps: 0, avg_delay_ms: 0, max_delay_ms: 0, cum_loss: 0, max_ext_seq: 0, nack: 0, fir: 0, pli: 0} (webrtcvideoengine.cc:1313): Call stats: 328769176, {send_bw_bps: 0, recv_bw_bps: 0, max_pad_bps: 0, pacer_delay_ms: 0, rtt_ms: -1} (peerconnection.cc:3512): Session: 5789233740446289079 Old state: kStable New state: kClosed (rtpreceiver.cc:360): VideoRtpReceiver::Stop: No video channel exists. (channel.cc:540): Channel disabled (video_send_stream.cc:150): VideoSendStream::Stop (channel.cc:909): Changing video state, send=0 (video_send_stream_impl.cc:442): VideoSendStream::Stop (video_send_stream.cc:150): VideoSendStream::Stop (video_send_stream_impl.cc:442): VideoSendStream::Stop (video_send_stream_impl.cc:442): VideoSendStream::Stop (turnport.cc:1334): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: Received TURN allocate error response, id=6847396a6b44593350734736, code=401, rtt=34 (video_send_stream_impl.cc:370): ~VideoSendStreamInternal: {encoder_settings: { experiment_cpu_load_estimator: off}}, rtp: {ssrcs: [1095067044], rtcp_mode: RtcpMode::kReducedSize, max_packet_size: 1200, extensions: [{uri: http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01, id: 3}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/playout-delay, id: 12}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-content-type, id: 11}, {uri: http://www.webrtc.org/experiments/rtp-hdrext/video-timing, id: 7}, {uri: urn:3gpp:video-orientation, id: 13}, {uri: urn:ietf:params:rtp-hdrext:sdes:mid, id: 4}], nack: {rtp_history_ms: 1000}, ulpfec: {ulpfec_payload_type: 104, red_payload_type: 102, red_rtx_payload_type: 123}, payload_name: VP8, payload_type: 96, flexfec: {payload_type: -1, ssrc: 0, protected_media_ssrcs: []}, rtx: {ssrcs: [1223330850], payload_type: 97}, c_name: e09uVT2fu2OGhktM}, rtcp: {video_report_interval_ms: 1000, audio_report_interval_ms: 5000}, pre_encode_callback: nullptr, post_encode_callback: nullptr, render_delay_ms: 0, target_delay_ms: 0, suspend_below_min_bitrate: off} (turnport.cc:1282): Port[2803a900:0:1:0:relay:Net[Intel(R):10.33.142.88/32:Ethernet:id=1]]: TURN allocate request sent, id=4a6c34503770634b78515756 (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down The thread 0x3530 has exited with code 0 (0x0). (send_statistics_proxy.cc:655): WebRTC.Video.InputWidthInPixels 640 WebRTC.Video.InputHeightInPixels 480 Frames encoded 0 WebRTC.Video.DroppedFrames.Capturer 0 WebRTC.Video.DroppedFrames.EncoderQueue 0 WebRTC.Video.DroppedFrames.Encoder 0 WebRTC.Video.DroppedFrames.Ratelimiter 0 (channel.cc:127): Destroyed channel: 1 (channel.cc:540): Channel disabled (channel.cc:779): Changing voice state, recv=0 send=0 (webrtcvoiceengine.cc:1807): RemoveSendStream: 3521536705 (call.cc:1047): UpdateAggregateNetworkState: aggregate_state=down (send_side_congestion_controller.cc:308): SignalNetworkState Down (audio_send_stream.cc:158): ~AudioSendStream: 3521536705 (channel.cc:127): Destroyed channel: 0 (opensslstreamadapter.cc:894): Cleanup The thread 0x59e0 has exited with code 0 (0x0). The thread 0x154c has exited with code 0 (0x0). (paced_sender.cc:366): ProcessThreadAttached 0x0 (paced_sender.cc:366): ProcessThreadAttached 0x0 The thread 0x4754 has exited with code 0 (0x0). (peerconnection.cc:5889): Usage signature is 3579 (peerconnection.cc:818): Session: 5789233740446289079 is destroyed. (dtmfsender.cc:217): The Dtmf provider is deleted. Clear the sending queue. The thread 0x2b00 has exited with code 0 (0x0). (peerconnectionfactory.cc:479): Using default network controller factory (alr_experiment.cc:65): Using ALR experiment settings: pacing factor: 1, max pacer queue length: 2875, ALR start bandwidth usage percent: 80, ALR end budget level percent: 40, ALR end budget level percent: -60, ALR experiment group ID: 3 (bitrate_prober.cc:64): Bandwidth probing enabled, set to inactive (rtp_transport_controller_send.cc:48): Using Legacy SSCC (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (delay_based_bwe.cc:104): Using Trendline filter for delay change estimation with window size 20 (send_side_congestion_controller.cc:308): SignalNetworkState Down (delay_based_bwe.cc:312): BWE Setting start bitrate to: 300000 (paced_sender.cc:366): ProcessThreadAttached 0x27c55fb0 (aimd_rate_control.cc:108): Using aimd rate control with back off factor 0.85 (remote_bitrate_estimator_single_stream.cc:55): RemoteBitrateEstimatorSingleStream: Instantiating. (opensslidentity.cc:45): Making key pair (opensslidentity.cc:93): Returning key pair (opensslcertificate.cc:58): Making certificate for WebRTC (opensslcertificate.cc:105): Returning certificate (paced_sender.cc:95): PacedSender paused.
fibann commented 4 years ago

Thanks, I'll dig into the logs and/or try to repro.

Jason-Chn95 commented 4 years ago

hey bro,I got this trouble too,but then I stumbled across it and solved it, sort of solved it on its own, initially on the public network, two different networks of clients can't communicate, right?

Kawottex commented 4 years ago

Yep, I do all of my tests with a private network on one side and my 4G connection (from my phone) on the other side. I can't really do tests on another setup, but it's one that should work correctly

Jason-Chn95 commented 4 years ago

是的,我在一侧使用专用网络,在另一侧(通过电话)通过4G连接进行所有测试。我真的不能在其他设置上进行测试,但这应该可以正常工作 What I do is I try it all the time. During debugging, I click create offer in one client, and the other client doesn't do anything. I try it several times

Jason-Chn95 commented 4 years ago

是的,我在一侧使用专用网络,在另一侧(通过电话)通过4G连接进行所有测试。我真的不能在其他设置上进行测试,但这应该可以正常工作 我做的是我试试吧每时每刻。在调试期间,我在一个客户端中单击“创建要约”,而另一个客户端则不执行任何操作。我尝试了几次

Don't be in a hurry to click create offer on both clients

Kawottex commented 4 years ago

As I said earlier, I don't have a common setup: one peer only create offer (to receive audio/video) and the other only receive offer and send answer (to send audio/video) , that's why there isn't the possibility to create offer on both clients. ^^ This problem is triggered randomly, even if I create a new connection quickly or not.

Jason-Chn95 commented 4 years ago

如我之前所说,我没有一个通用的设置:一个同龄人仅创建要约(接收音频/视频),而另一个同伴仅接收要约并发送答案(以发送音频/视频),这就是为什么没有在两个客户上创建报价的可能性。^^ 即使我是否快速创建新连接,也会随机触发此问题。

all right,I can only wish you good luck, and I'll keep an eye on this issue (:

vivekrawat1 commented 4 years ago

@kawaottex did you find any solution, I am also trying to communicate between two client using different network, doesn't work most of the time, i am using Google free stun server.

gkapellmann commented 3 years ago

Similar here, I haven't been able to get a connection on different networks, but on the local network works perfect.

I am sending and receiving video and audio from Unity to a Web browser.

Any luck?

Kawottex commented 3 years ago

Hello, I've finally managed to have clear communications on different networks. I'm still using Coturn deployed on a remote server but I've secured it with TLS certificates and I've got no issues since. I don't know if it's because it's secured or if it's because I've improved the configuration, but it works well.

I'm sorry, I won't be able to dig more into this problem but if you have any issues on different networks, check your STUN/TURN server configuration I think.

I'll close this issue because it's fixed on my side, but this problem is still strange if the fix is indeed to use secured connection.