tags:

views:

27

answers:

1

HI all,

I need to design a application that supports the streaming of .rm audio from the server.

But from the api docs of apple it seems that .rm is not supported in iPhone. Is there any other way to implement this .... ???

Best Regards,

Mohammed Sadiq .

A: 

When the built-in SDK doesn't provide support, the only option is to roll your own codec and play!

Check audio units if you are motivated to do that!

Prakash
Hi, Is there any link/tutorials available to roll down the codec to support .rm audio files in iPhone.
Mohammed Sadiq