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 upMaking webtorrent stream using standalone script #431
Comments
This comment has been minimized.
This comment has been minimized.
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. |
This comment has been minimized.
This comment has been minimized.
|
So, can I be seeder by using your script? |
This comment has been minimized.
This comment has been minimized.
|
Yes, you can be a seeder with the WebTorrent script. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
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! :)