Bug 124034
Summary: | Export ID3 PES streams using the HTML5 TextTrack API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cyril Concolato <cconcolato> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | eric.carlson, jer.noble, jonlee |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Cyril Concolato
Apple iOS applications support the playback of MPEG-2 transport streams containing ID3 PES Streams for synchronized timed-metadata [1]. On iOS, it is thus possible to write native applications that use this timed metadata, such as in [2]. The HTML 5 specification provides a way to expose timed metadata to Web applications in the form of an HTML 5 TextTrack of kind 'metadata' [3]. It would be good to expose this ID3 metadata using the TexTrack to be able to reproduce the behavior of the native application in Web apps.
Note that some work towards standardizing how to expose metadata tracks is being carried in a W3C community group [4].
[1] https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/HTTP_Live_Streaming_Metadata_Spec/HTTP_Live_Streaming_Metadata_Spec.pdf
[2] http://jmacmullin.wordpress.com/2010/11/03/adding-meta-data-to-video-in-ios/
[3] http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#timed-text-tracks
[4] http://www.w3.org/community/inbandtracks/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Carlson
*** This bug has been marked as a duplicate of bug 123907 ***