Top Banner
Next generation internet Real Time Communication made easy 06/06/2022 Albert Abello Lozano albert.abello.lozan [email protected]
10

The Next Web Generation

Oct 30, 2014

Download

Technology

The Next Web Generation compares the usage of WebRTC against other avalialbe multimedia protocols on the internet.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The Next Web Generation

04/08/2023

Next generation internet

Real Time Communication made easy

Albert Abello [email protected]

Page 2: The Next Web Generation

Common ways of communicating virtually today

Skype Messenger VideoCredits: Skype.com and Microsoft

Page 3: The Next Web Generation

Problems and lack of interaction

Modulation and integration of this multimedia technology to Apps is still a big hole in web development. Something must be done!

Because new technologies are coming…

Page 4: The Next Web Generation

Credits: Google, Paul Neave - Webcam Toy and Jérome Étienne - WebGL + WebRTC demo app.

Google knows this, and along with the IETF they have developed WebRTC

Page 5: The Next Web Generation

Credits: CNet.com

Quality is always a big issue, obtaining good quality relies directly on the way software access

the camera

Page 6: The Next Web Generation

Credits: Albert Abello - Google Hangout and YouSoPretty demo app.

WebRTC performs the access to the hardware by directly using an integrated API in the browser

Forget about plugins!Go directly to the hardware…

…and integrate it like a canvas soyou can easily play with html5 or CSS3.

Page 7: The Next Web Generation

So, integrate it but how? Most protocols use their own scripting for this, or it is even impossible to do

so in browser

vs

+

+

Page 8: The Next Web Generation

Credits: Tsahi Levent-Levi - bloggeek.me

At the same time WebRTC is the only calling technology that allows interaction with SIP

gateways

One of the coolest features of WebRTC is the hability to integrate itself with the existing SIP protocol, as all the process of signaling is done by using Session Description Protocol (SDP) messages. That’s a gift!

Simple WebRTC API structure, which also allows the usage of a Data channel to transfer information between clients.It is important to notice that WebRTC connections are made browser-to-browser, server only works in the negotiation.

Page 9: The Next Web Generation

Why WebRTC then?

Simple API integration.Browser-to-browser communication, real peer-to-peer performance.SDP messages, standardization comes first!W3C consortium and Google supported.Google has its own browser for testing.Plays nicely with JavaScript, Html5 and CSS3.

Page 10: The Next Web Generation

Questions?