流媒体和录制协议

发布于 2024-10-06 00:47:44 字数 157 浏览 12 评论 0原文

什么是开源、记录良好的音频(不需要视频)流(从服务器)协议,还支持录制(到服务器),我应该将其用于全新的应用程序?

  • RTMP 不是一个选项
  • 该协议必须有 AC3/AC2 的客户端库

谢谢。

What is an open source, well-documented audio (video is not required) streaming (from the server) protocol that also supports recording (to the server), that I should use for a completely new application?

  • RTMP is not an option
  • This protocol must have a client library for AC3/AC2

Thanks.

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

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

发布评论

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

评论(2

云之铃。 2024-10-13 00:47:44

为什么不使用SHOUTcast?听起来它非常适合您的应用程序。

就录制流而言,您可以使用 StreamRipper 之类的东西,甚至 WGET。

不需要特殊的客户端库,因为它与 HTTP 兼容。您唯一需要担心的是您的客户端在播放后保留音频缓冲区,但是有很多解决方案,尤其是 AS3。

Why not use SHOUTcast? Sounds like it will work perfect for your application.

As far as recording the stream goes, you can use something like StreamRipper, or even WGET.

No special client library necessary, as it is compatible with HTTP. The only thing you have to worry about is your client keeping audio buffer around after it has been played, but there are many solutions to that, especially with AS3.

谎言月老 2024-10-13 00:47:44

尝试Red5。它是开源的,并且有一个记录器,也是开源的。

如果您愿意花几美元,也可以看看 Wowza Media Server

Try Red5. It's open source and has a recorder, also open source.

If you are OK with spending few dollars, have a look at Wowza Media Server too.

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