Skip to content
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

keeping buffer at the specified position #2171

Closed
rafiip opened this issue Dec 8, 2016 · 1 comment
Closed

keeping buffer at the specified position #2171

rafiip opened this issue Dec 8, 2016 · 1 comment
Labels

Comments

@rafiip
Copy link

rafiip commented Dec 8, 2016

Hi,
I am using latest version of exoplayer and i'm trying to play a local video through it .
i'm trying to play specified video between 2 given points in a loop , and since i want to make that loop seamless , i would like to keep buffer at start point ( not start point of the default video but the given one ).
i will appreciate if you point me to the right direction since i almost lost my mind to it .

@ojw28 ojw28 added the question label Dec 11, 2016
@ojw28
Copy link
Contributor

ojw28 commented Dec 11, 2016

We already support seamless looping in ExoPlayer V2. So I think all you need is the ability to play a section of a video (rather than the whole thing), which you could then loop. The ability to play a section of a video is tracked by #1988, so please follow that issue.

@ojw28 ojw28 closed this as completed Dec 11, 2016
@google google locked and limited conversation to collaborators Jun 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants