在网页上使用网络摄像头录制视频

在网页上使用网络摄像头录制视频

问题描述:

我需要通过网络摄像头在我的网页上录制视频.有哪些相同的可用插件.我的网站是使用 Ruby on Rails 框架开发的

I have a requirement of recording video via web cam, on my webpage. What are the available plugins for the same. My website is developed using Ruby on Rails framework

问候,潘卡伊

如果 HTML5 解决方案适合您,您可以查看 WebRTC(目前支持 Chrome、Firefox 和 Opera).

If an HTML5 solution could be suitable for you, you can take a look to WebRTC (currently supported in Chrome, Firefox and Opera).

你可以在这里找到一个很好的教程:http://www.html5rocks.com/en/tutorials/getusermedia/intro/一个>

You can find a good tutorial here: http://www.html5rocks.com/en/tutorials/getusermedia/intro/