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 upnodejs download slowly #512
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
On the browser it's only webrtc peers, on node, it's TCP/uTP peers only. The 3 peers are different from the 5 peers. Sintel is also webseeded but webseed broke in last 2 builds. Pending PR in bittorrent-swarm to fix this. If you want to use webrtc from CLI, you can use webtorrent-hybrid (Although I would recommend using electron-spawn) See webtorrent/webtorrent-hybrid#5 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To my experience , browser mode is faster more then nodejs mode.
I try to run commandline "node cmd.js seed sintel.torrent ", the torrent downloaded from https://webtorrent.io/torrents/sintel.torrent
It just found up to 3 peers , with speed 70kb/s , after 5 minutes , two peers disappeared , and time remaining: Infinity years remaining
but I can recover speed by restart the commandline.
so I open http://webtorrent.io in chrome and watch the same movie , I can found over 5 peers and 20 minutes remaining.
what the different between node and browser ? Is that because of webrtc ?
If some peers has low download speed ,can I change it to other one?