This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27758 - MSE should provide a reference for sourcing track attributes
Summary: MSE should provide a reference for sourcing track attributes
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Media Source Extensions (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: CR
Assignee: Aaron Colwell
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-05 22:29 UTC by Bob Lund
Modified: 2015-01-09 19:27 UTC (History)
3 users (show)

See Also:


Attachments

Description Bob Lund 2015-01-05 22:29:39 UTC
The MSE specification should provide an informative reference to "Sourcing In-band Media Resource Tracks from Media Containers into HTML"[1] that describes how audio, video and text track attributes should be sourced for the MSE byte stream formats.

One way to do this is as follows:

- Add a statement to the general requirements for all byte stream format specifications [2], e.g. "A byte stream format should provide references for sourcing track attributes from data in initialization segments".

- In each of the existing byte stream format specs defined in the MSE registry [3], add a reference to [1] in the "Initialization Segments" section; e.g. "The user agent should source attribute values for id, kind, label and language of  audio, video and text tracks as described for the relevant media resource format. [INBANDTRACKS]"

[1] http://dev.w3.org/html5/html-sourcing-inband-tracks/
[2] http://w3c.github.io/media-source/#byte-stream-formats
[3] http://w3c.github.io/media-source/byte-stream-format-registry.html#registry
Comment 1 Aaron Colwell 2015-01-09 19:27:29 UTC
Change committed...
https://github.com/w3c/media-source/commit/c3ad59c7a370d04430969ba73d18dc9bcde57a33

I did not update the mpeg audio byte stream format spec because the in-band spec doesn't appear to have sections for .mp3 and .aac content. It would be nice if info was added to the INBANDTRACKS spec for these formats so I can simply point to it like I do for the other formats.