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 upStream torrent without downloading the file #1027
Comments
This comment has been minimized.
This comment has been minimized.
|
No, torrent clients need to be able to share files with others while they download, so the data needs to be stored somewhere. When using webtorrent in node, by default that place is the file system. If you're willing to write code, you can store data in-memory by passing a custom You can set that option to use this package: https://www.npmjs.com/package/memory-chunk-store |
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. |
Is there a way to stream the torrent directly. Currently it saves the file which is being streamed.