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

@youennf 

> getUserMedia is focusing on microphones and cameras, extending it to audiooutput would probably not work well.

It is already possible to capture audio output with `getUserMedia()` and `enumerateDevices()`. 

It is simply not clear that procedure is possible. Chromium only lists microphone and camera at UI prompt. "Speakers" or "Audio Output" should be listed, where the equivalent of `enumerateDevices()` is executed internally to select `"audiooutput"` device when that option is selected at `getUserMedia()` UI permission prompt.

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

Received on Thursday, 24 October 2019 14:45:54 UTC