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 upcannot download the torrent using uTorrent client #343
Comments
This comment has been minimized.
This comment has been minimized.
|
uTorrent doesn't implement WebTorrent. |
This comment has been minimized.
This comment has been minimized.
|
What rom1504 means is that the browser-based implementation of WebTorrent only uses the WebRTC protocol to communicate; the BitTorrent protocol uses TCP / UDP. Since the torrent client uTorrent doesn't yet support WebRTC, it won't see any browser-based WebTorrent peers. |
This comment has been minimized.
This comment has been minimized.
|
Thank you guys, that makes sense. Is that somehow related to this? #342 I'm trying to seed a file using nodejs and download it from web browser but nothing is happened. But when I see it using web browser, it works. |
This comment has been minimized.
This comment has been minimized.
|
if you want to seed a file from nodejs and download it from the web browser, you need to use webtorrent-hybrid for seeding https://github.com/feross/webtorrent-hybrid |
This comment has been minimized.
This comment has been minimized.
|
@rom1504 cool! thanks. it works. |
I'm seeding a file using https://instant.io/ and I want to download that file using a torrent client (e.g. uTorrent). When I copy the magnet uri in the torrent client, it doesn't understand the file and does not start the downloading.
Is this the problem of my torrent client or instant.io? Please note that I can download the same file using another window of instant.io.