frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
446 stars 137 forks source link

Can i specify file piece index to download? #175

Closed kevinkindom closed 6 years ago

kevinkindom commented 6 years ago

i want specify to download the video file, and real time to play it.

and i want specify time to play, Is this possible?

aldenml commented 6 years ago

The scope of this library (or libtorrent in general) is only download related. You can specify the file, blocks inside the file, and progressive download mode, but any matter related to actual play (real time or not), or video seeking, belongs to another layer (the media framework you select).