Comprehensive guide to WebRTC. Part 2/5.

The first thing of any WebRTC app is creating an RTCPeerConnection. Creating an RTCPeerConnection will help us to understand the inner workings of peer connections inside the browser.

Read more…

Comprehensive guide to WebRTC. Part 1/5.

WebRTC (Web Real-Time Communication) is your browser built-in technology with the aim to simplify developing applications using audio and video streams. You can easily build your own Skype in the browser using WebRTC. So the simple idea is that you open up a website and connect with another user immediately. WebRTC API includes camera and microphone capture, video and audio encoding and decoding, transportation layers, and session management.

Read more…

Getting started with Kurento WebRTC

Today we are going to try kurento media server and create a simple webrtc application.

Kurento is an open-source media server with WebRTC support. So if your customer wants to integrate video/audio chat on his website Kurento may solve this problem.

Read more…

Creating HTML parser using golang

This time we are going to create a HTML parser forĀ http://www.flashscore.com/ .

Read more…

Getting started with Arduino

In this tutorial we are going to create our first arduino project. It will be a simple blinking light-emitting diode.

Read more…

Changing the expiration date of the 1C Bitrix CMS

Sometimes it is necessary to prolongate standard Bitrix test period because when developing a large project 30 days are not enough.

Read more…