alexcrichton / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
69 stars 22 forks source link

Added Shoutcast support #33

Closed Bo98 closed 10 years ago

Bo98 commented 10 years ago

The content type for Shoutcast streams doesn't simply come through in a HTTP header, we need to read the data bytes for it.

MP3 Shoutcast streams did work before, but only because AudioStreamer defaults to MP3 if the content type is not found.