I\'m attempting to play around with navigator.getUserMedia in Chrome; however, it is not requesting permission when served locally (file:///whatever/index.html), but does on
You can use the --allow-file-access-from-files flag from the command line when opening chrome to be able to use getUserMedia from a local file system.
--allow-file-access-from-files
getUserMedia