<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Webrtc on David Hamp-Gonsalves</title><link>https://davidhampgonsalves.com/tags/webrtc/</link><description>Recent content in Webrtc on David Hamp-Gonsalves</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 23 May 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://davidhampgonsalves.com/tags/webrtc/index.xml" rel="self" type="application/rss+xml"/><item><title>WebRTC in 5 Minutes</title><link>https://davidhampgonsalves.com/webrtc-in-5-minutes/</link><pubDate>Sat, 23 May 2015 00:00:00 +0000</pubDate><guid>https://davidhampgonsalves.com/webrtc-in-5-minutes/</guid><description>&lt;p&gt;While WebRTC has been around for awhile now but its still feels like a young technology and there are few resources to learn about it. These are the basics of how a connection is made between peers which is important for understanding how WebRTC differs from traditional networking.&lt;/p&gt;
&lt;h2 id="creating-a-connection"&gt;Creating a Connection&lt;/h2&gt;
&lt;br&gt;
__Fetch ICE (Interactive Connectivity Establishment) Candidates from STUN server.__
&lt;ul&gt;
&lt;li&gt;Contains details of how the data is going to be exchanged (ip, port, protocol).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;If STUN reports we are unreachable (behind a symetric NAT?) then we must use a TURN relay.&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>