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 28785 - Clarify handling of track attributes for media provider objects in media element
Summary: Clarify handling of track attributes for media provider objects in media element
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 06:31 UTC by Stefan Hakansson LK
Modified: 2016-04-26 17:17 UTC (History)
4 users (show)

See Also:


Attachments

Description Stefan Hakansson LK 2015-06-10 06:31:58 UTC
This is about the situation when a MediaStream [1] is a "media provider 
object" for a HTML media element.

Looking at 
http://www.w3.org/TR/2015/WD-html51-20150417/semantics.html#media-data-processing-steps-list, 


there is no text that deals with what the Audio/VideoTrack object's id, 
kind and label attributes are set to. When the "media provider object" 
is a MediaStream, the MediaStreamTrack(s) [2] of the MediaStream have 
id, kind and label attributes, and the resulting AudioTrack(s) and 
VideoTrack(s) should inherit those properties.

[1] http://w3c.github.io/mediacapture-main/#stream-api
[2] http://w3c.github.io/mediacapture-main/#mediastreamtrack
Comment 1 Arron Eicholz 2016-04-26 17:17:10 UTC
HTML5.1 Bugzilla Bug Triage: Won't fix, the details of how MediaStream should handle or set any value for VideoTrack/AudioTrack should be fully detailed and covered in the Media Capture and Streams document. 

https://w3c.github.io/mediacapture-main/getusermedia.html#mediastreams-in-media-elements

If this resolution is not satisfactory, please copy the relevant bug details/proposal into a new issue at the W3C HTML5 Issue tracker: https://github.com/w3c/html/issues/new where it will be re-triaged. Thanks!