androidx / androidx/media

Matroska: Handle recursive SeekHead elements

Open
#1,143 6 comments 1 reaction 1 assignee View on GitHub

@icbaker is already working on this.

Since Mar 4, 2024.

enhancement
Dominant language
Java
Stars
3k
Forks
955
Avg merge
12d 14h
Merged PRs (30d)
2

Description

Version
Media3 1.2.1

Reproduction steps

  1. Use Below Video URI for Testing
  2. Try to Seek to Any Position, it will drag the player Back to Position 0
  3. Even Seek bar won't work from PlayerView

Video URI
https://firebasestorage.googleapis.com/v0/b/sample-fefcc.appspot.com/o/demo.viki.mkv?alt=media&token=ba09dffc-c076-4a43-ae36-6cdc8a16223e

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.