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

Chapters are not extracted #9

Open
itszechs opened this issue Jun 21, 2022 · 0 comments
Open

Chapters are not extracted #9

itszechs opened this issue Jun 21, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@itszechs
Copy link
Owner

Overview

Extracting ID3 Chapters for better seeking in a video and jumping to specific positions in a video file, of course only if the video file has Chapters.

Current Implementation

https://github.com/itsZECHS/DriveStream/blob/a62ca7221702c21600084a32a40d3c25e006632c/app/src/main/java/zechs/drive/stream/ui/player/PlayerActivity.kt#L145-L147

Using C.TRACK_TYPE_METADATA to filter metadata tracks which I presumed would contains chapters data but unfortunately no.

Not able to find anything concerte in documentation either other than a class name ChapterFrame in ExoPlayer's docs

@itszechs itszechs added bug Something isn't working help wanted Extra attention is needed labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant