Support progressive forward seeking (without flushing the decoder)
Open
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
Assessment
This issue has not been assessed yet.