2

Any one know how to play .asf file on iPhone as iphone doesn't support asf file which I need to play for Radio streaming. Can anyone help me to solve this problem.

Jonas
  • 121,568
  • 97
  • 310
  • 388
AppAspect
  • 4,461
  • 2
  • 30
  • 46
  • possible duplicate of [iPhone:Play .asf streaming audio file on iPhone programmatically?](http://stackoverflow.com/questions/3485218/iphoneplay-asf-streaming-audio-file-on-iphone-programmatically) – Brad Larson Sep 16 '10 at 14:50
  • Did you ever suss out the problem? I'm in the process of doing just this, but I have a problem reading the Codec ASF/WMA header causing glitches when I call av_decode with FFMPEG – David van Dugteren Nov 01 '10 at 23:31
  • I am able to get the WMA and ASF file in mp3 format using MMS & FFMPEG libraries. But I am just able to store the track locally. Not able to play the audio continuously. If you sort this problem then I can give you more reference to play this format. – AppAspect Nov 03 '10 at 15:27

1 Answers1

0

You'll have to find some code/library that you can use on the iPhone to decode ASF audio.

You may find that you'll have to port the code or library to even get it to work on the iPhone.

Jasarien
  • 58,279
  • 31
  • 157
  • 188
  • You are right. I have to add some library. But can you help me to find that library. I am really thankful for that. – AppAspect Sep 18 '10 at 15:26