Skip to content

Instantly share code, notes, and snippets.

@atsushisakai-gh
Created December 14, 2012 04:58
Show Gist options
  • Save atsushisakai-gh/4282786 to your computer and use it in GitHub Desktop.
Save atsushisakai-gh/4282786 to your computer and use it in GitHub Desktop.
navigator.getUserMedia({video:true}, function(stream) {
video.src = (window.webkitURL || window.URL).createObjectURL(stream);
localMediaStream = stream;
}, onFailSoHard);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment