音频直播到互联网

发布于 2024-09-25 01:02:46 字数 205 浏览 2 评论 0原文

我正在尝试开发一个与互联网上的实时音频广播相关的应用程序。我已经看到了像 Ustream 和 ipadio 这样的应用程序。我的问题是他们如何为每个用户创建一个网址..?它是服务器端编码吗..?任何请提供信息 ...?我在我的应用程序中实现了 AQRecorder.mm 类,用于录制并作为音频缓冲区。现在我想通过互联网发送音频缓冲区。我是否执行任何服务器端代码来为每个用户创建网址......?

I am trying to develop an application related to Live Audio Broadcasting on internet.I already seen application like Ustream and ipadio.My query is How they are creating a web address to each users..?Is it a server side coading..?any information please ...? I Implemented AQRecorder.mm class to my application for recording and taking as audio buffers.now i want to send the audio buffers over the internet..Am I do any server side code for create a web address to each users..?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

披肩女神 2024-10-02 01:02:46

是的。对于这种特殊情况,如果您想将音频发送到互联网,您首先需要有一个网站。然后为该特定用户创建一个新文件夹,以便可以将音频保存在服务器端。然后,如果用户想听自己的录音,应用程序只需连接到服务器端的互联网并获取录音即可。
让我知道这是否有帮助。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文