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

Making webtorrent stream using standalone script #431

Closed
josaric opened this issue Sep 11, 2015 · 4 comments
Closed

Making webtorrent stream using standalone script #431

josaric opened this issue Sep 11, 2015 · 4 comments

Comments

@josaric
Copy link

@josaric josaric commented Sep 11, 2015

https://github.com/feross/webtorrent/wiki/FAQ

I'm not getting this answer right, do you mean that if nobody seeds a torrent file, I can't upload it?

Can I stream and seed torrent using standalone webtorrent.min.js script?

I'm trying to make small site to stream video, just copying magnet link, do you have any example of that, if do, can you send it to me? Thank you very much! :)

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Sep 12, 2015

Why does browser downloading not work?

It does work! But you can't just paste in any random magnet uri or .torrent file. Is the torrent being seeded by a webrtc-capable client, i.e. webtorrent-hybrid or instant.io?

In the browser, WebTorrent can only download torrents that are explicitly seeded to web peers via a WebTorrent capable client. Desktop torrent clients need to support WebRTC to peer with web browsers.

With WebTorrent, you can download any torrent from the network as long as there are seeders. This is how regular BitTorrent works too.

The point that the FAQ answer is trying to make is that you can't download any old torrent. There have to be "web peers" seeding it. Peers that support WebRTC and WebTorrent.

@feross feross closed this Sep 12, 2015
@josaric

This comment has been minimized.

Copy link
Author

@josaric josaric commented Sep 14, 2015

So, can I be seeder by using your script?

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Feb 11, 2016

Yes, you can be a seeder with the WebTorrent script.

@lock

This comment has been minimized.

Copy link

@lock lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

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