ITZone

What is WebRTC? Introducing Kurento “a WebRTC communication server.

About WebRTC.

1: A brief history of WebRTC

The idea of ​​developing WebRTC was launched by the team of engineers responsible for Google Hangouts since 2009. At that time, to transmit videos and images on the web, people often had to use Flash. The Hangouts team doesn’t want to use this technology, and they start making their own standards. By 2010, Google acquired two companies, On2 and Global IP Solutions (GIPS), to get real-time data transfer technology as the foundation for WebRTC later.

In May 2011, Google launched an open source project for real-time communication between browsers, and from this moment the project was named WebRTC. In parallel, the World Wide Web Association (W3C) and the International Association of Engineers (IETF) are also developing a number of protocols to use for real-time connection, so they shake hands to continue to complete Good to then decide to combine into WebRTC.

By October 27, 2011, the W3C launched the first draft of WebRTC. In November 2011, Chrome 23 launched, becoming the first browser to integrate WebRTC right from the inside. And as of the time I wrote this article, WebRTC is still continuing to be developed and not yet completed officially.

2: What is WebRTC?

WebRTC stands for Web Real-Time Communication phrase. As a web API developed by the World Wide Web Consortium (W3C), the ability to support browsers to communicate with each other via VideoCall, VoiceCall or Peer-to-Peer (P2P) data transfer without a browser Install additional plugins or support software from outside.

3: Main parts of WebRTC and WebRTC API functions.

The main parts of WebRTC include:

WebRTC API includes functionality:

4: What is WebRTC used for?

WebRTC can be used for video and audio transmission to send real-time data between two or more devices without having to go through an intermediate server.

Automatically deploy Laravel project to server with Laravel Envoy Github Webhooks – part 1
Brief introduction about Design Patterns in Web development

Introducing Kurento.

1: What is Kurento?

Kurento is a WebRTC communications server and a customer API suite that simplifies the development of advanced video applications for web and smartphone platforms. Its features include group communication, transcoding, recording, mixing, broadcast and audiovisual routing. Kurento provides a multimedia framework that eases the task of building multimedia applications with the following features and characteristics:

2: What is WebRTC media servers?

WebRTC is a set of protocols, mechanisms and APIs that provide browsers and mobile applications with Real-Time Communications (RTC) via peer-to-peer connection . It has been conceived as a technology that allows browsers to communicate directly without intermediaries of any kind of infrastructure. However, this model is only enough to create basic web applications; features such as group communication, media streaming, broadcast media, or media transcoding are difficult to implement. For this reason, many applications require an intermediate media server.

Conceptually, WebRTC media servers are just a multimedia middleware, where media traffic passes through when moving from source to destination.

Media servers have the ability to handle media streams and provide different results, such as:

3: What is Kurento media server?

The main component of Kurento is Kurento media server (KMS), responsible for transmission, media processing, recording and playback. KMS is built on the excellent GStreamer multimedia library and provides the following features and features:

Example of kurento with livestream sample web application.

You must first install Kurento Media Server (KMS).

  1. Make sure GnuPG is installed.

  1. Determine which version of Ubuntu is installed on your system.

  1. Add Kurento repository to your system configuration.

Run these two commands in the same terminal you used in the previous step:

  1. Install KMS.

Use the following command to start, stop KMS.

  1. Check your settings.

You follow these steps:

Now you can open the browser and enter the path https: // localhost: 8443 / , the result will be as follows.

Click the “Presenter” button to start the livestream, click the “Viewer” button to view the livestream.

Above are some of my knowledge about WebRTC in general as well as Kurento in particular, hoping that it can help you in understanding WebRTC.

ECMAScript – ES6 What is? Overview about ES6
What is Web framework? Top 5 Best Web Framework 【Java / Ruby / PHP / JS / CSS】
Share the news now