If you’re planning to build a WebRTC application, you have probably come to the conclusion that you need a media server for your use case. We’ve discussed open source media servers and CPaaS platforms in the past, and that’s probably the first step. However, if you decide
Today we’ll take a look at how to build a WebRTC application using Electron. To make things simple, we’ll just use the bare APIs to build our own minimal signaling server using socket.io. The application The idea is to use Electron to open our client files and
We created a broadcasting platform for live streaming sports events and interacting with viewers using video and games! SeeWin’s needs Jimmy Zalcman, entrepreneur and founder of SeeWin Technology, reached out to us with a challenge: Architect and build a low latency live streaming video game solution. SeeWin
An important element of a DevOps philosophy is automation. When it comes to automating server configuration, a popular tool is Ansible. Today we’ll take a look at how to automate the installation and configuration of Asterisk for a WebRTC application using Ansible. Getting the code The sample