Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to pipe the torrent files to a spawn while downloading at the same time? #452

Closed
shirotech opened this issue Oct 5, 2015 · 0 comments

Comments

@shirotech
Copy link

@shirotech shirotech commented Oct 5, 2015

Seems like a pretty nice library, was wondering if the following scenario is possible, the use case is not having to save the files physically to a disk, which would allow uploading directly to a remote server.

torrentStream.pipe(child.spawn('acd_cli', ['stream', filename, conf.folder]).stdin);

Would something like this be feasible?

@shirotech shirotech closed this Oct 5, 2015
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.