getDisplayMedia "could not start audio source"

Viewed 609

I have chrome, version info:

Google Chrome 80.0.3987.149 (Official Build) (64-bit) (cohort: Stable) Revision 5f4eb224680e5d7dca88504586e9fd951840cac6-refs/branch-heads/3987_137@{#16} OS Windows 7 Service Pack 1 (Build 7601.24544)

And when I execute

navigator.mediaDevices.getDisplayMedia({video:1, audio: 1})

then select "share audio" in the popup, I get a DOM exception :

"could not start audio source"

This only happens on my desktop windows 7, but on my windows 7 laptop, it doesn't display this error. I just copied the Chrome folder from my program files and put it on the desktop, from the working laptop, but still, the error is there.

I noticed under the support for audio, it mentions that chrome version 74^ is [almost the only one that is] supported, which I appear to have version 80.

Any ideas how to fix this, if there is a way?

0 Answers
Related