我可以使用哪些技术从网络浏览器传输音频?

发布于 2024-09-28 10:03:37 字数 192 浏览 1 评论 0原文

我想编写一个 Web 应用程序,用户可以在其中从浏览器中录制短音频并将其流式传输到我的服务器。我知道使用纯 html 还不可能实现这一点,所以我需要使用 flash 等技术。

我可以使用哪些替代方案以及它们有哪些优点/缺点?移动平台(iOS、Android)也支持它们吗?

请提供进一步阅读的链接,了解如何开始使用与音频流相关的每种技术。

I would like to write a web application in which users can record short audio from within their browsers and stream it to my server. I understand that this is not (yet) possible using pure html, so I need to use a technology such as flash.

What are the alternatives I can use and which benefits/drawbacks to they have? Are they supported on mobile platforms (iOS, Android) as well?

Please give links to further reading on how to get started with each technology with regard to audio-streaming.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寄风 2024-10-05 10:03:37

捕获和流传输应被视为该项目的独立部分。 Flash(或 Flex)绝对是捕获音频的正确选择。对于自由 Flash 开发人员来说,这是一个相当简单的项目,AS3 包含一些帮助您访问麦克风设备的类。请参阅以下资源以获取一些(技术)信息:Flex 3< /a>, 基鲁帕, 进化技术区。捕获后 - 您可以通过分组 RTSP/RTP 流式传输到多个设备(例如使用“不可知的”CDN像网络媒体)。

Capturing and streaming should be considered separate portions of this project. Flash (or Flex) would definitely be the right choice to capture audio. It's a fairly simple project for a freelance Flash developer, AS3 includes some classes that help you access microphone devices. See these resources for some (technical) information: Flex 3, Kirupa, Evolve, Techie Zone. After you capture it - you can stream to multiple devices via packetized RTSP/RTP (e.g. with an "agnostic" CDN like NetroMedia).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文