Reputation:
I need to test Google Chrome with fake camera input for development testing. In OSX 10.11 how do you open Google Chrome with command line --use-fake-device-for-media-stream
( http://www.webrtc.org/testing)
And check the camera list items from javascript?
Upvotes: 0
Views: 1554
Reputation: 16607
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --use-fake-device-for-media-stream
Upvotes: 1