本文介绍了Ruby on Rails的摄像头拍摄的视频和音频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何的宝石,有可以互动与用户的摄像头捕捉到的视频和音频,并将其上传到服务器?

Is there any gem out there that can interact with users webcam to capture video and audio and upload it to the server?

推荐答案

你有没有听说过navigator.getUserMedia()?可能的伎俩。更多信息:

Have you heard about navigator.getUserMedia()? That could the trick. More info: http://www.html5rocks.com/en/tutorials/getusermedia/intro/

他们谈论它在移动互联网发展历程中Udacity(第10课)。

They talk about it in the Mobile Web Development course in Udacity (lesson 10).https://www.youtube.com/watch?v=j6mzYt5fJpg

这篇关于Ruby on Rails的摄像头拍摄的视频和音频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 15:13