Question

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

Was it helpful?

Solution

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

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top