Skip to content

Instantly share code, notes, and snippets.

@information-security
Last active November 15, 2024 08:36
Show Gist options
  • Save information-security/682e78a53b3e2b1da6b1edd4c7c51d33 to your computer and use it in GitHub Desktop.
Save information-security/682e78a53b3e2b1da6b1edd4c7c51d33 to your computer and use it in GitHub Desktop.
Fake webcam & audio streams for Google Chrome on Windows
:: With custom video file
./chrome.exe --use-fake-device-for-media-stream --use-file-for-fake-video-capture=c:\akiyo_qcif.y4m --user-data-dir=C:\tmp
:: With default stream
./chrome.exe --use-fake-device-for-media-stream --user-data-dir=C:\tmp2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment