mp3 文件的 http 直播
我需要帮助将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 ffmpeg,您还可以仅转换 mp3 文件(无视频)。
只需使用:
With ffmpeg you're also able to convert mp3-files only (no video).
Just use:
为了补充 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