tags:

views:

125

answers:

1

Hello all,

I am trying to play a streaming audio from a link where i get .asf file. But my program is unable to play it. I found the below link, where they are talking about the samething.. http://www.iphonedevsdk.com/forum/iphone-sdk-development/31117-asf-streaming-iphone.html Seems like, some apps are able to play it. I got confused now.

Could someone guide me whether it is possible to play *.asf file or not on iPhone, if yes, how can i achieve it?

Thank you.

A: 

Hello,

To stream to the iphone, you will need to implement the standards that Apple has set forth to do HTTP adaptive streaming. They have create a create spec that works well with the changing network conditions that surround the iPhone. The key is the segment files that split up your stream into multiple qualities to give that adaptive experience. Hope this helps!

Gospel Apps
Hi, Thanks for the reply. But i am not still getting what should i do? Can you please be explain more details?
Basically the iPhone cannot handle a .ASF stream. It is only designed to work with HTTP streams that fit the exact specs that Apple gives in the link posted above. If you are doing the encoding of the .ASF stream, you will need to change it or publish a 2nd stream that fits the iPhone spec. hope this helps!
Gospel Apps