i need to make an app that will stream audio from http url, I have everything done except this thing, i cannot do the streaming from a device, I need to make an url that streams audio to devices from the local network, please help, with some advice, or code samples, or maybe someone has an idea how should i do this, please help !!!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Implement a local HTTP web server inside your app. Explained here: iOS devices as web server Then serve your audio file. |
|||
|
|