Skip to content

Instantly share code, notes, and snippets.

@patrickatkeylogic
Last active June 13, 2025 20:12
Show Gist options
  • Save patrickatkeylogic/a84211630e3a70e3df8362f9e800ffd9 to your computer and use it in GitHub Desktop.
Save patrickatkeylogic/a84211630e3a70e3df8362f9e800ffd9 to your computer and use it in GitHub Desktop.
Log dump
2025-06-13 16:10:40.399 INFO [34356] [rtc::impl::IceTransport::IceTransport@113] Using STUN server "stun.l.google.com:19302"
2025-06-13 16:10:40.402 INFO [34356] [rtc::impl::PeerConnection::changeSignalingState@1363] Changed signaling state to have-local-offer
peerconnection onSignalingStateChange: 2025-06-13 16:10:40.403 INFO [34356] [rtc::impl::PeerConnection::changeGatheringState@1350] Changed gathering state to in-progress
have-local-offer
2025-06-13 16:10:40.403 INFO [34356] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:1157: Changing state to gathering
ICE Gathering State: in-progress
2025-06-13 16:10:40.405 INFO [34356] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:1157: Changing state to connecting
2025-06-13 16:10:40.405 INFO [34356] [rtc::impl::PeerConnection::changeIceState@1332] Changed ICE state to checking
peerconnection onIceStateChange: 2025-06-13 16:10:40.405 INFO [34356] [rtc::impl::PeerConnection::changeState@1314] Changed state to connecting
checking
Waiting for frames...
2025-06-13 16:10:40.416 INFO [28788] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:437: Using STUN server stun.l.google.com:19302
2025-06-13 16:10:40.424 INFO [31216] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:1433: STUN server binding successful
2025-06-13 16:10:40.424 INFO [31216] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:1452: Got STUN mapped address 209.91.167.175:52743 from server
2025-06-13 16:10:40.425 INFO [31216] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:2491: Candidate gathering done
2025-06-13 16:10:40.425 INFO [31216] [rtc::impl::PeerConnection::changeGatheringState@1350] Changed gathering state to complete
ICE Gathering State: complete
ICE gathering complete. Sending offer...
2025-06-13 16:10:40.447 INFO [31884] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:2475: Connectivity timer started
2025-06-13 16:10:40.449 INFO [31884] [rtc::impl::PeerConnection::changeSignalingState@1363] Changed signaling state to stable
peerconnection onSignalingStateChange: stable
2025-06-13 16:10:40.456 INFO [31216] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:1157: Changing state to connected
2025-06-13 16:10:40.456 INFO [31216] [rtc::impl::PeerConnection::changeIceState@1332] Changed ICE state to connected
peerconnection onIceStateChange: 2025-06-13 16:10:40.460 INFO [31216] [rtc::impl::PeerConnection::initDtlsTransport@277] This connection requires media support
connected
2025-06-13 16:10:40.464 INFO [31216] [rtc::impl::IceTransport::LogCallback@390] juice: udp.c:254: IP Differentiated Services are not supported on Windows
2025-06-13 16:10:40.487 INFO [31216] [rtc::impl::IceTransport::LogCallback@390] juice: agent.c:1157: Changing state to completed
2025-06-13 16:10:40.488 INFO [31216] [rtc::impl::PeerConnection::changeIceState@1332] Changed ICE state to completed
peerconnection onIceStateChange: completed
2025-06-13 16:10:40.513 INFO [22136] [rtc::impl::DtlsTransport::doRecv@963] DTLS handshake finished
2025-06-13 16:10:40.515 INFO [22136] [rtc::impl::DtlsSrtpTransport::postHandshake@298] Deriving SRTP keying material (OpenSSL)
audioTrack onOpen
videoTrack onOpen
2025-06-13 16:10:40.522 INFO [38920] [rtc::impl::SctpTransport::processNotification@870] SCTP connected
2025-06-13 16:10:40.523 INFO [38920] [rtc::impl::PeerConnection::changeState@1314] Changed state to connected
dataChannel onAvailable: is the datachannel open? 0
2025-06-13 16:10:45.143 INFO [38264] [rtc::impl::DtlsTransport::doRecv@995] DTLS closed
2025-06-13 16:10:45.147 INFO [38264] [rtc::impl::PeerConnection::changeState@1314] Changed state to disconnected
2025-06-13 16:10:45.149 INFO [38264] [rtc::impl::SctpTransport::incoming@454] SCTP disconnected
2025-06-13 16:10:45.149 INFO [30592] [rtc::impl::PeerConnection::changeIceState@1332] Changed ICE state to closed
dataChannel onClosed
peerconnection onIceStateChange: closed
2025-06-13 16:10:45.157 INFO [30592] [rtc::impl::PeerConnection::changeState@1314] Changed state to closed
audioTrack onClosed
videoTrack onClosed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment