如何使用 ejabberd 进行视频通话?
如何使用ejabberd进行视频通话(如msn和skype)?
How make video call with ejabberd ( like msn and skype ) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用ejabberd进行视频通话(如msn和skype)?
How make video call with ejabberd ( like msn and skype ) ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
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.
您可以尝试将 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.