Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed from nodejs to browser #1147

Closed
dumanhaydar opened this issue Jun 22, 2017 · 4 comments
Closed

Seed from nodejs to browser #1147

dumanhaydar opened this issue Jun 22, 2017 · 4 comments

Comments

@dumanhaydar
Copy link

@dumanhaydar dumanhaydar commented Jun 22, 2017

WebTorrent: latest
OS: Debian
Nodejs: 8.1.2
Browser: Chrome

Hi,

I try to seed from nodejs and download from browser, but it's doesn't work.

nodejs code:

var WebTorrent = require('webtorrent')

var client = new WebTorrent( { dht: false });

client.seed("cache/video.mp4", { path: "cache/" }, function (torrent) {
  console.log(torrent.infoHash)
 });

browser code:

var client = new WebTorrent()
var magnetURI = 'magnet:?xt=urn:btih:f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7'

client.add(magnetURI+'&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com', function (torrent) {
  // Got torrent metadata!
  console.log('Client is downloading:', torrent.infoHash)
	torrent.on('download', function (bytes) {
        								console.log('just downloaded: ' + bytes);
        								console.log('total downloaded: ' + torrent.downloaded);
        								console.log('download speed: ' + torrent.downloadSpeed);
        								console.log('progress: ' + torrent.progress * 100);
        							});
  torrent.files.forEach(function (file) {
      console.log(file)
  })
})
@dumanhaydar

This comment has been minimized.

Copy link
Author

@dumanhaydar dumanhaydar commented Jun 22, 2017

From browser I have that log:

webtorrent [2d57573] new webtorrent (peerId 2d5757303039382d386b59622b6553504e313975, nodeId e4d8fda7a36e752e777ad710a557f230c4e35c21, port 0) +0ms
webtorrent.min.js:4 webtorrent [2d57573] add +3ms
webtorrent.min.js:4 webtorrent:torrent [2d57573] [f5bfa42] new torrent +3ms
webtorrent.min.js:4 webtorrent [2d57573] listening +145ms
webtorrent.min.js:4 bittorrent-tracker:client new client f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +13ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker new websocket tracker wss://tracker.btorrent.xyz +9ms
webtorrent.min.js:4 simple-websocket [b1fd58d] new websocket: Object +4ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker new websocket tracker wss://tracker.fastcast.nz +20ms
webtorrent.min.js:4 simple-websocket [f1ec929] new websocket: Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker new websocket tracker wss://tracker.openwebtorrent.com +6ms
webtorrent.min.js:4 simple-websocket [184e4f7] new websocket: Object +1ms
webtorrent.min.js:4 bittorrent-tracker:client setInterval 900000 +6ms
webtorrent.min.js:4 bittorrent-tracker:client send `start` +2ms
webtorrent.min.js:4 simple-websocket [184e4f7] connect +269ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker generating 10 offers +5ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +2ms
webtorrent.min.js:4 simple-peer [9fa467f] new peer Object +7ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +15ms
webtorrent.min.js:4 simple-peer [31a45d1] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +8ms
webtorrent.min.js:4 simple-peer [555c731] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +7ms
webtorrent.min.js:4 simple-peer [f2008bc] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +6ms
webtorrent.min.js:4 simple-peer [c85e137] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +8ms
webtorrent.min.js:4 simple-peer [1e8da21] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +5ms
webtorrent.min.js:4 simple-peer [2fbada5] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +4ms
webtorrent.min.js:4 simple-peer [aa3ffa4] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +5ms
webtorrent.min.js:4 simple-peer [df62b50] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +7ms
webtorrent.min.js:4 simple-peer [b96651b] new peer Object +1ms
webtorrent.min.js:4 simple-peer [9fa467f] signalingStateChange have-local-offer +25ms
webtorrent.min.js:4 simple-peer [31a45d1] signalingStateChange have-local-offer +1ms
webtorrent.min.js:4 simple-peer [555c731] signalingStateChange have-local-offer +3ms
webtorrent.min.js:4 simple-peer [f2008bc] signalingStateChange have-local-offer +1ms
webtorrent.min.js:4 simple-peer [c85e137] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [1e8da21] signalingStateChange have-local-offer +1ms
webtorrent.min.js:4 simple-peer [2fbada5] signalingStateChange have-local-offer +5ms
webtorrent.min.js:4 simple-peer [aa3ffa4] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [df62b50] signalingStateChange have-local-offer +1ms
webtorrent.min.js:4 simple-peer [b96651b] signalingStateChange have-local-offer +1ms
webtorrent.min.js:4 simple-websocket [b1fd58d] connect +111ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker generating 10 offers +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +1ms
webtorrent.min.js:4 simple-peer [dace981] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +6ms
webtorrent.min.js:4 simple-peer [049ded4] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +9ms
webtorrent.min.js:4 simple-peer [42df202] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +5ms
webtorrent.min.js:4 simple-peer [7b7afae] new peer Object +0ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +4ms
webtorrent.min.js:4 simple-peer [2bc8dbb] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +4ms
webtorrent.min.js:4 simple-peer [446658f] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +5ms
webtorrent.min.js:4 simple-peer [ffba1cf] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +5ms
webtorrent.min.js:4 simple-peer [6f1ea90] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +5ms
webtorrent.min.js:4 simple-peer [405d662] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +6ms
webtorrent.min.js:4 simple-peer [0f79da5] new peer Object +1ms
webtorrent.min.js:4 simple-peer [1e8da21] signal +10ms
webtorrent.min.js:4 simple-peer [2fbada5] signal +3ms
webtorrent.min.js:4 simple-peer [aa3ffa4] signal +2ms
webtorrent.min.js:4 simple-peer [df62b50] signal +1ms
webtorrent.min.js:4 simple-peer [b96651b] signal +2ms
webtorrent.min.js:4 simple-peer [9fa467f] signal +4ms
webtorrent.min.js:4 simple-peer [31a45d1] signal +6ms
webtorrent.min.js:4 simple-peer [555c731] signal +3ms
webtorrent.min.js:4 simple-peer [f2008bc] signal +2ms
webtorrent.min.js:4 simple-peer [c85e137] signal +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker generated 10 offers +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker send {"numwant":10,"uploaded":0,"downloaded":0,"left":null,"event":"started","action":"announce","info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷","peer_id":"-WW0098-8kYb+eSPN19u","offers":[{"offer":{"type":"offer","sdp":"v=0\r\no=- 4370355847508925945 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57100 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57097 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57098 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57099 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57100 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57100 typ srflx raddr 192.168.1.59 rport 57100 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:N3Qq\r\na=ice-pwd:waZ6UxIgnOjuR//lyiMOBfg/\r\na=fingerprint:sha-256 5D:40:B9:D7:7F:58:4F:03:A5:9A:27:16:E4:C4:B4:F0:B1:2C:06:B6:3A:83:1D:A5:59:56:5F:B7:47:93:29:FE\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"\u0004ê\u0004°ö\u0019ipn-=ìle2\u001eÖ\u001dN\u001d"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 4779219093842774583 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57104 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57101 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57102 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57103 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57104 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57104 typ srflx raddr 192.168.1.59 rport 57104 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:uOMn\r\na=ice-pwd:+47eCmD2y8YKjLoj+sonY3ad\r\na=fingerprint:sha-256 09:F4:28:C7:2C:D9:E7:77:00:C4:58:1D:66:93:E6:E5:8A:B7:D6:1E:5D:BD:4C:E4:BE:A9:EB:1B:C6:60:7B:9F\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"±Rà \u0011\u0007÷W\u0018]�ûÓí¸�\u0012ô©¡"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 9004249236246775764 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57108 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57105 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57106 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57107 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57108 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57108 typ srflx raddr 192.168.1.59 rport 57108 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:iUON\r\na=ice-pwd:4J/OicT8vkFlGvp0X2syRBa6\r\na=fingerprint:sha-256 C8:BC:33:7B:6C:F2:FF:57:5E:4F:B6:8F:D7:CA:51:C9:72:9C:3E:71:68:23:5E:30:5E:23:10:EB:12:64:EB:CA\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"ìvDÆ©�f¢Úß\u001d§*�6ÁÎ0�\u0003"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 5121978128407480301 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57112 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57109 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57110 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57111 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57112 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57112 typ srflx raddr 192.168.1.59 rport 57112 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:zYVw\r\na=ice-pwd:aOakuyUW335mJC6cH1IBOmY+\r\na=fingerprint:sha-256 C0:2F:78:EB:71:6C:B6:5F:3F:1F:BE:7F:F4:DB:C0:D2:E4:26:ED:20:59:B2:39:4D:99:19:10:EC:95:14:B9:10\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"\u0004å\u0000úzõëÿ*FÙbò\u001e/}¹õºÐ"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 8598926040460595269 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57116 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57113 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57114 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57115 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57116 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57116 typ srflx raddr 192.168.1.59 rport 57116 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:kcDG\r\na=ice-pwd:/lan4PiFV45dU75+SBW54RfF\r\na=fingerprint:sha-256 3A:3D:6E:8A:D9:2C:A7:FA:17:74:28:4B:8F:06:18:7F:5B:2A:F1:6A:BA:D7:F0:0F:8A:BF:03:63:DA:38:DD:46\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"u~D�.b\\1RP�i !µOè»à\n"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 8283375908501188695 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57080 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57077 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57078 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57079 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57080 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57080 typ srflx raddr 192.168.1.59 rport 57080 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:GSr3\r\na=ice-pwd:UvADb0o3jvbYrI3pFsf39ukg\r\na=fingerprint:sha-256 0C:FD:EB:0B:CE:80:DF:F1:56:47:60:D8:DC:B7:31:33:A0:56:4E:CF:5A:C5:97:C6:17:12:38:F9:79:91:3D:1E\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"\u0012Q¾5ý\fQ c£ã8\u000ePL:�Ü��"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 5744224064656659058 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57084 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57081 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57082 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57083 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57084 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57084 typ srflx raddr 192.168.1.59 rport 57084 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:jWvN\r\na=ice-pwd:AWUtTi6nnnyyhxxHoOf+NB1m\r\na=fingerprint:sha-256 71:E3:45:D6:10:D3:1F:59:40:1F:70:64:72:AC:35:2C:AB:BB:BB:33:DF:A5:93:E1:F7:29:13:BF:56:19:12:08\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"\tFBÖÀvd\u0004\u001aR)|wáðÔ+\trÀ"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 6106032642538684332 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57088 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57085 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57086 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57087 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57088 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57088 typ srflx raddr 192.168.1.59 rport 57088 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:XMnO\r\na=ice-pwd:uZRz+S05LqZv+ckcxvDUcm4w\r\na=fingerprint:sha-256 4C:92:1A:79:0F:8A:0F:8D:37:A4:37:ED:06:B5:5E:2B:23:50:48:B9:37:B0:B0:9D:35:7A:63:30:C0:D0:AE:25\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"K»�0¿ÉûÔOÉ;ÑvS[ðR#ôæ"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 359959810074468356 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57092 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57089 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57090 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57091 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57092 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57092 typ srflx raddr 192.168.1.59 rport 57092 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:tk4V\r\na=ice-pwd:oTsby9jjpgjIl+SO0xXriS8P\r\na=fingerprint:sha-256 72:1B:2A:48:50:7E:D3:53:76:A7:AA:96:A3:ED:06:6E:D8:64:27:8A:28:A6:84:23:CE:DE:AC:99:D0:C4:5E:74\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"SÍ\u0019\u001e\u0019É�o}u3ä'\u0013áù\u0012à[\u0013"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 4612535161073288176 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57096 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57093 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57094 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57095 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57096 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57096 typ srflx raddr 192.168.1.59 rport 57096 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:C7Xx\r\na=ice-pwd:Evn/wb7/35lb8+l7pzny9eZ3\r\na=fingerprint:sha-256 80:82:AE:2E:43:00:3E:9D:BC:90:C7:25:DD:38:BF:98:75:3F:26:12:8D:70:60:92:C7:89:6A:00:3D:15:D4:01\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"c�\u0016�æµê\u0019#�¿Fþ�ü\u000fëàQA"}]} +4ms
webtorrent.min.js:4 simple-peer [dace981] signalingStateChange have-local-offer +11ms
webtorrent.min.js:4 simple-peer [049ded4] signalingStateChange have-local-offer +1ms
webtorrent.min.js:4 simple-peer [42df202] signalingStateChange have-local-offer +1ms
webtorrent.min.js:4 simple-peer [7b7afae] signalingStateChange have-local-offer +3ms
webtorrent.min.js:4 simple-peer [2bc8dbb] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [446658f] signalingStateChange have-local-offer +4ms
webtorrent.min.js:4 simple-peer [ffba1cf] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [6f1ea90] signalingStateChange have-local-offer +3ms
webtorrent.min.js:4 simple-peer [405d662] signalingStateChange have-local-offer +3ms
webtorrent.min.js:4 simple-peer [0f79da5] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker received {"complete":2,"incomplete":0,"action":"announce","interval":120,"info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷"} from wss://tracker.openwebtorrent.com for f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +43ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker received {"action":"announce","answer":{"type":"answer","sdp":"v=0\r\no=- 7990036775642984077 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57159 DTLS/SCTP 5000\r\nc=IN IP4 192.168.1.59\r\nb=AS:30\r\na=candidate:2072139682 1 udp 2113937151 192.168.1.59 57159 typ host generation 0 network-cost 50\r\na=candidate:301770850 1 udp 2113939711 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57160 typ host generation 0 network-cost 50\r\na=ice-ufrag:3wcM\r\na=ice-pwd:o6+wOtUSTwtlWeAgnAT5vP2Z\r\na=fingerprint:sha-256 94:41:AE:30:4B:D0:4B:58:0A:5B:36:EB:C1:6A:2F:87:2A:67:96:30:6E:E6:C5:B9:11:CF:21:24:CF:71:09:FC\r\na=setup:active\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"\u0004ê\u0004°ö\u0019ipn-=ìle2\u001eÖ\u001dN\u001d","peer_id":"-WW0098-SkUEd/g/oxZu","info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷"} from wss://tracker.openwebtorrent.com for f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +51ms
webtorrent.min.js:4 simple-peer [1e8da21] signal() +1ms
webtorrent.min.js:4 webtorrent:torrent [2d57573] [f5bfa42] add peer 2d5757303039382d536b5545642f672f6f785a75 +2ms
webtorrent.min.js:4 webtorrent:peer new Peer 2d5757303039382d536b5545642f672f6f785a75 +1ms
webtorrent.min.js:4 simple-peer [1e8da21] signalingStateChange stable +9ms
webtorrent.min.js:4 simple-peer [1e8da21] iceStateChange (connection: checking) (gathering: complete) +3ms
webtorrent.min.js:4 simple-peer [1e8da21] iceStateChange (connection: connected) (gathering: complete) +5ms
webtorrent.min.js:4 simple-peer [1e8da21] maybeReady pc true channel false +1ms
webtorrent.min.js:4 simple-peer [1e8da21] on channel open +1ms
webtorrent.min.js:4 simple-peer [1e8da21] maybeReady pc true channel true +1ms
webtorrent.min.js:4 simple-peer [1e8da21] connect local: fdf9:642f:f5a7::45d:57097 remote: fdf9:642f:f5a7::45d:57160 +3ms
webtorrent.min.js:4 simple-peer [1e8da21] connect +1ms
webtorrent.min.js:4 webtorrent:peer Peer 2d5757303039382d536b5545642f672f6f785a75 connected +1ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] new wire +1ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] handshake i=f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 p=2d5757303039382d386b59622b6553504e313975 exts=Object +3ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] got handshake i=f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 p=2d5757303039382d536b5545642f672f6f785a75 exts=Object +9ms
webtorrent.min.js:4 webtorrent:peer Peer 2d5757303039382d536b5545642f672f6f785a75 got handshake f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +2ms
webtorrent.min.js:4 webtorrent:torrent [2d57573] [f5bfa42] got wire 87643cd5 (fdf9:642f:f5a7::45d:57160) +1ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] setTimeout ms=30000 unref=true +3ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] setKeepAlive true +1ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] use extension.name=ut_metadata +3ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] extended ext=0 +4ms
webtorrent.min.js:4 simple-peer [dace981] signal +3ms
webtorrent.min.js:4 simple-peer [049ded4] signal +1ms
webtorrent.min.js:4 webtorrent:torrent [2d57573] [f5bfa42] ut_metadata warning: Peer does not have metadata +3ms
webtorrent.min.js:4 bittorrent-protocol [87643cd5] got extended handshake +1ms
webtorrent.min.js:4 simple-peer [42df202] signal +1ms
webtorrent.min.js:4 simple-peer [7b7afae] signal +1ms
webtorrent.min.js:4 simple-peer [2bc8dbb] signal +1ms
webtorrent.min.js:4 simple-peer [446658f] signal +0ms
webtorrent.min.js:4 simple-peer [ffba1cf] signal +1ms
webtorrent.min.js:4 simple-peer [6f1ea90] signal +2ms
webtorrent.min.js:4 simple-peer [405d662] signal +1ms
webtorrent.min.js:4 simple-peer [0f79da5] signal +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker generated 10 offers +0ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker send {"numwant":10,"uploaded":0,"downloaded":0,"left":null,"event":"started","action":"announce","info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷","peer_id":"-WW0098-8kYb+eSPN19u","offers":[{"offer":{"type":"offer","sdp":"v=0\r\no=- 689574687940222927 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57122 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57119 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57120 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57121 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57122 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57122 typ srflx raddr 192.168.1.59 rport 57122 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:8Msd\r\na=ice-pwd:RFMJ9UTdKLtBJiC9iJu8u2Yp\r\na=fingerprint:sha-256 9D:C8:7C:6E:E5:4C:2F:4C:34:53:3B:E4:60:95:A0:4C:39:96:A9:77:14:9A:4E:FA:99:5F:E5:DE:96:36:43:B9\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"è\u0017Û�\u0014!�tÐì\\k1ý}�\u001aO\u001bD"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 5468428168395710892 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57126 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57123 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57124 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57125 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57126 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57126 typ srflx raddr 192.168.1.59 rport 57126 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:z+lI\r\na=ice-pwd:Z1e4Ipv4V/Zbr/h/eByKPcjh\r\na=fingerprint:sha-256 4E:49:4A:ED:12:1A:B3:C6:0A:5D:4D:46:A2:F9:5B:02:E4:2F:CB:9F:28:09:CB:5C:2E:11:C8:B1:44:2B:B4:B9\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"�f.ÇI*c\u001bíwòôq jº±�\u0006,"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 2263361947090910022 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57130 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57127 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57128 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57129 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57130 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57130 typ srflx raddr 192.168.1.59 rport 57130 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:wxoV\r\na=ice-pwd:4s37GH8YCnKJ1CMSMAXM35tb\r\na=fingerprint:sha-256 49:A8:48:8F:B2:D8:E7:66:72:B2:14:B6:BA:A6:B9:1D:67:42:1E:0A:B1:74:91:42:6D:28:2B:F0:E5:CD:0A:06\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"·�?°Øèji}\u0018�.­U¢©ê_y>"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 2839413359745768337 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57134 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57131 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57132 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57133 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57134 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57134 typ srflx raddr 192.168.1.59 rport 57134 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:3LMf\r\na=ice-pwd:El9RC/jffIBOybiPKs7KZIEy\r\na=fingerprint:sha-256 7F:5C:78:AA:A2:57:AA:BF:B4:D4:68:EE:14:AB:D0:05:6C:F7:D3:5D:4C:88:FD:A4:03:28:36:AD:43:A9:FF:8E\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"q u|k6\u0013$æå&\u0007�\u0013GÞy\u0010EB"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 1969783999573968419 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57138 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57135 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57136 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57137 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57138 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57138 typ srflx raddr 192.168.1.59 rport 57138 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:DnJU\r\na=ice-pwd:B+0o74gZyQY/ET4bpCGxCyI7\r\na=fingerprint:sha-256 AE:E2:E5:79:AE:B9:9A:3B:F2:2E:0F:8E:A3:3A:9C:8C:98:07:47:C3:8B:48:69:30:06:D8:DB:54:2E:47:5A:D2\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"�\u0016^k)ÌñÉ©).LC�ñ±R�ß."},{"offer":{"type":"offer","sdp":"v=0\r\no=- 5313419685162411491 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57142 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57139 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57140 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57141 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57142 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57142 typ srflx raddr 192.168.1.59 rport 57142 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:tKvV\r\na=ice-pwd:qqYXL8KpVgdalEe17wADlpix\r\na=fingerprint:sha-256 DC:6A:66:FC:BE:FD:D6:BD:AF:75:2E:BD:57:5B:B6:7D:0D:D8:05:BB:F8:33:FE:07:DF:02:3E:01:1D:90:64:06\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"&RÓ¿A!rlêT\u0017Ñ\"µa}%��ô"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 3185485223754465760 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57146 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57143 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57144 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57145 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57146 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57146 typ srflx raddr 192.168.1.59 rport 57146 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:+/jW\r\na=ice-pwd:f8qlbhF3YIrTi9k1H76ce93c\r\na=fingerprint:sha-256 FB:CF:60:75:04:74:21:DA:A3:76:9E:B5:11:48:D7:CC:0E:93:AF:AC:71:1A:64:74:AF:C4:63:B5:DE:15:84:B0\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"\u0012h��0\t\u000fÄ¿s9�\u001a¾C��'B�"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 8663222573271595212 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57150 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57147 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57148 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57149 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57150 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57150 typ srflx raddr 192.168.1.59 rport 57150 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:1bZa\r\na=ice-pwd:QARkcEwm0NSHcOadQMEG2XBq\r\na=fingerprint:sha-256 C3:24:62:1A:08:34:C8:BC:9A:53:DF:BF:5F:F1:DE:1F:DD:F3:FA:9D:D9:F6:31:B0:54:D4:FF:DE:16:C2:92:DC\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"¸¨�M#�+�mX\u001b\u000bWø·@+;1?"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 8410358055192296722 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57154 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57151 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57152 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57153 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57154 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57154 typ srflx raddr 192.168.1.59 rport 57154 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:LbRK\r\na=ice-pwd:/A2geGSB2us5/unZ7MQVCC52\r\na=fingerprint:sha-256 3F:37:F3:22:B4:DB:41:A5:12:B6:45:F8:1B:51:7F:D6:81:AF:48:22:A8:01:53:3E:99:B9:9E:72:20:A8:06:88\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"nÞ1G��Øã©LMÁÈ\u0000Óvï��¦"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 4386214137317031586 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57158 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57155 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57156 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57157 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57158 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57158 typ srflx raddr 192.168.1.59 rport 57158 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:0M4x\r\na=ice-pwd:UEyBeM/y3gWVmK7g2TF4/n+e\r\na=fingerprint:sha-256 06:6A:37:13:1F:23:B7:FD:7B:32:D8:61:14:88:A4:3D:E4:BF:10:7F:FE:C8:C9:01:06:F6:F6:58:A5:EE:A1:7F\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"<Rß)çÒo §\u00141@vÁ�`Øü��"}]} +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker received {"complete":2,"incomplete":0,"action":"announce","interval":120,"info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷"} from wss://tracker.btorrent.xyz for f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +122ms
webtorrent.min.js:4 simple-websocket [f1ec929] connect +662ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker generating 10 offers +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +2ms
webtorrent.min.js:4 simple-peer [571c780] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +14ms
webtorrent.min.js:4 simple-peer [316b27a] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +12ms
webtorrent.min.js:4 simple-peer [790076d] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +12ms
webtorrent.min.js:4 simple-peer [2d13723] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +12ms
webtorrent.min.js:4 simple-peer [b032152] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +11ms
webtorrent.min.js:4 simple-peer [43975db] new peer Object +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +11ms
webtorrent.min.js:4 simple-peer [752c0a4] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +9ms
webtorrent.min.js:4 simple-peer [612ac08] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +10ms
webtorrent.min.js:4 simple-peer [c2587e6] new peer Object +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker creating peer (from _generateOffers) +9ms
webtorrent.min.js:4 simple-peer [b0698a3] new peer Object +1ms
webtorrent.min.js:4 simple-peer [571c780] signalingStateChange have-local-offer +19ms
webtorrent.min.js:4 simple-peer [316b27a] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [790076d] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [2d13723] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [b032152] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [43975db] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [752c0a4] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [612ac08] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [c2587e6] signalingStateChange have-local-offer +3ms
webtorrent.min.js:4 simple-peer [b0698a3] signalingStateChange have-local-offer +2ms
webtorrent.min.js:4 simple-peer [571c780] signal +139ms
webtorrent.min.js:4 simple-peer [316b27a] signal +6ms
webtorrent.min.js:4 simple-peer [790076d] signal +4ms
webtorrent.min.js:4 simple-peer [2d13723] signal +2ms
webtorrent.min.js:4 simple-peer [b032152] signal +3ms
webtorrent.min.js:4 simple-peer [43975db] signal +5ms
webtorrent.min.js:4 simple-peer [752c0a4] signal +3ms
webtorrent.min.js:4 simple-peer [612ac08] signal +2ms
webtorrent.min.js:4 simple-peer [c2587e6] signal +4ms
webtorrent.min.js:4 simple-peer [b0698a3] signal +2ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker generated 10 offers +1ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker send {"numwant":10,"uploaded":0,"downloaded":0,"left":null,"event":"started","action":"announce","info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷","peer_id":"-WW0098-8kYb+eSPN19u","offers":[{"offer":{"type":"offer","sdp":"v=0\r\no=- 6515754924388512105 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57164 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57161 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57162 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57163 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57164 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57164 typ srflx raddr 192.168.1.59 rport 57164 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:5y1E\r\na=ice-pwd:QSS7AWV+aqkkfFq/8o0ugWQJ\r\na=fingerprint:sha-256 70:78:5A:A0:71:6E:31:0E:AD:E4:7F:6B:BA:62:E6:71:E5:E6:83:34:4C:01:6F:4F:8A:50:48:EA:08:63:71:87\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"8�L\\+\u00072ËúÛI¥e\u0012ïIÙÈõÓ"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 6148968560966195333 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57169 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57166 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57167 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57168 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57169 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57169 typ srflx raddr 192.168.1.59 rport 57169 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:Nal7\r\na=ice-pwd:Mg5ZIqZoyKlATFknFW1VgX+k\r\na=fingerprint:sha-256 FC:A5:C1:58:9B:6B:7D:13:10:1F:D8:2A:39:2B:A4:0E:10:71:9C:0E:00:C4:BE:04:32:DC:0E:F7:88:7E:0A:0A\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"WúÜ%æ\u0006\u001c\u0012дGÖ,Uk�\f�Ëæ"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 5002806178217437246 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57173 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57170 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57171 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57172 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57173 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57173 typ srflx raddr 192.168.1.59 rport 57173 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:7DtY\r\na=ice-pwd:j39VWx9onCwJHiqRKyqBlLYd\r\na=fingerprint:sha-256 ED:46:21:7C:F7:7E:4E:7D:4F:05:2E:C5:3B:DF:0E:27:F2:04:63:F8:87:54:EC:25:7C:C2:AD:FF:46:30:1E:69\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"\u0002�Æ\u0002êÿ{\u0013\nbVc\r\u001d\n\u0007äAgX"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 9175752175796845584 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57177 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57174 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57175 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57176 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57177 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57177 typ srflx raddr 192.168.1.59 rport 57177 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:SKw6\r\na=ice-pwd:N9EC4Sbayut2zKuH/+L9o6qu\r\na=fingerprint:sha-256 C5:6B:00:63:8B:18:61:89:E2:4A:13:2A:E0:1B:C4:8F:9E:81:58:3A:0B:EE:2B:DF:14:8D:FA:27:4B:2B:D4:E3\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"Å%Ç®X\bÃZxSÄ-5ºg ¬+\u001cI"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 1234966937571772766 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57181 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57178 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57179 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57180 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57181 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57181 typ srflx raddr 192.168.1.59 rport 57181 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:th39\r\na=ice-pwd:fdZq7ywEK6hsLHw6S1Dz6ThN\r\na=fingerprint:sha-256 0F:64:B5:05:1A:7F:B7:24:B9:BB:68:6C:81:2C:D1:F1:C2:A1:09:37:97:E4:9D:8D:FB:12:C0:91:4E:71:5E:08\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"�Ø\u0017«ÃwoßÅ\tb4F3\u0015\b\n¥\u0001u"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 5652739315580792213 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57265 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57182 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57187 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57264 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57265 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57265 typ srflx raddr 192.168.1.59 rport 57265 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:l4vM\r\na=ice-pwd:IZr8+Ujt7seXhv6ckIJtezVh\r\na=fingerprint:sha-256 EC:D5:02:E1:FC:92:B2:67:7B:A1:59:58:42:D8:80:9C:EC:85:DE:59:A0:16:87:53:56:D2:B6:F5:44:D3:8B:06\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"aÊ�Là��(C\\ùGµs<=y\u000eu�"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 679355377249620802 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57309 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57270 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57307 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57308 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57309 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57309 typ srflx raddr 192.168.1.59 rport 57309 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:LMEO\r\na=ice-pwd:FWVheFQenoTnlyG3dnjm6Cvq\r\na=fingerprint:sha-256 90:61:AC:B1:3D:AC:06:86:51:4F:0C:96:5C:88:F6:42:5F:2E:0F:92:22:87:5A:C3:DB:7E:30:04:82:09:31:F6\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"�\fìÉ Dð\u0007\u0011� 6�\u0007��Èø¦�"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 4653627396916257584 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57313 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57310 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57311 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57312 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57313 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57313 typ srflx raddr 192.168.1.59 rport 57313 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:2QT+\r\na=ice-pwd:EwqCg/N6J/8vimZY7/5+X+qe\r\na=fingerprint:sha-256 27:B1:35:A2:E5:81:36:AB:0C:24:24:99:6E:9E:04:B4:A6:EE:4E:12:97:F9:3E:31:43:B6:F1:18:52:21:48:E2\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"Ò\u0014\u0007d�wÖx\u000bËP�ôس~D\u001aqó"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 6669978531673149898 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57317 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57314 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57315 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57316 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57317 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57317 typ srflx raddr 192.168.1.59 rport 57317 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:Hjyi\r\na=ice-pwd:FytiWtWWzClfAYglVHuV+L0R\r\na=fingerprint:sha-256 4C:44:7C:27:0F:2C:92:AE:34:B3:52:E7:B2:87:78:63:75:09:5B:CB:64:01:5A:47:D4:91:D0:BF:13:88:8E:46\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"í�E©å\nF¸Ì<Í�ï~ù��8�í"},{"offer":{"type":"offer","sdp":"v=0\r\no=- 3902807324747853906 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57321 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:1143015864 1 udp 2122265343 fdf9:642f:f5a7::45d 57318 typ host generation 0 network-id 4 network-cost 10\r\na=candidate:301770850 1 udp 2122197247 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57319 typ host generation 0 network-id 3 network-cost 10\r\na=candidate:1507697947 1 udp 2122131711 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 57320 typ host generation 0 network-id 2 network-cost 10\r\na=candidate:2072139682 1 udp 2122063615 192.168.1.59 57321 typ host generation 0 network-id 1 network-cost 10\r\na=candidate:2375167606 1 udp 1685855999 217.136.145.41 57321 typ srflx raddr 192.168.1.59 rport 57321 generation 0 network-id 1 network-cost 10\r\na=candidate:178451784 1 tcp 1518285567 fdf9:642f:f5a7::45d 9 typ host tcptype active generation 0 network-id 4 network-cost 10\r\na=candidate:1602180242 1 tcp 1518217471 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 9 typ host tcptype active generation 0 network-id 3 network-cost 10\r\na=candidate:392059371 1 tcp 1518151935 2a02:a03f:1ecf:800:cc33:b724:3ad:4354 9 typ host tcptype active generation 0 network-id 2 network-cost 10\r\na=candidate:889301842 1 tcp 1518083839 192.168.1.59 9 typ host tcptype active generation 0 network-id 1 network-cost 10\r\na=ice-ufrag:VJVk\r\na=ice-pwd:b6ha/AO9f/4e+3FTeHk/vTvy\r\na=fingerprint:sha-256 F3:95:A3:AD:B7:95:AC:A9:38:3A:CE:66:62:71:B5:AE:87:A7:12:F0:E1:E9:25:C1:98:7C:C6:D6:66:F7:BD:A0\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"|¢¯WMºL#¡í��¦½ø$,\u0002Òã"}]} +0ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker received {"complete":0,"incomplete":2,"action":"announce","interval":120,"info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷"} from wss://tracker.fastcast.nz for f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +350ms
webtorrent.min.js:4 bittorrent-tracker:websocket-tracker received {"action":"announce","offer":{"type":"offer","sdp":"v=0\r\no=- 6106767732495272932 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 57324 DTLS/SCTP 5000\r\nc=IN IP4 217.136.145.41\r\na=candidate:2072139682 1 udp 2113937151 192.168.1.59 57324 typ host generation 0 network-cost 50\r\na=candidate:301770850 1 udp 2113939711 2a02:a03f:1ecf:800:cc0f:2db5:bddc:4ec 57325 typ host generation 0 network-cost 50\r\na=candidate:842163049 1 udp 1677729535 217.136.145.41 57324 typ srflx raddr 192.168.1.59 rport 57324 generation 0 network-cost 50\r\na=ice-ufrag:mA3H\r\na=ice-pwd:ZLov+veDIMbENcNzdRa4voi2\r\na=fingerprint:sha-256 8A:E3:57:EF:76:9D:A6:4E:82:0E:38:44:37:EB:F1:B7:BE:C1:B7:5F:F4:BE:FC:DB:6F:3E:F6:BA:54:EB:79:F6\r\na=setup:actpass\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"},"offer_id":"ñW\u0011\u001c­\u001d\u000fïDd\u0015¦�å¹�¶Ð9�","peer_id":"-WW0098-SkUEd/g/oxZu","info_hash":"õ¿¤!%ts*�\t©à®4ú��®\u001c÷"} from wss://tracker.openwebtorrent.com for f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +2s
@dumanhaydar

This comment has been minimized.

Copy link
Author

@dumanhaydar dumanhaydar commented Jun 22, 2017

From Node i have that initially:

webtorrent [2d57573] new webtorrent (peerId 2d5757303039382d5a546141677154627a6f7773, nodeId 72775aa145c4664beac9c79994b8495e33187a4c, port 0) +0ms
webtorrent:tcp-pool create tcp pool (port 0) +3ms
webtorrent [2d57573] seed +7ms
webtorrent [2d57573] add +1ms
webtorrent:torrent [2d57573] [unknown infohash] new torrent +0ms
webtorrent [2d57573] listening +1ms
bittorrent-tracker:client new client f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +28ms
bittorrent-tracker:udp-tracker new udp tracker udp://explodie.org:6969 +2ms
bittorrent-tracker:udp-tracker new udp tracker udp://tracker.coppersurfer.tk:6969 +0ms
bittorrent-tracker:udp-tracker new udp tracker udp://tracker.empire-js.us:1337 +0ms
bittorrent-tracker:udp-tracker new udp tracker udp://tracker.leechers-paradise.org:6969 +0ms
bittorrent-tracker:udp-tracker new udp tracker udp://tracker.opentrackr.org:1337 +0ms
bittorrent-tracker:client setInterval 900000 +1ms
bittorrent-tracker:client send `start` +0ms
webtorrent:torrent [2d57573] [f5bfa42] got metadata +3ms
webtorrent:torrent [2d57573] [f5bfa42] select 0-57 (priority 0) +1ms
webtorrent:torrent [2d57573] [f5bfa42] verifying existing torrent data +2ms
random-access-file open() file=cache/segm170622142058231.ts? +5ms
random-access-file creating containing directory cache +1ms
random-access-file opened file=cache/segm170622142058231.ts? +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 0 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 1 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 2 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 3 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 4 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 5 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 6 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 7 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 8 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 9 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 10 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 11 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 12 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 13 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 14 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 15 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 16 +0ms
bittorrent-tracker:udp-tracker UDP response udp://tracker.leechers-paradise.org:6969, action 0 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 17 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 18 +0ms
bittorrent-tracker:udp-tracker UDP response udp://tracker.opentrackr.org:1337, action 0 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 19 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 20 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 21 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 22 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 23 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 24 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 25 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 26 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 27 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 28 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 29 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 30 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 31 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 32 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 33 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 34 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 35 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 36 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 37 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 38 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 39 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 40 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 41 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 42 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 43 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 44 +0ms
bittorrent-tracker:udp-tracker UDP response udp://tracker.leechers-paradise.org:6969, action 1 +1ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:36897 +1ms
webtorrent:peer new Peer 104.199.78.94:36897 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +1ms
webtorrent:torrent [2d57573] [f5bfa42] drain (2 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:36897 +0ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:37761 +1ms
webtorrent:peer new Peer 104.199.78.94:37761 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (3 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:37761 +0ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:38705 +0ms
webtorrent:peer new Peer 104.199.78.94:38705 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (4 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:38705 +0ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:43085 +0ms
webtorrent:peer new Peer 104.199.78.94:43085 +1ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (5 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:43085 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 45 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 46 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 47 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 48 +0ms
bittorrent-tracker:udp-tracker UDP response udp://tracker.coppersurfer.tk:6969, action 0 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 49 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 50 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 51 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 52 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 53 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 54 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 56 +1ms
webtorrent:torrent [2d57573] [f5bfa42] piece verified 57 +0ms
webtorrent:torrent [2d57573] [f5bfa42] done verifying +0ms
webtorrent:torrent [2d57573] [f5bfa42] on store +0ms
webtorrent:torrent [2d57573] [f5bfa42] file done: segm170622142058231.ts? +2ms
webtorrent:torrent [2d57573] [f5bfa42] torrent done: f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7 +0ms
bittorrent-tracker:udp-tracker UDP response udp://tracker.coppersurfer.tk:6969, action 1 +9ms
webtorrent [2d57573] on seed +4ms
f5bfa4212574732a8709a9e0ae34fa8e96ae1cf7
bittorrent-tracker:udp-tracker UDP response udp://explodie.org:6969, action 0 +103ms
bittorrent-tracker:udp-tracker UDP response udp://explodie.org:6969, action 1 +141ms
webtorrent:peer destroy 104.199.78.94:36897 (error: connect timeout) +5s
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:36897 +1ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (3 queued, 0/55 peers) +0ms
webtorrent:peer destroy 104.199.78.94:37761 (error: connect timeout) +0ms
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:37761 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (2 queued, 0/55 peers) +1ms
webtorrent:peer destroy 104.199.78.94:38705 (error: connect timeout) +0ms
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:38705 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (1 queued, 0/55 peers) +0ms
webtorrent:peer destroy 104.199.78.94:43085 (error: connect timeout) +0ms
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:43085 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (0 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:43085 closed: will re-add to queue in 1000ms (attempt 1) +0ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:38705 closed: will re-add to queue in 1000ms (attempt 1) +1ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:37761 closed: will re-add to queue in 1000ms (attempt 1) +0ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:36897 closed: will re-add to queue in 1000ms (attempt 1) +0ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:43085 +999ms
webtorrent:peer new Peer 104.199.78.94:43085 +2ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (2 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:43085 +0ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:38705 +1ms
webtorrent:peer new Peer 104.199.78.94:38705 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (3 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:38705 +0ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:37761 +1ms
webtorrent:peer new Peer 104.199.78.94:37761 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (4 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:37761 +0ms
webtorrent:torrent [2d57573] [f5bfa42] add peer 104.199.78.94:36897 +0ms
webtorrent:peer new Peer 104.199.78.94:36897 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (5 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] tcp connect attempt to 104.199.78.94:36897 +0ms
webtorrent:peer destroy 104.199.78.94:43085 (error: connect timeout) +5s
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:43085 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (3 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:43085 closed: will re-add to queue in 5000ms (attempt 2) +0ms
webtorrent:peer destroy 104.199.78.94:38705 (error: connect timeout) +1ms
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:38705 +1ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (2 queued, 0/55 peers) +0ms
webtorrent:peer destroy 104.199.78.94:37761 (error: connect timeout) +0ms
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:37761 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (1 queued, 0/55 peers) +0ms
webtorrent:peer destroy 104.199.78.94:36897 (error: connect timeout) +0ms
webtorrent:torrent [2d57573] [f5bfa42] removePeer 104.199.78.94:36897 +0ms
webtorrent:torrent [2d57573] [f5bfa42] _drain numConns 0 maxConns 55 +0ms
webtorrent:torrent [2d57573] [f5bfa42] drain (0 queued, 0/55 peers) +0ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:36897 closed: will re-add to queue in 5000ms (attempt 2) +0ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:37761 closed: will re-add to queue in 5000ms (attempt 2) +0ms
webtorrent:torrent [2d57573] [f5bfa42] conn 104.199.78.94:38705 closed: will re-add to queue in 5000ms (attempt 2) +0ms
@dumanhaydar

This comment has been minimized.

Copy link
Author

@dumanhaydar dumanhaydar commented Jun 22, 2017

Sorry, it's ok, we can close.

I need to use "webtorrent-hybrid". Now it's ok

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Jun 22, 2017

I'm glad you figured it out.

@lock lock bot locked as resolved and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.