简体   繁体   English

网站服务上的视频/音频录制/保存到服务器

[英]Video/Audio Recording on Website service/Save to server

I am developing (well, trying to anyway) a service where a member can record themselves on our website using their webcam.我正在开发(好吧,无论如何都在尝试)一项服务,会员可以使用他们的网络摄像头在我们的网站上记录自己。 We need to be able to record that entire webcam session they had on our website for judges to determine whether they've cheated or not (it's a competition-based service).我们需要能够记录他们在我们网站上的整个网络摄像头 session,以便法官确定他们是否作弊(这是一项基于比赛的服务)。

But, I can find no documentation, articles or even a sign that this is possible (other than knowing I've seen it in use many times).但是,我找不到任何文档、文章,甚至没有迹象表明这是可能的(除了知道我已经多次看到它在使用中)。 And I'm not sure what kind of hosting would be most appropriate for this type of service, and what steps would be required for me to get started on this.而且我不确定哪种托管最适合此类服务,以及我需要哪些步骤才能开始使用。

I'd really appreciate any help at all.我真的很感激任何帮助。

Do you know of any links/tuts/articles/documentation, types of hosting required and/or samples that may be floating around?您是否知道任何链接/tuts/文章/文档、所需的托管类型和/或可能漂浮的样本? Maybe even existing open source solutions?甚至可能是现有的开源解决方案?

I really have searched high and low for.. something to get me in the right direction.我真的到处寻找..我朝着正确方向前进的东西。

The most common solution is using the Flash player in the browser to stream audio and video content to Flash Media Server(FMS), Wowza or Red5 on the server side.最常见的解决方案是在浏览器中使用Flash播放器将stream音视频内容转至服务器端的Flash Media Server(FMS)、Wowza或Red5。 Server side applications for FMS are coded in a version of Actionscript, while Wowza and Red5 use Java. FMS 的服务器端应用程序编码为 Actionscript 版本,而 Wowza 和 Red5 使用 Java。

More information and tutorials can be found here:更多信息和教程可以在这里找到:

Third party hosting is also available via companies like Influxis:第三方托管也可通过 Influxis 等公司获得:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM