需要创建语音聊天应用程序的指导
我想创建一个语音聊天应用程序作为项目的一部分。然而,我完全缺乏关于要使用的编程语言、所涉及的技术的指导。
有人可以指导我应该如何进行吗?
以下是我需要的功能:
- 用户对用户语音聊天
- 能够在会议中聊天(超过 2 个用户)
如何将一个用户连接到另一个用户?如何处理语音传输?如何在会议中有效路由数据包?
我认为最有可能开发此功能的语言是 Flash。欢迎任何建议。
I want to create a voice chat application as a part of a project. However, i am totally lacking direction regarding the programming language to use, the technologies involved.
Can somebody please guide me as to how i should proceed ?
Here are the features that i require :
- user to user voice chat
- ability to chat in conference (more than 2 users)
How do i connect one user to another ? How to handle voice transmission ? How to effectively route packets in a conference ?
I'm thinking the most probably langauge to develop this in would be Flash. Any suggestions are welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一些事情需要研究:
There are a few things to research:
为了获得良好的视频聊天,您应该使用 UDP P2P 通信。目前可用的解决方案很少,但 Adobe Stratus 2 就是其中之一。
To get a good video chat, you should use UDP P2P communication. There is only few solutions ready for that, but Adobe Stratus 2 is one.