How make video call with ejabberd?

一世执手 提交于 2019-12-21 04:57:21

问题


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


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/2461083/how-make-video-call-with-ejabberd

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!