Open
Bug 883122
Opened 11 years ago
Updated 2 years ago
[webvtt] Implement the rules for constructing a chapter tree from a text track
Categories
(Core :: Audio/Video: Playback, defect, P5)
Core
Audio/Video: Playback
Tracking
()
REOPENED
People
(Reporter: reyre, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
(deleted),
image/svg+xml
|
Details |
Text tracks with kind=chapter have different rules for processing.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•8 years ago
|
Assignee: nobody → bechen
Comment 1•8 years ago
|
||
Hi Ray, could you take this bug? I think it is better to implement it in the video control.
Our goal is that: show a chapter menu on the video control for user selection.
1. We need a UI button/box/area to show the chapters.
2. When user press/hover the button, we need to do:
2.1 Get the chapter texttracks through video element
2.2 Run the algorithm to construct a nested tree.
https://html.spec.whatwg.org/multipage/embedded-content.html#text-tracks-describing-chapters:text-track-rules-for-extracting-the-chapter-title
2.3 Display the tree at UI
3.If user select one chapter, do a seek.
Flags: needinfo?(ralin)
Comment 2•8 years ago
|
||
sure, though I am not quite sure we could just move forward without UX/UI spec. Perhaps, we need to clarify how many implementable VTT features and how to integrate them (maybe?)...otherwise, video control might run out of room for each function/button.
Tim, what do you think about this?
Thanks.
Flags: needinfo?(ralin) → needinfo?(timdream)
Comment 3•8 years ago
|
||
Bobby, Vance, per discussed, let's evaluate the priority of this feature in Platform team and schedule UX effort accordingly.
Flags: needinfo?(vchen)
Flags: needinfo?(timdream)
Flags: needinfo?(bchien)
Comment 4•8 years ago
|
||
As discussion with media team, media team is already starting platform works (non-UI related). However, we are still working on UX and frontend planning. No ETA so far.
Flags: needinfo?(vchen)
Flags: needinfo?(jocheng)
Flags: needinfo?(bchien)
Updated•8 years ago
|
Priority: -- → P5
Comment 5•8 years ago
|
||
Attaching chapter button icon here so that we don't need to look for visual resource if we pick up this bug again after quite a while.
Updated•8 years ago
|
Flags: needinfo?(jocheng)
Comment 6•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: bechen → nobody
Flags: needinfo?(jmathies)
Updated•3 years ago
|
Flags: needinfo?(jmathies)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•