mp3 文件的 http 直播

发布于 2024-09-13 20:32:40 字数 415 浏览 6 评论 0原文

我需要帮助将 mp3 文件转换为 Apples Http Live Streaming 协议文件。我正在开发一个音乐应用程序,并希望在此应用程序中使用实时流媒体。

我得到这个链接 http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/ 但它包含如何实时流式传输视频文件。

谁能帮我处理 mp3 文件。

谢谢

I need help in converting mp3 files to Apples Http Live Streaming protocol files. I am working on a music application and wants to use Live streaming in this app.

I got this link http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/ from google but it contains how to live stream video files.

Can anybody help me with mp3 files.

Thanks

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

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

发布评论

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

评论(2

烟柳画桥 2024-09-20 20:32:40

使用 ffmpeg,您还可以仅转换 mp3 文件(无视频)。
只需使用:

ffmpeg -i yourmp3.mp3 ...your arguments... output.mp3

With ffmpeg you're also able to convert mp3-files only (no video).
Just use:

ffmpeg -i yourmp3.mp3 ...your arguments... output.mp3
瞎闹 2024-09-20 20:32:40

为了补充 Tim 的答案,HLS 支持 mp3 编解码器。因此,如果您的音频已经是 mp3 格式,那么您需要的只是分段器

To add to Tim's answer, HLS supports mp3 codec. So if your audio is already in mp3, all you would need is the segmenter

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