Bug 102708 - [chromium] Should add support for in-band VTT text tracks in WebM media elements
Summary: [chromium] Should add support for in-band VTT text tracks in WebM media elements
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 102830
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-19 12:43 PST by Silvia Pfeiffer
Modified: 2013-04-11 11:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silvia Pfeiffer 2012-11-19 12:43:00 PST
The TextTrack API supports out-of-band as well as in-band text tracks for media elements.

Apple's media ending has a layout test for in-band CEA 608 caption support using LayoutTests/media/content/counting-captioned.mov.

We should add support for Chromium for WebVTT in WebM, too.
Comment 1 Glenn Adams 2012-11-19 14:54:51 PST
make sure the support is not format specific, i.e., if WebM is to support in-band text tracks, then that support should not be limited to WebVTT
Comment 2 Silvia Pfeiffer 2012-11-19 15:39:08 PST
There is no specification for any other timed text format in WebM - only WebVTT:
http://wiki.webmproject.org/webm-metadata/temporal-metadata/webvtt-in-webm
Comment 3 Glenn Adams 2012-11-19 16:18:45 PST
change title to reflect VTT/WebM specific goals of reporter