Is jitsi-videobridge compatible with other webrtc's API or do we have to use it with meet?

本小妞迷上赌 提交于 2020-01-15 08:49:21

问题


I want to implement a SFU in my WebRTC videoconference app. Jitsi Videobridge seems like a good option, but can I use it with any webrtc API? For instance, I'm using SimpleWebRTC, is it possible to implement a SFU in this case with Jitsi Videobridge? If so, how? If not, what are the alternatives?


回答1:


From this thread it looks like Jitsi Videobridge support is not implemented in SimpleWebRTC, which is peer-to-peer only:

the jitsi videobridge. But it's not integrated with simplewebrtc (which is mainly p2p/full mesh) so you'll have to go for something like https://github.com/otalk/stanza.io and https://github.com/otalk/mod_muc_focus which we use for talky.io

Jitsi "talks" XMPP so that's why stanza.io is suggested.



来源:https://stackoverflow.com/questions/48093080/is-jitsi-videobridge-compatible-with-other-webrtcs-api-or-do-we-have-to-use-it

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