Re: [mediacapture-main] When is a MediaStream playing? (#615)

One interesting observable difference between Chromium, Chrome and Firefox, Nightly re when a `MediaStream` is playing is when a `MediaStream` is set as `srcObject` of an `HTMLMediaElement` and the pause control is clicked 

**Chromium**

`currentTime` continues to increment during the paused state

**Firefox**

`currentTime` does not increment during the paused state

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

Received on Saturday, 12 October 2019 16:10:43 UTC