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

Please, close this issue. #1672

Closed
htorbov opened this issue Jul 21, 2019 · 2 comments
Closed

Please, close this issue. #1672

htorbov opened this issue Jul 21, 2019 · 2 comments
Labels

Comments

@htorbov
Copy link

@htorbov htorbov commented Jul 21, 2019

Please, close this issue.

@SilentBot1 SilentBot1 added the question label Jul 21, 2019
@SilentBot1

This comment has been minimized.

Copy link
Member

@SilentBot1 SilentBot1 commented Jul 21, 2019

Hi @htorbov

The example sintel.torrent will work as there is actively WebRTC peers seeding the content onto the WebRTC swarm for the torrent, other torrents won't have WebRTC peers meaning the torrent's content will be inaccessible in the browser.

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
Brad

@SilentBot1 SilentBot1 closed this Jul 21, 2019
@adamwoo2444

This comment has been minimized.

Copy link

@adamwoo2444 adamwoo2444 commented Aug 5, 2019

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.

@htorbov htorbov changed the title Streaming non-WebRTC torrents? Please, close this issue. Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.