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 upontorrent callback isn't fired in browser #173
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
WebTorrent can only download torrents that are explicitly seeded to the WebTorrent network. Torrent clients need to support WebRTC to peer with web browsers. Currently, no clients support it but you can use http://instant.io/ to seed torrents that WebTorrent can download. |
This comment has been minimized.
This comment has been minimized.
|
Thanks for this clarification. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I tried the snippet from the README with webtorrent 0.11.2 in chrome and firefox 34.0 and chrome 38 on windows 7.
The callback is never fired.
Webtorrent on the command-line with the same magnet link downloads the file right away.
So I tried the following code (inspired by the cmd.js file):
And the console shows the 'infoHash' log, but the 'metadata' log never shows up.
Anyidea what could be the issue here?
Regards
Laurent