user13082452
user13082452

Reputation:

webRTC multi-peer connection (3 clients and above)

i want to use a simple WebRTC for my clients like this one (https://appr.tc/). The problem with the above link is that it can only take up to 2 users(A and B). Do you know if there are any others FREE programms that take clients A,B,C and D?

Thank you for your time.

Upvotes: 6

Views: 17310

Answers (2)

Mattis
Mattis

Reputation: 1

The problem with this concept is that the peer connections use too much computing power. Isn't there a possibility to get a peer connection to multiply peers.

Ps. I try to point out, there are a dict within a lot of peer connections.

Upvotes: -1

Dirk V
Dirk V

Reputation: 1469

Here is a simple example of multi-peer connection audio/video. With a DEMO. It uses simple-peer as wrapper of RTCPeerconnection.

https://github.com/Dirvann/webrtc-video-conference-simple-peer

Upvotes: 9

Related Questions