Re: [mediacapture-main] Support capturing audio output from sound card (#629)

> The getDisplayMedia spec provides the ability to capture system sound, see https://w3c.github.io/mediacapture-screen-share/#dom-mediadevices-getdisplaymedia.

Is the suggestion to file an issue at that specification?

Attempted to get audio using `getDisplayMedia()` using two different approaches, so far. Executing `getDisplayMedia()` once does not resolve to `MediaStream` containing an audio track. Executing `getDisplayMedia()` twice, once audio is being output, then navigating to the prompt again to select the same display device, where output is unknown, e.g., audio in the form of speech, initially results in at least half of the audio already having output before the second media stream containing no audio track is resolved by `getDisplayMedia()`.

What is the canonical procedure per any specification or implementation relevant to media streams and capture origin to capture only audio output?

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

Received on Friday, 25 October 2019 00:01:48 UTC