<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Networking on Rusty Eddy</title><link>https://rustyeddy.com/tags/networking/</link><description>Recent content in Networking on Rusty Eddy</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 04 Jun 2026 17:40:13 -0700</lastBuildDate><atom:link href="https://rustyeddy.com/tags/networking/index.xml" rel="self" type="application/rss+xml"/><item><title>Streaming Live Video on a Local LAN vs. the Internet</title><link>https://rustyeddy.com/notes/streaming-video-local-network/</link><pubDate>Sun, 23 Dec 2018 00:00:00 +0000</pubDate><guid>https://rustyeddy.com/notes/streaming-video-local-network/</guid><description>&lt;div class="alert alert-secondary border mb-4" role="note"&gt;
 Older project note. Kept for historical context; some implementation details may no longer reflect my current recommendations.
&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;differences in local vs. internet and streaming video&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;live stream vs. video on demand&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;what does real time mean?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;what to do with late packets?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;UDP vs. TCP in the local network&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RTP and UDP&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RTP and RTCP&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RTP and RTSP&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RTP and Multicast&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tools used&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;RTSP is a good option for streaming video in a local setup up, where
minimal delay is the highest priority. However, RTSP does not
typically do very well over the Internet due to the nature of
RTP/UDP.&lt;/p&gt;</description></item><item><title>IP Multicast Basics</title><link>https://rustyeddy.com/notes/ip-multicast/</link><pubDate>Sat, 03 Feb 2018 00:00:00 +0000</pubDate><guid>https://rustyeddy.com/notes/ip-multicast/</guid><description>&lt;div class="alert alert-secondary border mb-4" role="note"&gt;
 Older project note. Kept for historical context; some implementation details may no longer reflect my current recommendations.
&lt;/div&gt;

&lt;h2 id="ip-multicast-addresses"&gt;IP Multicast addresses&lt;/h2&gt;
&lt;p&gt;The typical IP addresses used by computers networking today are known
as &lt;em&gt;unicast addresses&lt;/em&gt;, meaning that every unicast address as a single
(physical or logical) end point.&lt;/p&gt;
&lt;p&gt;Most all computer networking is &lt;em&gt;point to point&lt;/em&gt; between two specific
IP addresses, you name it: web browsing, email exchange, transfer
files and so much more.&lt;/p&gt;</description></item></channel></rss>