Bug 124034 - Export ID3 PES streams using the HTML5 TextTrack API
Summary: Export ID3 PES streams using the HTML5 TextTrack API
Status: RESOLVED DUPLICATE of bug 123907
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 02:41 PST by Cyril Concolato
Modified: 2013-11-08 16:00 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyril Concolato 2013-11-08 02:41:21 PST
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/
Comment 1 Eric Carlson 2013-11-08 16:00:29 PST

*** This bug has been marked as a duplicate of bug 123907 ***