mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

Check if URL is valid before stream #11

Open markst opened 14 years ago

markst commented 14 years ago

I'm trying to implement AudioStreamer class into an app & would like to check a URL before beginning a stream and returning an error to the user if the stream is invalid.

Is it possible to give me some direction as to how to do this?

I looked at using NSURLConnection - but this seemed to provide me with NSData, which isn't helpful for initiating an stream with AudioStreamer...

Thanks!

Mark