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 upPlease, close this issue. #1672
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi @htorbov The example From within the browser, there is no way for us to directly speak using the TCP/UDP sockets needed to communicate with regular BitTorrent peers as allowing arbitrary JavaScript access to these communication channels would be a massive security concern. To 'bridge' the networks, you can either setup a webtorrent-hybrid client which seeds between the networks or you can add a webseeds to the torrent in order to provide browser clients an initial seed for the WebRTC swarm. Alternatively, there have been members of the community who have created custom webseeds which pull content from the BitTorrent network on request and seed it to the WebRTC network as a webseed with the downside of added latency and a single point of failure. If you have any further questions please feel free to continue the conversation in this thread and the team will respond, but as this isn't a issue, I'm going to close this. Kind regards |
This comment has been minimized.
This comment has been minimized.
|
Hi @htorbov can you tell me how webtorrent-hybrid can stream non-webrtc torrent files? I am using instant.io code and I have changed the require('webtorrent') with require('webtorrent-hybrid') but it is not working. Please guide me how it will stream non-webrtc torrents. Thank you. |
Please, close this issue.