-
Notifications
You must be signed in to change notification settings - Fork 29
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
Extend MediaMetadata to capture video chapter information #273
Comments
Chrome would be interested in adding chapter information into the MediaMetadata. One thing I think is worth adding to your proposal is artwork per ChapterInformation (so the UA can display an image that represents each chapter if the website provides it). One other thing that I think is worth discussing is whether the startTimeSec is sufficient, or if we should have a new MediaSessionAction for seeking to a chapter. |
never mind (deleted my comment), I thought the |
Hey team, I'm making the corresponding change in the specs: #308 Can I have the write access to the repo? |
Write access is restricted to Media Working Group participants and I cannot associate your GitHub handle with one of them. If you're in the group, please associate your GitHub handle with your W3C account. If you're not yet in the group but are affiliated with a W3C member organization, please join the group! |
Media content such as youtube videos can contain chapters or markers that break down the video’s content by timestamp. (eg: https://www.youtube.com/watch?v=UOg1hHmGIQQ&t=3s)
There is currently no concept of chapter information within the MediaMetadata to capture such information.
Could we extend the MediaMetadata to add fields to capture chapter information as well?
Example proposed changes:
The text was updated successfully, but these errors were encountered: