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 upwebtorrent.io VS instant.io #1300
Comments
This comment has been minimized.
This comment has been minimized.
|
Hey Ciao121, When on webtorrnet.io, the .torrent file is embedded in the page (bundle.js@76) as a base64 encoded buffer and the torrents content is loaded from 'https://webtorrent.io/torrents/' via HTTP(s) without using any WebRTC, hence only the single peer listed on the graph. As mentioned in #1291 WebRTC data channels support is missing in Edge. If you use the torrent listed at 'https://webtorrent.io/torrents/sintel.torrent' in Edge, as the .torrent file contains the necessary metadata and webseed url it should also load the content over HTTP(s) and it should load fine within Edge, if you are using the .torrent within Edge and it isn't working, go into the development console (F12), enable logging by entering If you use the MagnetURI within Edge on Instant.io without specifying In environments where web sockets can't be used, when adding a torrent to the client via infohash, you can manually specify a HTTP(s) url to load the .torrent file (metadata) from and the HTTP(s) location of the torrents content. An example of this is as follows:
The example above should work on Instant.io in Edge if pasted within the development console (F12) using solely HTTP(s). |
This comment has been minimized.
This comment has been minimized.
|
@SilentBot1 |
This comment has been minimized.
This comment has been minimized.
|
There was some brief ~1hr downtime this morning due to emergency maintenance at the webhost. Seems like this issue is resolved. Thanks for the detailed answer, @SilentBot1. I'm going to close this now, but feel free to continue discussion in this issue. |
Hi,
I'm trying to understand why, using MS EDGE, the torrent located at https://webtorrent.io/torrents/sintel.torrent is playing on webtorrent.io but not on instant.io.
Can anybdy help to understand? Thank you!