Getsy
Getsy

Reputation: 4905

iPhone:Play .asf streaming audio file on iPhone programmatically?

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.

Upvotes: 1

Views: 3144

Answers (1)

Gospel Apps
Gospel Apps

Reputation: 11

To stream to the iPhone, you will need to implement the standards that Apple has set forth to do HTTP adaptive streaming. They have created a 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.

Upvotes: 1

Related Questions