Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Video always seek forward when stream. #22

Closed
Kuoyhout opened this issue Oct 22, 2016 · 3 comments
Closed

Video always seek forward when stream. #22

Kuoyhout opened this issue Oct 22, 2016 · 3 comments

Comments

@Kuoyhout
Copy link

The buffer progress in onStreamProgress method always jump from 40-60 to 100 and then start playing, after playing for a little while the video will seek forward. Can you tell me why? And how to fix it?

@Kuoyhout Kuoyhout changed the title Video always seek to almost the end when stream. Video always seek forward when stream. Oct 22, 2016
@se-bastiaan
Copy link
Owner

The video will seek forward? What do you mean exactly? The video player you're using is seeking forward?

@Kuoyhout
Copy link
Author

I try to stream a torrent which has a video about 23 minutes long. When onStreamReady method called I played it with my video player, then after about 30 or 40 seconds or a bit longer, the video suddenly jump to about 20 minutes.

I've also try to use intent to let the official video player app play, just like the sample, but after it play for a bit the app suddenly close.

@se-bastiaan
Copy link
Owner

That doesn't really look like something that is TorrentStream's fault, it seems your video player doesn't know how to handle incomplete files.

Try using VLC, it worked really well in the past for me. The sample application just uses a video intent, which doesn't mean it'll use the 'official video player app'. It uses the one you choose, and in my case that is VLC or MX.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants