实现双向网络视频会议功能的最佳方式?

发布于 2024-10-13 21:28:30 字数 314 浏览 1 评论 0原文

我想开发一个提供双向网络视频会议功能的网站?在 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 技术交流群。

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

发布评论

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

评论(1

ぶ宁プ宁ぶ 2024-10-20 21:28:30

有很多使用 jmf 的 Java 视频会议开源项目。

我为您提供一个 Java 视频会议项目的链接

查看这两个文件,

AVReceive2.java
AVTransmit2.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

AVReceive2.java
AVTransmit2.java

You will have a good idea of jmf api.

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