I am exploring WebRTC. I've visited several posts in this forum, also on internet, and tested some basic examples. --> now I have a bit of knowledge and too much info.
My concern is basically on the server side: the solution needs to allow up to 10-15 peers, provide some sort of authentication in order to create rooms, and be able to connect from Android but also from a normal (compatible) desktop browser.
For this amount of peers, and according to what I have read, it seems that a mesh architecture is not advisable due to required bandwidth, being MCU the way to go.
Has anyone dealt with paid webRTC servers that allow multiconnection with MCU architecture? Or deployed his own server? I have started exploring liveswitch which seems to offer this at a reasonable cost
Any experience-based insights on which options are worth... will be welcome
My concern is basically on the server side: the solution needs to allow up to 10-15 peers, provide some sort of authentication in order to create rooms, and be able to connect from Android but also from a normal (compatible) desktop browser.
For this amount of peers, and according to what I have read, it seems that a mesh architecture is not advisable due to required bandwidth, being MCU the way to go.
Has anyone dealt with paid webRTC servers that allow multiconnection with MCU architecture? Or deployed his own server? I have started exploring liveswitch which seems to offer this at a reasonable cost
Any experience-based insights on which options are worth... will be welcome