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 Just wanted to confirm that Chromium/Chrome implementation of `onmute`, `onunmute` and `onended` is not reliable. 

Found another Chromium bug that will file shortly. When a `<video>` `captureStream()` method is called before `src` is set and the captured stream is passed to `MediaRecorder` the `addtrack` event is occasionally not dispatched when `src` of `HTMLVideoElement` is changed.

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

Received on Tuesday, 14 May 2019 16:55:20 UTC