views:

329

answers:

3

Hey guys, I got an *.m4p-file reachable via a http-URL and want to play this in my iPhone App.

First I tried to use the [CODE]AVAudioPlayer[/CODE], but it does not seem to support m4p-format. Am I right here?

Then I wanted to use the [CODE]MPMusicPlayerController[/CODE], but this one only can play songs located within you iTunes Library reachable as [CODE]MPMediaItem[/CODE]'s...

Is there a known way to solve this issue or am I screwed up completely??

Thanks in advance.

A: 

No one?? Sure?? I am still searching for a way to solve this...

tommy
A: 

Have you found a way? I can't figure it out. Seems i've tried everything!

couetteo
A: 

http://cocoawithlove.com/2008/09/streaming-and-playing-live-mp3-stream.html This tutorial shows how to steam an mp3 audio stream. I tried passing it a URL to a .m4p file and it played perfectly. Hope it helps

Matthew Toohey