[Bug 27984] New: Should attach the media element to the MediaStream object

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27984

            Bug ID: 27984
           Summary: Should attach the media element to the MediaStream
                    object
           Product: WebRTC Working Group
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Media Capture and Streams
          Assignee: public-media-capture@w3.org
          Reporter: jiajia.qin@intel.com
                CC: public-media-capture@w3.org

In
http://w3c.github.io/mediacapture-main/#loading-and-playing-a-mediastream-in-a-media-element,
it says 'When the MediaStream state moves from the active to the inactive
state, the User Agent MUST raise an ended event on the media element and set
its ended attribute to true.' But currently, there is no directly relationship
between mediastream and media element. In mediastream, we can control active to
inactive and trigger the 'inactive' event. But we can't raise an ended event on
the media element. Should we add the 'attach to element algorithm' like
mediasource does? (http://w3c.github.io/media-source/#mediasource-attach )

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Monday, 9 February 2015 09:03:57 UTC