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.

3
  • possible duplicate of iPhone:Play .asf streaming audio file on iPhone programmatically? Commented Sep 16, 2010 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 Commented Nov 1, 2010 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. Commented Nov 3, 2010 at 15:27

1 Answer 1

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.

1
  • You are right. I have to add some library. But can you help me to find that library. I am really thankful for that. Commented Sep 18, 2010 at 15:26

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.