menu
Wednesday, 09 December 2020
Why do people refuse to use WebRTC? Is it really its quality question?
As a CEO who has 15+ years of software development, I take part very often in the first call with our clients. Very often, I can hear something like “We should like to move away from WebRTC because it’s not stable. Can you do it?” It’s not always easy for me to continue a conversation after such a statement, so I decided to write some generic answers for such questions. First of all, if we are talking about Web solutions the right answer is “no”! You have no other way to develop real-time communication with a more or less significant amount of transferred data except using WebRTC. WebRTC is the ONLY streaming protocol available for your Web application and all repositories from GitHub cannot change it, so do not waste time searching for magic libraries. On the web we have good old HTTP(s) ...
Wednesday, 09 September 2020
WebRTC. Popular use cases Our world is changing every day. They say that there is an old Chinese curse “May you live in interesting times” so sometimes changes give us a lot of trouble. Today we can see how our lives become to...
Monday, 18 February 2019
Need to build a video chat or an online classroom. It's simpler than you thought. The technologies I’m going to describe here are several years old, but taking into account our client’s questions, I decided to write this post. Imagine you need to build an online classroom solution....