How to build a network using peer connections of multiple peers? [closed]

≯℡__Kan透↙ 提交于 2019-12-10 14:17:41

问题


I want to build a network among multiple peers using WebRTC datachannel.

What is the best topology to be used for efficient communication and video conferencing?

Now what am I doing?

If 10 peers are alive, I am creating 10 peer connections at each peer.

There are several issues I am facing with this approach.

If a peer is connected that should send an offer to each existing peer and it should answer each peer offer. So there is the problem.

Is there an alternative to do it?

What would I like to do?

I want to implement a mesh topology, that is, create on peer connection that can communicate to each other peer.

How could I do that?

来源:https://stackoverflow.com/questions/16438933/how-to-build-a-network-using-peer-connections-of-multiple-peers

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