How to play streaming audio file in iphone?
I am trying to make an app which can play audio file from web server with Play Pause and stop functionality.... can any one have any idea about this ?
|
How to play streaming audio file in iphone? I am trying to make an app which can play audio file from web server with Play Pause and stop functionality.... can any one have any idea about this ? |
||||
|
|
|
This is a lot simpler now with the advent of AVFoundation. Look at the AVPlayer class. It works great for streaming audio. |
|||
|
|
|
Check Matt Gallagher work: http://cocoawithlove.com/2008/09/streaming-and-playing-live-mp3-stream.html If this is more that you're willing to, the easy answer would be HTTP Live Streaming. |
|||
|
|