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 upHow to stream torrent while downloading? #1751
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
I made this example to demonstrate You can see that the subtitle file is streamed to the console before the torrent finishes downloading the full torrent because |
This comment has been minimized.
This comment has been minimized.
|
closing to keep the issues clean. (feel free to ask follow up questions though) |
This comment has been minimized.
This comment has been minimized.
|
@KayleePop I think that demo must be on the documentation as example of use. Looks really cool and simple! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone, first I want to thank you for this great project.
I can download the torrent via client.add, but I still can't understand how to stream it while downloading to the client browser. I saw in the documentation that there is the possibility of using createReadStream, but there is no example of use, could someone give me a hint?
I have only been able to transmit the file after the download completed.