views:

76

answers:

4

I need to implement iphone streaming functionality for WMA audio files from the server. iPhone can support only mp3, wav, aac audio files. But I need to play wma audio streaming for the iphone radio application.

Can anyone tell me how to do this things. I really thankful for your help. Thanks in advance.

+2  A: 

Basically impossible unless you feel like writing your own decoder. The iPhone doesn't support WMA and that's kind of the end of it.

Noah Witherspoon
Thanks for your reply.,Do you have any example which converts the live streaming wma audio file into mp3 to play on iphone?
Tech Guru
I can stream simple mp3 and aac file using Audio Streamer. I have also configured FFMPEG. Can you tell me how to use FFMPEG and MMSLib library to convert live streaming in mp3 format from wma.
Tech Guru
A: 

I totally agree with Noah Witherspoon. Just adding one step, for handling audio streaming you should look at this

Hope this helps.

Madhup
Thanks for the reply but the given example only supports the mp3 audio files. Can you help me for playing wma audio streaming files in iphone?
Tech Guru
I can stream simple mp3 and aac file using Audio Streamer. I have also configured FFMPEG. Can you tell me how to use FFMPEG and MMSLib library to convert live streaming in mp3 format from wma.
Tech Guru
A: 

Gents, Please help me this. How to stream MMS:// link on iPhone. I have looked at so many places but couldn't find any answers yet. @Tech Guru: If you have found out any answers for this or if you have any sample code would you please provide the link? Thanks

Jimit
A: 

I'm trying to play mms:// streaming on iPhone too. The best that I found is that some people get it working using the Tunein compiled libraries of mms and ffmpeg. I try to use it but don´t work for me.

Someone can give me some steps to get it working, please? Thanks!

Sebastian