用于将波形文件转换为 RTMP 流的开源程序

发布于 2024-10-07 14:26:42 字数 81 浏览 0 评论 0原文

谁能建议任何开源 Linux 程序将 .wav 文件转换为 RTMP 流媒体的 flash 格式? RTMP 是否支持 Flash 以外的任何格式?

Can anyone suggest any open source linux program for converting .wav files to flash format for RTMP streaming? Does RTMP support any format other than flash?

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

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

发布评论

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

评论(2

半寸时光 2024-10-14 14:26:43

Flash Media Server 支持三种流媒体音频格式:Nellymoser、MP3 和 ACC。您还可以直接从Flash Player视图HTTP下载播放MP3文件,您实际上不需要使用RTMP(由于比特率更高,这对视频更有优势)。

这是一篇关于使用 FMS 流式传输音频的好文章:

http://www.adobe.com /devnet/flashmediaserver/articles/beginner_audio_fms3.html

进行转换,可以使用ffmpeg。

http://fosswire.com/post/2007/ 11/使用 ffmpeg 转换为 mp3/

Flash Media Server supports three audio formats for streaming: Nellymoser, MP3, and ACC. You also can play MP3 files directly from the Flash Player view HTTP download, you don't really need to use RTMP (which is more advantageous for video due to higher bitrate).

Here's a good article on streaming audio with FMS:

http://www.adobe.com/devnet/flashmediaserver/articles/beginner_audio_fms3.html

For conversion, you can use ffmpeg.

http://fosswire.com/post/2007/11/using-ffmpeg-to-convert-to-mp3/

若能看破又如何 2024-10-14 14:26:43

您可以通过 CRTMP 服务器 流式传输到 Flash 客户端。 VLC可以播放RTMP流。

You can stream via the CRTMP server to flash clients. VLC can play RTMP streams.

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