
Question:
Is there any gem out there that can interact with users webcam to capture video and audio and upload it to the server?
Answer1:Have you heard about navigator.getUserMedia()? That could the trick. More info: <a href="http://www.html5rocks.com/en/tutorials/getusermedia/intro/" rel="nofollow">http://www.html5rocks.com/en/tutorials/getusermedia/intro/</a>
They talk about it in the Mobile Web Development course in Udacity (lesson 10). <a href="https://www.youtube.com/watch?v=j6mzYt5fJpg" rel="nofollow">https://www.youtube.com/watch?v=j6mzYt5fJpg</a>
Answer2:Have you tried headshot ? I just tried it yesterday, but ran into some trouble with the flash player, not beeing able to set permissions for camera use try it out, its easy to add to your application, maybe you'll make it work. and better backup your files before.