我正在尝试开发一个与互联网上的实时音频广播相关的应用程序。我已经看到了像 Ustream 和 ipadio 这样的应用程序。我的问题是他们如何为每个用户创建一个网址......?它是服务器端编码......?任何请提供信息 ...?我在我的应用程序中实现了 AQRecorder.mm 类,用于记录和作为音频缓冲区。现在我想通过互联网发送音频缓冲区..我是否做任何服务器端代码来为每个用户创建一个网址..?
问问题
332 次
1 回答
1
Yes. for this particular case if you want to send audio to the internet you first need to have a website. then create a new folder for that particular user so that the audio can be saved on the server side. then if the user wants to listen to their own recordings the application can just connect to the internet on the server side and obtain the recording. Let me know if this helps.
Pk
于 2010-09-29T15:46:26.093 回答