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

cannot download the torrent using uTorrent client #343

Closed
afshinm opened this issue Jun 4, 2015 · 5 comments
Closed

cannot download the torrent using uTorrent client #343

afshinm opened this issue Jun 4, 2015 · 5 comments

Comments

@afshinm
Copy link
Contributor

@afshinm afshinm commented Jun 4, 2015

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.

@rom1504

This comment has been minimized.

Copy link
Member

@rom1504 rom1504 commented Jun 4, 2015

uTorrent doesn't implement WebTorrent.

@Wingman4l7

This comment has been minimized.

Copy link

@Wingman4l7 Wingman4l7 commented Jun 4, 2015

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.

@afshinm

This comment has been minimized.

Copy link
Contributor Author

@afshinm afshinm commented Jun 4, 2015

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.

@rom1504

This comment has been minimized.

Copy link
Member

@rom1504 rom1504 commented Jun 4, 2015

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

@afshinm

This comment has been minimized.

Copy link
Contributor Author

@afshinm afshinm commented Jun 4, 2015

@rom1504 cool! thanks. it works.

@afshinm afshinm closed this Jun 4, 2015
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 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
3 participants
You can’t perform that action at this time.