I know this is a second post on the same topic, but I am doing this in hopes of some help. I am trying to create a player for my Shoutcast internet radio station, but I can't seem to get anything to work. It is a live MP3 broadcast. When you click the link to tune in, it gives a .PLS file with the server url in it. Anyone have any ideas on how this would be done? Are there any libraries or modules already created for this? I am on Windows XP using Python 2.6.

link|improve this question

possible duplicate of Play Shoutcast MP3 radio stream with Python? – msw May 21 '10 at 9:14
Yes, but I can't seem to get any help on that post. I would remove it, but not sure how. Anyway, have any ideas on how to play the stream? – Zachary Brown May 21 '10 at 9:17
Probably the reason your other question didn't get an answer is that it was nonsensical. Streaming protocols are completely different than HTTP GET protocols, and you should do your homework on what that difference is so that you can ask an understandable question. – msw May 21 '10 at 9:17
When in either of my questions did I talk about HTTP GET protocols? How do I read and playback the stream in Python. That was the question. – Zachary Brown May 21 '10 at 9:29
This streaming protocol is not completely different to the HTTP GET protocol. In fact it is HTTP GET, more or less. SHOUTcast prefers to use the ICY protocol, which is similar to HTTP, but if you give it a standard HTTP GET it will happily also allow you to do plain old HTTP streaming. – bobince May 21 '10 at 9:37
show 4 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.