webRTC multi-peer connection (3 clients and above)
Asked Answered
O

2

6

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.

Odontoid answered 18/3, 2020 at 12:55 Comment(0)
E
9

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

Eachern answered 22/5, 2020 at 10:14 Comment(0)
L
-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.

Laterite answered 18/2, 2021 at 11:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.