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 upSeeding a file from HTTP stream? #817
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Yes you can, is this related to webtorrent ? |
This comment has been minimized.
This comment has been minimized.
|
This is unrelated to WebTorrent. |
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.
I have a video stored in backblaze.com (a cloud store service), and I can get the public link of video through https protocol. So, can I seed directly this video in NodeJS - I mean: the video won't download and store in computer run NodeJS?
Thank you,