se-bastiaan / TorrentStream-Android

A torrent streamer library for Android based on libtorrent4j
Other
343 stars 108 forks source link

Stream from torrent while being downloaded using ExoPlayer2 #30

Closed halibegic closed 7 years ago

halibegic commented 7 years ago

Hi, first of all great lib but I'm wondering if it's possible to stream from torrent while downloading. Now I need to wait for "on stream ready" event and then to play the file. Thank You.

vonclutch commented 7 years ago

Hum, in fact you stream when the file is downloaded. The event "on stream rdy" means you have downloaded enough pieces of the file to start streaming without interuption ( the first one and the last one to determine the torrent and then the 3 after the one for starting streaming ). It's normal if it's a bit slow, android devices generaly are not that good compared to a computer and the stream can start after 1min or 2 in the worst case.

halibegic commented 7 years ago

Ok I understand. Thank You.

halibegic commented 7 years ago

Just one more question :) How to handle when the user seeks to half of the video, and there is no pieces downloaded? Thank You.

se-bastiaan commented 7 years ago

That's a question we cannot answer for you, you're building an app and should decide for yourself what the correct behaviour is. Although TorrentStreamServer-Android might be what you're looking for if you want it to continue to play.

halibegic commented 7 years ago

Ok, thank You :+1: