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
This blog post provides a tutorial on building a video conferencing application using WebRTC. Instead of complicating things, we’ll show you how to create a simple one-to-one video conferencing application using WebRTC APIs and a few other libraries to build a custom signaling server. Before we get