- From: <bugzilla@jessica.w3.org>
- Date: Tue, 08 May 2012 21:25:05 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17006 Summary: Setting track language & kind when the information is in a manifest Product: HTML WG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Media Source Extensions AssignedTo: adrianba@microsoft.com ReportedBy: acolwell@chromium.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org Adaptive streaming specs like MPEG-DASH allow language & kind information to be specified in the manifest instead of only in the initialization segments. We'd like to be able to reflect this information in AudioTrack, VideoTrack, & TextTrack objects. The web application needs a mechanism to associate this information with the appropriate tracks. Proposed solutions: 1. Remove the readonly modifier from the kind & language attributes on Audio|Video|TextTrack and allow assignment. 2. Create a Media Source specific method on HTMLMediaElement like the following: void sourceSetTrackInfo(in DOMString trackId, in DOMString kind, in DOMString language) -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Wednesday, 9 May 2012 02:20:24 UTC