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

Video reload #3720

Closed
Gidex opened this issue Jan 18, 2018 · 2 comments
Closed

Video reload #3720

Gidex opened this issue Jan 18, 2018 · 2 comments
Assignees
Labels

Comments

@Gidex
Copy link

Gidex commented Jan 18, 2018

Why does video reload after rewind?

@AquilesCanta
Copy link
Contributor

Why does video reload after rewind?

Because ExoPlayer does not currently keep the buffered content for seeking back. Good news is that it is something that @ojw28 has been looking at. @ojw28, would you mind filling any gaps/pointing to the right resource?

Relevant: #2882.

@ojw28
Copy link
Contributor

ojw28 commented Jan 18, 2018

We do not cache persistently on disk by default, and we discard our in-memory buffer as we play over it. There are features in the dev branch that allow you to retain buffer after you've played it for a period of time, as described in #3583, however these features are not yet available in a release.

@ojw28 ojw28 added the question label Jan 18, 2018
@ojw28 ojw28 closed this as completed Apr 22, 2018
@google google locked and limited conversation to collaborators Sep 11, 2018
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

3 participants