Matroska: Handle recursive SeekHead elements
@icbaker is already working on this.
Since Mar 4, 2024.
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Description
Version
Media3 1.2.1
Reproduction steps
- Use Below Video URI for Testing
- Try to Seek to Any Position, it will drag the player Back to Position 0
- Even Seek bar won't work from PlayerView
Video Info
Duration-> 4060070 size-> 649047285 mimeType -> video/x-matroska
I'm proving some Sample Video URL for testing purpose where I found this Issue where I'm unable to seek to any duration in Media3 Exoplayer.
I'm Using Exoplayer Playerview In this Even Default Seekbar I'm unable to interact with that the seekbar is not even moving in PlayerView.
When I try to seek to any duration Like exoPlayer.seekTo(exoPlayer.currentPosition + 20000) It's seek back to starting position of 0,If I haven't any seek than the full video is playing perfectly but when I touch seek the video current position is going to 0.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.