Last active
November 15, 2024 08:36
-
-
Save information-security/682e78a53b3e2b1da6b1edd4c7c51d33 to your computer and use it in GitHub Desktop.
Fake webcam & audio streams for Google Chrome on Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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