Last active
July 14, 2019 17:13
-
-
Save corwin-of-amber/40bd58860eb2271d8af8bf3e45244e2e to your computer and use it in GitHub Desktop.
Revisions
-
corwin-of-amber revised this gist
Jul 14, 2019 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ [Log] peer1->peer2 signal {"type":"offer","sdp":"v=0\r\no=- 3624713161162515430 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0\r\na=msid-semantic: WMS\r\nm=application 55189 DTLS/SCTP 5000\r\nc=IN IP4 79.176.64.37\r\na=candidate:842163049 1 udp 1677729535 79.176.64.37 55189 typ srflx raddr 0.0.0.0 rport 0 generation 0 network-cost 999\r\na=ice-ufrag:miMp\r\na=ice-pwd:cNw7qh/6H8O7UmZugyAKIshU\r\na=fingerprint:sha-256 53:F3:53:F6:AB:60:C1:6A:CC:0A:A9:98:48:4F:8A:62:0E:46:83:B0:39:C5:09:8F:6E:94:C6:A7:8F:32:04:90\r\na=setup:actpass\r\na=mid:0\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"} (peer-sanity.bundle.js, line 4773) [Log] peer2->peer1 signal {"type":"answer","sdp":"v=0\r\no=- 7710368483432959926 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0\r\na=msid-semantic: WMS\r\nm=application 57305 DTLS/SCTP 5000\r\nc=IN IP4 79.176.64.37\r\nb=AS:30\r\na=candidate:842163049 1 udp 1677729535 79.176.64.37 57305 typ srflx raddr 0.0.0.0 rport 0 generation 0 network-cost 999\r\na=ice-ufrag:PF1b\r\na=ice-pwd:rXk2v0qLYlklVn/BDD8qQGHS\r\na=fingerprint:sha-256 C6:77:6B:3C:F0:2B:C2:03:4D:28:E5:68:BB:CD:64:E1:D3:5B:BB:D7:65:1A:25:95:2F:A0:D1:3B:8D:27:CB:72\r\na=setup:active\r\na=mid:0\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"} (peer-sanity.bundle.js, line 4779) ---- with debug='simple-peer' ---- -
corwin-of-amber renamed this gist
Jul 14, 2019 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,9 @@ [Log] peer1->peer2 signal {"type":"offer","sdp":"v=0\r\no=- 8316152632325746310 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0\r\na=msid-semantic: WMS\r\nm=application 9 DTLS/SCTP 5000\r\nc=IN IP4 0.0.0.0\r\na=ice-ufrag:iV+g\r\na=ice-pwd:l/H6RhqnZ+jhmHyUGFwClvS4\r\na=ice-options:trickle\r\na=fingerprint:sha-256 20:9E:26:93:13:48:CC:26:22:3C:69:86:2E:B0:68:DE:FE:3D:C2:43:D8:2A:94:53:FA:08:3A:BC:D2:D8:5E:43\r\na=setup:actpass\r\na=mid:0\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"} (peer-sanity.bundle.js, line 4773) [Log] peer1->peer2 signal {"candidate":{"candidate":"candidate:842163049 1 udp 1677729535 79.176.64.37 50131 typ srflx raddr 0.0.0.0 rport 0 generation 0 ufrag iV+g network-cost 999","sdpMLineIndex":0,"sdpMid":"0"}} (peer-sanity.bundle.js, line 4773) [Log] peer2->peer1 signal {"type":"answer","sdp":"v=0\r\no=- 2329243050815061480 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE 0\r\na=msid-semantic: WMS\r\nm=application 53699 DTLS/SCTP 5000\r\nc=IN IP4 79.176.64.37\r\nb=AS:30\r\na=candidate:842163049 1 udp 1677729535 79.176.64.37 53699 typ srflx raddr 0.0.0.0 rport 0 generation 0 network-cost 999\r\na=ice-ufrag:c3YB\r\na=ice-pwd:GGotf351ZBFTYzu1pSIvIBmz\r\na=fingerprint:sha-256 26:BE:04:FA:E1:C2:AE:EF:09:E8:09:C6:E7:DC:BF:06:C6:F1:65:C0:C2:14:25:4F:F4:5B:C3:B4:57:40:B9:7B\r\na=setup:active\r\na=mid:0\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"} (peer-sanity.bundle.js, line 4779) ---- with debug='simple-peer' ---- [Log] simple-peer [d275c5d] new peer (peer-sanity.bundle.js, line 296) {initiator: true, trickle: false} +0ms -
corwin-of-amber created this gist
Jul 14, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,72 @@ [Log] simple-peer [d275c5d] new peer (peer-sanity.bundle.js, line 296) {initiator: true, trickle: false} +0ms [Log] simple-peer [d275c5d] _needsNegotiation +6ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] new peer (peer-sanity.bundle.js, line 296) {trickle: false} +1ms [Log] simple-peer [d275c5d] starting batched negotiation +9ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] start negotiation +1ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] signalingStateChange have-local-offer +11ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] createOffer success +1ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] iceStateChange (connection: new) (gathering: gathering) +3ms (peer-sanity.bundle.js, line 296) [Log] iceCandidate – RTCIceCandidate {candidate: "candidate:842163049 1 udp 1677729535 79.176.64.37 … rport 0 generation 0 ufrag SUzN network-cost 999", sdpMid: "0", sdpMLineIndex: 0, …} (peer-sanity.bundle.js, line 4300) RTCIceCandidate {candidate: "candidate:842163049 1 udp 1677729535 79.176.64.37 … rport 0 generation 0 ufrag SUzN network-cost 999", sdpMid: "0", sdpMLineIndex: 0, toJSON: function}RTCIceCandidate [Log] simple-peer [d275c5d] started iceComplete timeout +150ms (peer-sanity.bundle.js, line 296) [Log] iceCandidate – null (peer-sanity.bundle.js, line 4300) [Log] simple-peer [d275c5d] signal +2ms (peer-sanity.bundle.js, line 296) [Log] peer1->peer2 signal – {type: "offer", sdp: "v=0 ↵o=- 8322807115217930931 2 IN IP4 127.0.0.1 ↵s…a=mid:0 ↵a=sctpmap:5000 webrtc-datachannel 1024 ↵"} (peer-sanity.bundle.js, line 4773) {type: "offer", sdp: "v=0 ↵o=- 8322807115217930931 2 IN IP4 127.0.0.1 ↵s…a=mid:0 ↵a=sctpmap:5000 webrtc-datachannel 1024 ↵"}Object [Log] simple-peer [dc556d8] signal() +1ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] signalingStateChange have-remote-offer +0ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] iceStateChange (connection: new) (gathering: complete) +1ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] flushing sender queue +1ms – [] (0) (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] negotiate +0ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] signalingStateChange stable +1ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] iceStateChange (connection: checking) (gathering: new) +0ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] iceStateChange (connection: checking) (gathering: gathering) +0ms (peer-sanity.bundle.js, line 296) [Log] iceCandidate – RTCIceCandidate {candidate: "candidate:842163049 1 udp 1677729535 79.176.64.37 … rport 0 generation 0 ufrag Nq8v network-cost 999", sdpMid: "0", sdpMLineIndex: 0, …} (peer-sanity.bundle.js, line 4300) RTCIceCandidate {candidate: "candidate:842163049 1 udp 1677729535 79.176.64.37 … rport 0 generation 0 ufrag Nq8v network-cost 999", sdpMid: "0", sdpMLineIndex: 0, toJSON: function}RTCIceCandidate [Log] simple-peer [dc556d8] started iceComplete timeout +68ms (peer-sanity.bundle.js, line 296) [Log] iceCandidate – null (peer-sanity.bundle.js, line 4300) [Log] simple-peer [dc556d8] signal +36ms (peer-sanity.bundle.js, line 296) [Log] peer2->peer1 signal – {type: "answer", sdp: "v=0 ↵o=- 7681296540499929151 2 IN IP4 127.0.0.1 ↵s…a=mid:0 ↵a=sctpmap:5000 webrtc-datachannel 1024 ↵"} (peer-sanity.bundle.js, line 4779) {type: "answer", sdp: "v=0 ↵o=- 7681296540499929151 2 IN IP4 127.0.0.1 ↵s…a=mid:0 ↵a=sctpmap:5000 webrtc-datachannel 1024 ↵"}Object [Log] simple-peer [d275c5d] signal() +1ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] flushing sender queue +2ms – [] (0) (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] negotiate +0ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] signalingStateChange stable +0ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] iceStateChange (connection: checking) (gathering: complete) +1ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] iceStateChange (connection: checking) (gathering: complete) +0ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] iceStateChange (connection: failed) (gathering: complete) +15s (peer-sanity.bundle.js, line 296) [Log] simple-peer [dc556d8] destroy (error: Ice connection failed.) +1ms (peer-sanity.bundle.js, line 296) [Error] Error: Ice connection failed. emit (peer-sanity.bundle.js:6938) _destroy (peer-sanity.bundle.js:3844) destroy (peer-sanity.bundle.js:3786) _onIceStateChange (peer-sanity.bundle.js:4054) oniceconnectionstatechange (peer-sanity.bundle.js:3476) [Log] simple-peer [d275c5d] iceStateChange (connection: failed) (gathering: complete) +95ms (peer-sanity.bundle.js, line 296) [Log] simple-peer [d275c5d] destroy (error: Ice connection failed.) +0ms (peer-sanity.bundle.js, line 296) [Error] Error: Ice connection failed. emit (peer-sanity.bundle.js:6938) _destroy (peer-sanity.bundle.js:3844) destroy (peer-sanity.bundle.js:3786) _onIceStateChange (peer-sanity.bundle.js:4054) oniceconnectionstatechange (peer-sanity.bundle.js:3476)