OpenAI, LLMs, WebRTC, voice bots and Programmable Video
Learn about WebRTC LLM and its applications. Discover how this technology can improve real-time communication using conversational AI.
Read MoreIt's the money stupid.
Group calls may and usually do require WebRTC media servers to be deployed.
We all love to hate the model of an MCU (besides those who sell MCUs that is).
There are in general 3 main models of deploying a multiparty video conference:
I've taken the time to use testRTC to show the differences on the network between the 3 multiparty video alternatives on the network.
To sum things up:
This being the case, how can I even say that SFU is the winning model for WebRTC?
It all comes down to the cost of operating the service.
Here's what an MCU does in front of each participant:
Here's what an SFU does in front of each participant:
To make things easy for you, I've marked with colors varying from green to red the amount of effort it puts on a CPU to deal with it.
The most taxing activity in an MCU is the encoding and decoding of the video. With the current and upcoming changes in video and displays, this isn't going to lessen any time soon:
If anything - things are going to get worse here before they get any better.
It is no surprise then that MCUs scale on single machines in the 10's of ports or low 100's at best; while SFUs scale on single machines in the 1,000's of ports or low 10,000's.
Which brings us to two very important aspects of this:
The first reason is usually answered by people that if you want quality - you need to pay for it. Which is always true. Until you start reminding yourself that video calling today is priced at zero for the most part.
The second reason isn't as easy to ignore. If you aim for cloud based services needing to serve multiple customers, your aim is to go to 10,000 or more parallel sessions. Sometimes millions or more. Here would be a good time to remind you that WhatsApp crossed the billion monthly active users and most messaging services become interesting when they cross 100 million monthly active users.
With such numbers, placing 100 times more machines to support an MCU architecture instead of an SFU one is... prohibitive. There are more costs that needs to be factored in, such as power consumption, rack space and higher administration costs.
The end result?
An SFU model is by far the most popular deployment today for WebRTC services.
Does it fit all use cases? No
Will it fit your use case? Maybe
Do customers care? No
Need to pick an open source WebRTC media server framework for your project? Check out this free selection worksheet.
Learn about WebRTC LLM and its applications. Discover how this technology can improve real-time communication using conversational AI.
Read MoreGet your copy of my ebook on the top 7 video quality metrics and KPIs in WebRTC (below).
Read More