Stream remote audio file (.aac)

Hello,

I would like to write an app that allows the user to stream a remote audio file. What is the best practice on doing so with the Corona SDK?
Also to have the ability to stop and pause it.

I am looking for general guidelines in using the API.

Thanks, [import]uid: 32726 topic_id: 7035 reply_id: 307035[/import]

I don’t think this is possible with CoronaSDK, audio files need to be downloaded first before playback can begin. [import]uid: 4596 topic_id: 7035 reply_id: 57205[/import]

You *might* be able to network stream audio using either the video API or the webpopup API. [import]uid: 7563 topic_id: 7035 reply_id: 59444[/import]