|
|
|
|
|
by ansible
2193 days ago
|
|
> I would venture that the problem with Google's products is that they run in the browser and in spite of all the improvements in browsers these days its just not ready yet when you need the kind of quality and performance that huge meetings demand. Disclaimer: I have not investigated how Zoom and other video conference apps work, but I do work with real-time video. I don't see why the browser would be the limiting factor in performance / quality for videoconferencing. What is the local client doing? Recording video and audio, and playing a real-time video stream. Sure, you want it to be low-latency, which involves its own bag of tricks. But native-code libraries and/or hardware are doing all the heavy lifting (like H.264 encoding or whatever they use), the browser (and Javascript) is just the UI. |
|