Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
29
rated 0 times [  36] [ 7]  / answers: 1 / hits: 9248  / 8 Years ago, fri, august 26, 2016, 12:00:00

So I have a web-based application where I need to show a group video-chat (only video, no audio) of a total of 28 people (including the clients stream).



Trying a full-mesh topology using webrtc is exceedingly memory-consuming.
The browser just can't handle it.



What is the best way to implement this feature?
Are there any good libs or code-examples for webrtc use with a large number of participants?



Thanks for any input 😊


More From » node.js

 Answers
4

In a browser you could typically have 3-5 parallel calls, but it would be really tough for the browser. For your requirements you need a WebRTC MCU (Multipoint Conferencing Unit) - some short details and general picture can be found here: https://bloggeek.me/webrtc-multipoint-large-groups/



Some popular solutions:

Here is Janus: https://janus.conf.meetecho.com

Also take a look at licode: http://lynckia.com/licode/

Medooza worth to consider as well: http://www.medooze.com/products/mcu/webrtc-support.aspx



[updated]

Another good example of MCU came from comments: Jitsi https://jitsi.org


[#26348] Thursday, August 25, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nestorjarettg

Total Points: 451
Total Questions: 108
Total Answers: 108

Location: Rwanda
Member since Thu, Feb 10, 2022
2 Years ago
;