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

When `await play()` is used at Chromium 78  `timeupdate` event is not dispatched. `play` event then `waiting` event are dispatched.

Firefox 68 and Nightly 70 throw `MediaStreamError` 
​
```
constraint: ""
​
message: "Starting video failed"
​
name: "AbortError"
​
stack: ""
```

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

Received on Thursday, 19 September 2019 00:13:46 UTC