基于网络的网络摄像头录制和上传软件
我正在寻找一种可以合并到我的网站中的软件,该软件可以通过用户网络摄像头的点击进行记录并上传到网站。
它自然会被限制在一定的长度,但是有没有软件可以做到这一点?
注意:我不是在寻找屏幕捕获软件。
I'm looking for a software that I can incorporate in my website that can record at a click from the users web cam and upload to the website.
It would naturally be restricted to a certain length but is there software out there that can do this?
Note: I'm not looking for screen capture software.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash 可以将摄像机流发送到服务器进行录制。您可以使用开源的 red5 来完成服务器端的操作。 这是一篇关于视频/音频录制的文章
Flash can send a camera stream to a server to be recorded. You could use red5 which is open source to do the server side of it. Here is an article on video/audio recording