Replies: 1 comment
-
This problem has only been observed on iOS and Android in landscape orientation. Here is a dump of the RTCPeerConnection status `[Log] Report: track (NzPlayerWebBrowser.js, line 1068) [Log] Report: track (NzPlayerWebBrowser.js, line 1068) ` |
Beta Was this translation helpful? Give feedback.
-
Using Pion WebRTC 4.0.8
After connected, video and audio look/sound good
After some random amount of time video play stops, audio plays ( alternates between choppy and good)
Video packets are still sent, just not outputted
No errors or warning were observed in the chrome console log.
Looking at log messages from Pion, this printf seems to occur just before video stop playing :
[asm_amd64.s:goexit:1598] PION : Incoming unhandled RTCP ssrc(2505307878), OnTrack will not be fired
Any suggestions on what might be the cause and how to resume (prevent stopping) video ?
Thanks!
Here is the complete log up until video stops playing :
02/17/25 17:19:58.597: DBG 16DAD2: [peerconnection.go:setDescription:970] PION : signaling state changed to have-remote-offer
02/17/25 17:19:58.600: DBG 16DAD8: [agent.go:func1:1274] PION : Unset selected candidate pair
02/17/25 17:19:58.600: DBG 16DAD2: [icetransport.go:AddRemoteCandidate:330] PION : Ignoring remote candidate with tcpType active: udp4 host 72a463c5-0aea-4aa5-9147-ad6a80f91d22.local:9 (resolved: )
02/17/25 17:19:58.600: DBG 16DBE2: [transport.go:connect:50] PION : Started agent: isControlling? false, remoteUfrag: "J166", remotePwd: "JUOu0W/NuLxDROmP2EXR/Sv/"
02/17/25 17:19:58.600: DBG 16DBE2: [agent.go:func1:362] PION : Setting new connection state: Checking
02/17/25 17:19:58.600: DBG 16DBE2: [peerconnection.go:func1:804] PION : ICE connection state changed: checking
02/17/25 17:19:58.600: DBG 16DBE2: [peerconnection.go:updateConnectionState:778] PION : peer connection state changed: connecting
02/17/25 17:19:58.600: DBG 16DAD2: [peerconnection.go:setDescription:970] PION : signaling state changed to stable
02/17/25 17:19:58.600: DBG 16DAD8: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.600:-WRN-16DAD8: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.600: DBG 16DBE2: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.600:-WRN-16DBE2: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.600: DBG 16DBE2: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.600:-WRN-16DBE2: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DBE2: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DBE2: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DAD5: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DAD5: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DBE2: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DBE2: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DBE3: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DBE3: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DAD8: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DAD8: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DAD8: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DAD8: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DACF: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DACF: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DACF: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DACF: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.601: DBG 16DACF: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.601:-WRN-16DACF: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
02/17/25 17:19:58.610: DBG 16DBE4: [gather.go:func1:600] PION : Failed to listen :0: listen udp4 :3003: bind: address already in use
02/17/25 17:19:58.610: DBG 16DBE2: [gather.go:func1:600] PION : Failed to listen :0: listen udp6 :3002: bind: address already in use
02/17/25 17:19:58.610: DBG 16DBE2: [gather.go:func1:600] PION : Failed to listen :0: listen udp6 :3003: bind: address already in use
02/17/25 17:19:58.610: DBG 16DBE2: [gather.go:func1:600] PION : Failed to listen :0: listen udp6 :3004: bind: address already in use
02/17/25 17:19:58.610: DBG 16DBE2: [gather.go:func1:600] PION : Failed to listen :0: listen udp6 :3005: bind: address already in use
02/17/25 17:19:58.610: DBG 16DBE2: [gather.go:func1:600] PION : Failed to listen :0: listen udp6 :3001: bind: address already in use
02/17/25 17:19:58.610:-WRN-16DBE2: [gather.go:func1:609] PION : Connection is not allocated: failed to listen for [2001:4860:4864:5:8000::1]:19302: invalid port
02/17/25 17:19:58.623: DBG 16DBE4: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.623:-WRN-16DBE4: [selection.go:ContactCandidates:203] PION : Failed to ping without candidate pairs. Connection is not possible yet.
2025/02/17 11:19:58 [NzGorillaWebSockets.go:sendNzMessage:645] sendNzMessage
onIceGatheringComplete 1
02/17/25 17:19:58.637: DBG 16DBE2: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:19:58.637: DBG 16DBE2: [candidate_base.go:func1:293] PION : Adding a new peer-reflexive candidate: 192.168.1.159:53434
02/17/25 17:19:58.637: DBG 16DBE2: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:58.637: DBG 16DBE2: [selection.go:ContactCandidates:203] PION : Pinging all candidates
02/17/25 17:19:58.637: DBG 16DBE2: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:58.638: DBG 16DBE2: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 172.17.0.1:3002 (resolved: 172.17.0.1:3002) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:58.638: DBG 16DBE2: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 100.88.165.67:3002 (resolved: 100.88.165.67:3002) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:58.638: DBG 16DBE2: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 srflx 47.183.245.97:3004 related 0.0.0.0:3004 (resolved: 47.183.245.97:3004) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:58.651: DBG 16DBE3: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:19:58.651: DBG 16DBE3: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: false, nominateOnBindingSuccess: true
02/17/25 17:19:58.651: DBG 16DBE3: [selection.go:HandleSuccessResponse:270] PION : Set selected candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:19:58.651: DBG 16DBE3: [agent.go:setSelectedPair:476] PION : Setting new connection state: Connected
02/17/25 17:19:58.652: DBG 16DBE5: [peerconnection.go:func1:804] PION : ICE connection state changed: connected
02/17/25 17:19:58.652: DBG 16DAD6: [conn.go:func2:1063] PION : [handshake:client] Flight 1: Preparing
02/17/25 17:19:58.653: DBG 16DAD6: [conn.go:func2:1063] PION : [handshake:client] Flight 1: Sending
02/17/25 17:19:58.653: DBG 16DAD6: [handshaker.go:send:264] PION : [handshake:client] -> ClientHello (epoch: 0, seq: 0)
02/17/25 17:19:58.653: DBG 16DAD6: [conn.go:func2:1063] PION : [handshake:client] Flight 1: Waiting
02/17/25 17:19:58.656: DBG 16DACF: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 srflx 47.183.245.97:3004 related 0.0.0.0:3004 (resolved: 47.183.245.97:3004)
02/17/25 17:19:58.657: DBG 16DACF: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7277816995565797376 (local, prio 1694498815) udp4 srflx 47.183.245.97:3004 related 0.0.0.0:3004 (resolved: 47.183.245.97:3004) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: false, nominateOnBindingSuccess: false
02/17/25 17:19:58.657: DBG 16DACF: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 172.17.0.1:3002 (resolved: 172.17.0.1:3002)
02/17/25 17:19:58.657: DBG 16DACF: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 172.17.0.1:3002 (resolved: 172.17.0.1:3002) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: false, nominateOnBindingSuccess: false
02/17/25 17:19:58.657: DBG 16DACF: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:19:58.657: DBG 16DACF: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:19:58.660: DBG 16DAD6: [flight1handler.go:flight1Parse:32] PION : [handshake] use cipher suite: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
02/17/25 17:19:58.660: DBG 16DAD6: [handshaker.go:Run:199] PION : [handshake:client] Flight 1 -> Flight 5
02/17/25 17:19:58.660: DBG 16DAD6: [conn.go:func2:1063] PION : [handshake:client] Flight 5: Preparing
02/17/25 17:19:58.660: DBG 16DAD6: [handshaker.go:Run:195] PION : [handshake:client] -> changeCipherSpec (epoch: 1)
02/17/25 17:19:58.660: DBG 16DAD6: [conn.go:func2:1063] PION : [handshake:client] Flight 5: Sending
02/17/25 17:19:58.660: DBG 16DAD6: [handshaker.go:send:264] PION : [handshake:client] -> TypeCertificate (epoch: 0, seq: 1)
02/17/25 17:19:58.660: DBG 16DAD6: [handshaker.go:send:264] PION : [handshake:client] -> ClientKeyExchange (epoch: 0, seq: 2)
02/17/25 17:19:58.660: DBG 16DAD6: [handshaker.go:send:264] PION : [handshake:client] -> CertificateVerify (epoch: 0, seq: 3)
02/17/25 17:19:58.660: DBG 16DAD6: [handshaker.go:send:264] PION : [handshake:client] -> Finished (epoch: 1, seq: 4)
02/17/25 17:19:58.660: DBG 16DAD6: [conn.go:func2:1063] PION : [handshake:client] Flight 5: Waiting
02/17/25 17:19:58.665: DBG 16DBE5: [conn.go:readAndBuffer:730] PION : client: <- ChangeCipherSpec (epoch: 1)
02/17/25 17:19:58.665: DBG 16DBE5: [handshaker.go:Run:199] PION : [handshake:client] Flight 5 -> Flight 5
02/17/25 17:19:58.665: DBG 16DBE5: [conn.go:func2:1063] PION : [handshake:client] Flight 5: Finished
02/17/25 17:19:58.665: DBG 16DBE5: [conn.go:Handshake:238] PION : Handshake Completed
02/17/25 17:19:58.665: DBG 16DBE5: [peerconnection.go:updateConnectionState:778] PION : peer connection state changed: connected
02/17/25 17:19:58.665: DBG 16DBE5: [association.go:createClientWithContext:307] PION : [0x1c0000e41e0] updated cwnd=4380 ssthresh=0 inflight=0 (INI)
02/17/25 17:19:58.665: DBG 16DBE5: [association.go:init:433] PION : [0x1c0000e41e0] sending INIT
02/17/25 17:19:58.665: DBG 16DBE5: [association.go:init:442] PION : [0x1c0000e41e0] state change: 'Closed' => 'CookieWait'
02/17/25 17:19:58.665: DBG 16DBE5: [asm_amd64.s:goexit:1598] PION : [0x1c0000e41e0] writeLoop entered
02/17/25 17:19:58.666: DBG 16DAD6: [asm_amd64.s:goexit:1598] PION : [0x1c0000e41e0] readLoop entered
2025/02/17 11:19:58 [NzGorillaWebSockets.go:processTrackCreated:484] processTrackCreated
2025/02/17 11:19:58 [NzGorillaWebSockets.go:processTrackCreated:484] processTrackCreated
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2594] PION : [0x1c0000e41e0] chunkInit received in state 'CookieWait'
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2594] PION : [0x1c0000e41e0] use ForwardTSN (on init)
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2594] PION : sending INIT ACK
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2594] PION : [0x1c0000e41e0] sendZeroChecksum=false (on init)
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2597] PION : [0x1c0000e41e0] chunkInitAck received in state 'CookieWait'
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2597] PION : [0x1c0000e41e0] initial rwnd=5242880
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2597] PION : [0x1c0000e41e0] updated cwnd=4380 ssthresh=5242880 inflight=0 (INI)
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2597] PION : [0x1c0000e41e0] use ForwardTSN (on initAck)
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleChunk:2597] PION : [0x1c0000e41e0] sendZeroChecksum=false (on initAck)
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleInitAck:1362] PION : [0x1c0000e41e0] sending COOKIE-ECHO
02/17/25 17:19:58.680: DBG 16DACF: [association.go:handleInitAck:1368] PION : [0x1c0000e41e0] state change: 'CookieWait' => 'CookieEchoed'
02/17/25 17:19:58.684: DBG 16DBE3: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:19:58.685: DBG 16DBE3: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:handleChunk:2615] PION : [0x1c0000e41e0] COOKIE-ECHO received in state 'CookieEchoed'
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:handleCookieEcho:1423] PION : [0x1c0000e41e0] state change: 'CookieEchoed' => 'Established'
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:handleChunk:2618] PION : [0x1c0000e41e0] COOKIE-ACK received in state 'Established'
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:handleChunk:2621] PION : [0x1c0000e41e0] DATA: tsn=2882361459 immediateSack=false len=25
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:getOrCreateStream:1610] PION : [0x1c0000e41e0] accepted a new stream (streamIdentifier: 1)
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:handleData:1476] PION : [1:0x1c0000e41e0] reassemblyQueue readable=true
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:handleData:1476] PION : [1:0x1c0000e41e0] readNotifier.signal()
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:handleData:1476] PION : [1:0x1c0000e41e0] readNotifier.signal() done
02/17/25 17:19:58.685: DBG 16DBE3: [stream.go:WriteSCTP:284] PION : [0:0x1c0000e41e0] bufferedAmount = 25
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:popPendingDataChunksToSend:2349] PION : [0x1c0000e41e0] sending ppi=50 tsn=3044825696 ssn=0 sent=1 len=25 (true,true)
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:gatherOutbound:1038] PION : [0x1c0000e41e0] T3-rtx timer start (pt1)
02/17/25 17:19:58.685: DBG 16DBE5: [stream.go:WriteSCTP:284] PION : [1:0x1c0000e41e0] bufferedAmount = 4
02/17/25 17:19:58.685: DBG 16DBE5: [stream.go:SetReliabilityParams:99] PION : [1:0x1c0000e41e0] reliability params: ordered=true type=0 value=0
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:popPendingDataChunksToSend:2349] PION : [0x1c0000e41e0] sending ppi=50 tsn=3044825697 ssn=0 sent=1 len=4 (true,true)
02/17/25 17:19:58.685: DBG 16DBE3: [association.go:gatherOutbound:1038] PION : [0x1c0000e41e0] T3-rtx timer start (pt1)
02/17/25 17:19:58.688: DBG 16DAD6: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:19:58.692: DBG 16DAD6: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:19:58.692: DBG 16DAD6: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleChunk:2624] PION : [0x1c0000e41e0] SACK: cumTSN=3044825696 a_rwnd=4718592
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1866] PION : [0x1c0000e41e0] SACK: measured-rtt=6.958659 srtt=6.958659 new-rto=1000.000000
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleChunk:2624] PION : [0x1c0000e41e0] SACK: cumTSN advanced: 3044825695 -> 3044825696
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1885] PION : [0x1c0000e41e0] T3-rtx timer start (pt2)
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1885] PION : [0x1c0000e41e0] cwnd did not grow: cwnd=4380 ssthresh=5242880 acked=25 FR=false pending=0
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1891] PION : [0:0x1c0000e41e0] bufferedAmount = 0
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1941] PION : [0x1c0000e41e0] T3-rtx timer start (pt3)
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleChunk:2624] PION : [0x1c0000e41e0] SACK: cumTSN=3044825697 a_rwnd=4718592
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleChunk:2624] PION : [0x1c0000e41e0] SACK: cumTSN advanced: 3044825696 -> 3044825697
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1885] PION : [0x1c0000e41e0] SACK: no more packet in-flight (pending=0)
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1885] PION : [0x1c0000e41e0] cwnd did not grow: cwnd=4380 ssthresh=5242880 acked=4 FR=false pending=0
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleSack:1891] PION : [1:0x1c0000e41e0] bufferedAmount = 0
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleChunk:2621] PION : [0x1c0000e41e0] DATA: tsn=2882361460 immediateSack=false len=1
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleData:1476] PION : [0:0x1c0000e41e0] reassemblyQueue readable=true
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleData:1476] PION : [0:0x1c0000e41e0] readNotifier.signal()
02/17/25 17:19:58.692: DBG 16DAD6: [association.go:handleData:1476] PION : [0:0x1c0000e41e0] readNotifier.signal() done
02/17/25 17:19:58.693: DBG 16DAD6: [association.go:gatherOutbound:1040] PION : [0x1c0000e41e0] sending SACK: SACK cumTsnAck=2882361460 arwnd=1048575 dupTsn=[]
02/17/25 17:19:58.693: DBG 16DBE4: [stream.go:SetReliabilityParams:99] PION : [0:0x1c0000e41e0] reliability params: ordered=true type=0 value=0
02/17/25 17:19:58.731: DBG 16DBE3: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:19:58.731: DBG 16DBE3: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:58.739: DBG 16DBE4: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:19:58.739: DBG 16DBE4: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:19:59.810: DBG 16DBE3: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:19:59.810: DBG 16DBE3: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:19:59.822: DBG 16DACF: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:19:59.822: DBG 16DACF: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:00.688: DBG 16DC16: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:00.814: DBG 16DBE4: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:00.814: DBG 16DBE4: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:00.825: DBG 16DBE3: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:00.825: DBG 16DBE3: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:02.689: DBG 16DC43: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:03.340: DBG 16DC43: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:03.340: DBG 16DC43: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:03.340: DBG 16DC43: [agent.go:sendBindingRequest:986] PION : Discarded 1 binding requests because they expired
02/17/25 17:20:03.350: DBG 16DC16: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:03.351: DBG 16DC16: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:04.689: DBG 16DC16: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:05.855: DBG 16DC16: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:05.855: DBG 16DC16: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:05.871: DBG 16DC43: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:05.871: DBG 16DC43: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:06.691: DBG 16DC6A: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:08.371: DBG 16DACF: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:08.371: DBG 16DACF: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:08.375: DBG 16DAD8: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:08.376: DBG 16DAD8: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:08.691: DBG 16DACF: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:10.693: DBG 16DD05: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:10.875: DBG 16DD41: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:10.875: DBG 16DD41: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:10.879: DBG 16DBE3: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:10.879: DBG 16DBE3: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:12.693: DBG 16DD05: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:13.383: DBG 16DAD6: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:13.383: DBG 16DAD6: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:13.389: DBG 16DBE4: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:13.389: DBG 16DBE4: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:14.694: DBG 16DBE4: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:15.887: DBG 16DBE3: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:15.888: DBG 16DBE3: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:15.892: DBG 16DBE4: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:15.892: DBG 16DBE4: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:16.695: DBG 16DC16: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:18.389: DBG 16DC16: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:18.390: DBG 16DC16: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:18.394: DBG 16DBE4: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:18.395: DBG 16DC43: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:18.696: DBG 16DAD8: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:20.696: DBG 16DC16: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:20.902: DBG 16DAD5: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:20.902: DBG 16DAD5: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:20.922: DBG 16DC6A: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:20.922: DBG 16DC6A: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:22.697: DBG 16DC16: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:23.406: DBG 16DE83: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:23.406: DBG 16DE83: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:23.422: DBG 16DC43: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:23.422: DBG 16DC43: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:24.698: DBG 16DAD6: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:25.914: DBG 16DAD6: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:25.914: DBG 16DAD6: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:25.919: DBG 16DC16: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:25.920: DBG 16DC16: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:26.699: DBG 16DD41: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:28.418: DBG 16DE83: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:28.418: DBG 16DE83: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:28.426: DBG 16DD7C: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:28.426: DBG 16DD7C: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:28.699: DBG 16DE83: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:29.192: DBG 16DC6A: [association.go:handleChunk:2612] PION : [0x1c0000e41e0] chunkHeartbeat
02/17/25 17:20:30.700: DBG 16DC15: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:30.933: DBG 16DC15: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:30.933: DBG 16DC15: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:30.953: DBG 16DAD6: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:30.953: DBG 16DAD6: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:32.700: DBG 16DBE2: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:33.434: DBG 16DBE6: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:33.434: DBG 16DBE6: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:33.446: DBG 16DC43: [agent.go:handleInbound:1106] PION : Inbound STUN (SuccessResponse) from udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003)
02/17/25 17:20:33.446: DBG 16DC43: [agent.go:handleInbound:1106] PION : Found valid candidate pair: prio 7998392936314175487 (local, prio 2130706431) udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) <-> udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434) (remote, prio 1862270975), state: succeeded, nominated: true, nominateOnBindingSuccess: true
02/17/25 17:20:34.701: DBG 16DAD5: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:36.063: DBG 16DD05: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:36.063: DBG 16DD05: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:36.142:-WRN-16DD41: [asm_amd64.s:goexit:1598] PION : Incoming unhandled RTCP ssrc(2505307878), OnTrack will not be fired
02/17/25 17:20:36.702: DBG 16DD05: [agent.go:1:399] PION : Checking keepalive
02/17/25 17:20:36.968: DBG 16DAD6: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:36.968: DBG 16DAD6: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
02/17/25 17:20:37.967: DBG 16DC15: [candidate_base.go:func1:293] PION : Inbound STUN (Request) from 192.168.1.159:53434 to udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003), useCandidate: true
02/17/25 17:20:37.967: DBG 16DC15: [selection.go:PingCandidate:221] PION : Ping STUN from udp4 host 192.168.1.67:3003 (resolved: 192.168.1.67:3003) to udp4 prflx 192.168.1.159:53434 related :0 (resolved: 192.168.1.159:53434)
Beta Was this translation helpful? Give feedback.
All reactions