Re: how to get the filestream and assign to audiofilestreamparsebytes?
Re: how to get the filestream and assign to audiofilestreamparsebytes?
- Subject: Re: how to get the filestream and assign to audiofilestreamparsebytes?
- From: Jens Alfke <email@hidden>
- Date: Mon, 21 Jul 2008 08:50:14 -0700
On 21 Jul '08, at 7:25 AM, Mathan wrote:
I want to stream a mp3 file, I want to get the audio stream from a
particular url [Ex ww.abc.com/audiofile.mp3] and play.
I used AudioFileStreamOpen and other CoreAudio API's, But I dont
know how to assign the URL to AudioFileStreamOpen.
AudioFileStreamOpen doesn't do any I/O. It wants something else to
retrieve the stream's data and feed it to it. If you want to read from
HTTP, you'll need to use an API for that, such as NSURLConnection.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden