实现双向网络视频会议功能的最佳方式?
我想开发一个提供双向网络视频会议功能的网站?在 56 kbps 互联网连接上,视频延迟不应超过 1 秒。
我只知道JMF(Java Media Framework)的名字。
Q1.我还可以使用哪些其他 API 来实现此目的?
Q2. 在这些 API 中,您认为哪些 API 不会在 56 kbps 互联网连接上增加超过 1 秒的延迟?
由于所有 API 对我来说都是新的,而且这是一个非常紧急的项目,我无法去尝试每个 API,因此如果有人在该领域有实际经验,那么我们将非常感谢他/她的帮助。
I want to develop a website that provides two-way web video conferencing feature? The video delay should not be more than 1 second on a 56-kbps internet connection.
I just know the name of JMF (Java Media Framework).
Q1. What are the other APIs that I can use for this?
Q2. Out of those APIs, Which APIs you think will not add a delay of more than 1 second on a 56-kbps internet connection?
As all the APIs would be new to me and this is very urgent project, I cannot go and try every API so if anyone has practical experience in this area then his/her help would be highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多使用 jmf 的 Java 视频会议开源项目。
我为您提供一个 Java 视频会议项目的链接
查看这两个文件,
您将对 jmf api 有一个很好的了解。
There are lots of open source project for video conferencing in java with jmf.
I am providing you the link of one Video Conferencing Project in Java
Look into these 2 files
You will have a good idea of jmf api.