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 upDownloading doesn't start #310
Comments
This comment has been minimized.
This comment has been minimized.
|
I've noticed recently where the webtorrent node client aggressively disconnects from peers, leaving very few or none left to download from. This is a bug. |
This comment has been minimized.
This comment has been minimized.
|
I noticed the same thing.I tested back all the versions and found it started with release 0.32. |
This comment has been minimized.
This comment has been minimized.
|
I am experiencing the same issue with both 0.39 and 0.40. |
This comment has been minimized.
This comment has been minimized.
|
I believe the issue comes from the upgrade to bittorrent-swarm@2 with WebRTC support. This is the only major modification between 0.31 and 0.32. https://github.com/feross/bittorrent-swarm/commit/1af8d8ff19a824f195b6886569f3d82148e3f37a |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Anything new on this? I am a bit stuck, I am trying to use the webtorrent in a node program, and I get no connections, I also git no connections using the webtorrent cli. Any bandaids or anything? I don't want to downgrade to .31 because that seems to introduce several other bugs |
This comment has been minimized.
This comment has been minimized.
EXCELLENT NEWS EVERYONE!This bug is fixed in webtorrent v0.53.0 – wohoo!About time! This was the longest I've ever spent trying to track down a bug -- several days, I lost count. And I still don't quite understand what's going on. The piece selection code needs a good refactor to get to the bottom of this. But the regression is fixed! Now if you give Here's what you should try now:Install
Pick a video torrent you want to stream:
The video will start playing in VLC. Now, go to https://instant.io. Drag-and-drop the .torrent file onto the page. It should start playing before the complete file is downloaded in We're getting closer to the final vision of WebTorrent – get excited! |
This comment has been minimized.
This comment has been minimized.
|
Excellent update. I started using webtorrent instead of peerflix three days Really appreciate for your amazing work. On Wed, Jul 15, 2015 at 9:47 PM, Feross Aboukhadijeh <
|
This comment has been minimized.
This comment has been minimized.
|
No problem - thanks! |
Thank you for great work, but I couldn't get successful result yet.
I'm trying to test streaming with next commend:
But the downloading wouldn't start.
I've waited for 4 minutes for
webtorrent.For comparison, with same command for
peerflix,downloading started in about 30secs and streaming started in about 1min.
Is this limited by WebRTC which webtorrent using? Or, can I try something more?