问题描述
通过网页录制音频的最佳(最便宜、最开放)方式是什么?然后将该录音保留为 MP3 格式,并通过唯一 ID/URL 使其可用.
What is the best (cheapest, most open) way to record audio via a web page. Then keep that recording as MP3 format and make it available via a unique ID / URL.
我想基于 Flash 的插件会是最好的.我正在考虑像 Odeo 一样工作的东西,但这仅适用于 Intranet 使用.我不能依赖公共网址或服务.
I guess Flash-based plug-in would be best. I'm thinking of something that works like Odeo, but this would be for Intranet-only usage. I can't rely and public URLs or Services.
我正在寻找可以从现有组件(开源)项目中拼凑起来的东西.
I'm looking for something I can cobble together from existing components (Open Source) projects.
推荐答案
您需要一个服务服务器端来录制音频,这可以托管在您网络的一台机器上(除非您通过本地的 AIR 为每台计算机执行此操作).
You need a service server side to record audio, this could be hosted on one of you network's machines (unless you are doing it via AIR locally for each computer).
Adobe 的 FMS 提供了录制和播放流的选项.
FMS by Adobe provides the option for recording and playing streams.
但首先,您应该看看 Red5,这是一种替代的免费服务:
But first thing, you should have a look on Red5, which is an alternative free service :
他们的网站上有样品,你也可以在谷歌上找到一些.这是一个:
There are samples on their website and you can find some on google as well. here is one :
http://fms.denniehoopingarner.com/
这里有一个关于使用 AIR 本地录制的快速教程:
Here's a quick tutorial about recording locally with AIR:
http://seeing-is-believing.blogspot.com/2008/05/capture-and-write-audio-stream-with.html
这篇关于通过 Web 为 Intranet 解决方案录制音频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!