I am trying to develop applications related to live audio broadcasting on the Internet. I was already watching applications such as iStream and Ipadio. My query is why are they creating web addresses for each user .. Is this a server siding? Any suggestions please ...? I implemented the AQRecorder.mm class in my application to take the form of recording and audio buffers. Now I want to send audio buffers to the internet..I want to make every user a server side code to create a web address ..?
Yes for this special case if you want to send audio to the internet then you need a website first Then create a new folder for that specific user so that the audio can be saved on the server side, if the user wants to listen to their own recording then the application can only connect to the Internet on the server side and get the recording. I know that it helps.
PK
Comments
Post a Comment