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

This is the code used https://github.com/w3c/mediacapture-main/issues/628#issuecomment-541337186.

Technically, the media stream is still playing even when the specific media element where `srcObject` is set to the `MediaStream` is paused. Consider more than one media element having the same `MediaStream` as source. Simply because one media element is paused does not translate into the `MediaStream` itself not playing.

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

Received on Monday, 14 October 2019 14:57:26 UTC