Re: [mediacapture-screen-share] Capturing audio-only (#100)

Was googling and arrived here.

I realize this is a different API, not the Extension API, but I've given up on getting browser/tab audio from getDisplayMedia on Mac and I was trying to use tabCapture from an extension since I know the tab audio capture works great via the tabCapture API

However, ...

When using chrome.tabCapture.capture({audio: true, video: true}, (stream) => { ... }) in Chrome, it will mute the audio and so no audio is capture, almost as if it was done intentionally to prevent DRM'd and Youtube media capture

if you set video to false then tab audio is captured normally. If you set the audio to false then video is captured normally. But never video and audio at the same time.

Is screen sharing with tab audio via Chrome a dead end?

This is not about capturing system audio. Just tab audio and video at once. 




-- 
GitHub Notification of comment by innerop
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/100#issuecomment-623207100 using your GitHub account

Received on Monday, 4 May 2020 00:10:15 UTC