Re: [mediacapture-fromelement] MediaStreamTrack does not dispatch "ended" event at Chromium when src of HTMLMediaElement is changed, Firefox does dispatch "ended" event; which implementation is correct? (#78)

@guidou 

> but I would like to see more alignment with the HTML definition.

That is the purpose of filing this issue and https://github.com/w3c/mediacapture-main/issues/583. While english is an equivocal language, capable of having differing definitions for the same term, technical specifications should try to avoid ambiguity where possible; e.g., `muted` at HTML and `MediaStreamTrack` where the two definitions of the term `muted` could be adjusted to be consistent with each other. 

From perspective here (front-end) when an `HTMLMediaElement` `srcObject` is set to a `MediaStream` instance the `muted`, `ended` attributes/properties output should be derived (first) from the `MediaStream`/`MediaStreamTrack`, not the `HTMLMediaElement` - as the media resource is the `MediaStreamTrack`

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/78#issuecomment-490972707 using your GitHub account

Received on Thursday, 9 May 2019 16:23:42 UTC