Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProblem seeding using tcp from the server side #460
Comments
This comment has been minimized.
This comment has been minimized.
|
I think what this issue are the same thing of many others: udp and dht trackers is not compatible with webtorrent peers seeds. |
This comment has been minimized.
This comment has been minimized.
|
Ok, thats good to know.... |
This comment has been minimized.
This comment has been minimized.
|
You must keep calm and wait for an update. Are devs works in this, here in /feross/webtorrent/ and other repositories: |
This comment has been minimized.
This comment has been minimized.
|
As I think, webrtc can not talk to tcp and udp protocol. |
This comment has been minimized.
This comment has been minimized.
|
it is definitely possible to seed in node and download in uTorrent/Transmission/WebTorrent if that doesn't work, it's a bug. (But I think it does work) |
This comment has been minimized.
This comment has been minimized.
|
I think you want to be using webtorrent-hybrid if you want compatibility with the bittorrent network |
This comment has been minimized.
This comment has been minimized.
|
It will be great if can seed in node and download in utorrent/webtorrent(chrome) |
This comment has been minimized.
This comment has been minimized.
|
Are you seeding in Nodejs behind NAT? It will be great if can seed in node and download in
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
I guess your webtorrent command use different tracker other than On Fri, Jan 8, 2016 at 8:10 PM, hualiwang notifications@github.com wrote:
|
This comment has been minimized.
This comment has been minimized.
|
@hualiwang You are seeding in TCP/UDP and trying to download in WebRTC. It just won't work. |
This comment has been minimized.
This comment has been minimized.
|
The current recommendation is to make sure that you're seeding using I am going to work on making that work a lot better soon (i.e. it should use Electron), since it's really hard to install right now. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |

I'm trying to create a simple file seeding using some default trackers but even after the seed has "started" and the callback is being called, when I try to leech the file using the magnet link and uTorrent/Transmission/WebTorrent (Tried all three) the download never starts and it stays stuck on "downloading metadata"
I tried seeding and leeching from a variety of machines (mac, linux and windows) and I just never start downloading.
This is the code I'm running (I'm using webtorrent 0.62.2):