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