如何使用 ejabberd 进行视频通话?

发布于 2024-08-25 15:04:50 字数 38 浏览 2 评论 0原文

如何使用ejabberd进行视频通话(如msn和skype)?

How make video call with ejabberd ( like msn and skype ) ?

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

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

发布评论

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

评论(2

最美不过初阳 2024-09-01 15:04:50

ejabberd 本身不处理音频/视频。音频和视频通过 Jingle (XEP-0166) 进行处理,这是客户端到客户端的。

如果您想发出音频或视频呼叫,您应该确保两个客户端都通过正常的服务发现方式支持 Jingle(请参阅 XEP-0166 的第 11 节)。目前没有很多客户端这样做,但 Psi 至少在最近的版本中支持它。

ejabberd doesn't handle audio/video natively. Audio and video is handled through the Jingle (XEP-0166), which is client-to-client.

If you want to place audio or video calls you should make sure both clients support Jingle through normal serivce discover means (see section 11 of XEP-0166). There aren't a lot of clients that do this right now, but Psi, at least, supports it in more recent builds.

伊面 2024-09-01 15:04:50

您可以尝试将 Jingle Nodes (http://jinglenodes.org) 与 SIP Communicator,支持通过任何 XMPP 服务器通过 Jingle 进行音频和视频。

您还可以使用 Openfire Jingle Nodes 插件快速尝试。

You can try using Jingle Nodes (http://jinglenodes.org) in combination with SIP Communicator which supports Audio and Video via Jingle through any XMPP Server.

You can also try out quick with Openfire Jingle Nodes plugin.

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