For our 57th episode of WebRTC Live, Arin Sime was joined by Anton Venema, CTO at LiveSwitch Inc for a deep dive into successfully scaling your WebRTC application in today’s technological landscape. They discussed the basics of scalability and media servers, optimizing for client vs. server efficiency, RTP packets and streams, bitrate management, the benefits of using a CPaaS to scale, and more. Watch it here!
For our 56th episode of WebRTC Live, Arin Sime was joined by Wonder Co-Founder Leonard Witteler. Leonard and his team have used WebRTC to build a virtual space for groups to meet, talk, exchange ideas, and work together that is so much more than a networking tool for virtual business conferences. He discussed the evolution of the technology and architectures that made Wonder possible and their use of multiple CPaaS providers, as well as MediaSoup, to handle their varied use cases. Watch it here!
Taking WebRTC Video calling to the next step involves providing more functionality and custom behavior to our video conferencing applications. We’ve experimented with using the HTML canvas to add more customization to our video calls, and we’ve found that gives us a lot of power. In this post, we look at leveraging the Vonage Video API with the power of HTML canvas to apply virtual backgrounds to our video calls.
There are a number of strategies available for enabling WebRTC multi-party connections. The most simple choice is Mesh. But only if you don’t need to support more than 3-5 users on the same call and you don’t want a server in the middle. Our DevOps Engineer, Hector Zelaya, explains.