-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Sequential Downloads #150
Comments
Do you mean for cmd/torrent? In the library, just open a reader on the file/torrent you want, and read in the order you want. |
I can use the reader to read in order, but that doesn't ensure the torrent downloads in order. I understand BitTorrent is not optimal to download the data in order, but I wish to use it for video streaming. |
I use the torrent Client myself for video streaming, its piece prioritization is designed to ensure that data is optimized toward satisfying sequential reads from the Just to check, be sure to stream the data to your player from the |
Thanks so much! I will check this out and write back about my findings :) Really appreciate the quick response (sorry I took awhile) and love the library! |
@anacrolix
Is it possible to somehow force the library to download all the pieces sequentially? |
@antonsoroko not currently |
Can you add support for sequential downloading.
The text was updated successfully, but these errors were encountered: