0

我需要使用来自摄像头和麦克风的输入通过用户浏览器录制视频并发送到我的服务器。由于 html5 仍然无法实现这种魔力,因此我正在寻找 Flash 解决方案。

我真的需要一些闪存媒体服务器来做到这一点,或者我可以做一个 POST 请求吗?

我想获取两个输入(网络摄像头和麦克风),将它们放入 .flv 并发送到我的服务器。

我见过一些使用字节数组来记录和发送,音频和视频分离的实现。问题在于,当您尝试将它们组合到单个文件中时,它会产生一系列同步问题。

4

1 回答 1

0

If you're still looking for a solution check out:

http://framebase.io

They have an embed-able recording widget that can transcode the videos automatically. I'd check out the docs, but on success, you can run an API call to check the status of transcoding and download it to your server or you can just use your own S3 bucket.

于 2013-03-28T18:29:05.290 回答