I need to stream mp3 to iPhone, and for this purpose i must convert mp3 files to m3u. What tools i can use for this conversion? Somethink like segmentor for ts files?

link|improve this question

45% accept rate
2  
m3u is a playlist file format en.wikipedia.org/wiki/M3U For radio playlists it contains stream URLs. – Imre L Aug 19 '10 at 11:28
feedback

1 Answer

up vote 4 down vote accepted

A m3u file is not a media file itself, it is a regular plain text file format for playlists that originated in Winamp. As such, the conversion MP3 --> M3U is not a meaningful one. See: http://en.wikipedia.org/wiki/M3U for a description of the format.

I suggest you explain what you want to do in a more specific way, so people can help you with whatever you are trying to achieve.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.