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

Faster seekto for exo player #3389

Closed
anhmiuhv opened this issue Oct 23, 2017 · 1 comment
Closed

Faster seekto for exo player #3389

anhmiuhv opened this issue Oct 23, 2017 · 1 comment

Comments

@anhmiuhv
Copy link

anhmiuhv commented Oct 23, 2017

Hi,

I'm currently using ExoPlayer 2.5.4 for playing an offline resource. With my current implementation (which is the one on the guide website), the seekTo took about 500 - 1000 ms to update the frame. Is there any way I can config it to be faster? I'm running it on the pixel gen 1. I'm using a textureView as a renderer.

@ojw28
Copy link
Contributor

ojw28 commented Oct 24, 2017

The only way to make it faster is support seeking to nearest key-frame rather than to the exact frame. This is tracked by #2882.

@ojw28 ojw28 closed this as completed Oct 24, 2017
@google google locked and limited conversation to collaborators Mar 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants