i want to monitor an icecast stream and write all file information (the actually played mp3) i can get to a local playlist for later processing.

Any ideas how to do that?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

If you wish to extract the stream metadata, the following code project article describes ripping a SHOUTcast stream (same thing as icecast) and extracting the song data i.e. stream metadata:

http://www.codeproject.com/KB/audio-video/SHOUTcastRipper.aspx

link|improve this answer
That looks promising. I will give it a try... – Flynn Aug 3 '10 at 12:38
feedback

Your Answer

 
or
required, but never shown

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