google / google/ExoPlayer

Support progressive forward seeking (without flushing the decoder)

Open
#9,449 2 comments 0 reactions 1 assignee Claimed by @andrewlewis View on GitHub
enhancement low priority
Dominant language
Java
Stars
21.9k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

Suppose my current player position is 100ms. Now I want to seek to 150ms. As 150ms is slightly greater than 100ms, we don't need to seek to previous sync frame and come to current seek position. We can just step forward the decoder. I think this will be useful in smooth and fast forward seeking. Is this possible in this player? If it is not possible directly, how can I achieve this? Any thoughts would be appreciated.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.