<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Live on Mi&amp;Bee Blog</title><link>https://blog.mickeyzzc.tech/en/tags/live/</link><description>Recent content in Live on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Fri, 24 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.mickeyzzc.tech/en/tags/live/rss.xml" rel="self" type="application/rss+xml"/><item><title>Streaming Protocols Deep Dive: 14 Technologies, Their Limits, and Selection Guide</title><link>https://blog.mickeyzzc.tech/en/posts/network/streaming-protocols-survey/</link><pubDate>Fri, 24 Jul 2026 00:00:00 +0000</pubDate><guid>https://blog.mickeyzzc.tech/en/posts/network/streaming-protocols-survey/</guid><description>&lt;p&gt;These 14 streaming technologies don&amp;rsquo;t operate in the same layer. A complete live streaming pipeline typically follows:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Camera/Encoder → Ingest (RTMP / SRT / RIST / WebRTC-WHIP / WebTransport) → Transcode → Delivery (HLS / LL-HLS / DASH / LL-DASH / HESP / HTTP-FLV) → Viewers&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Start by identifying which segment of the pipeline you&amp;rsquo;re working on, not by asking &amp;ldquo;which is better.&amp;rdquo;&lt;/p&gt;
&lt;div class="code-block-wrapper" data-lang="mermaid"&gt;
 &lt;div class="code-block-header"&gt;
 &lt;div class="code-block-meta"&gt;
 &lt;span class="code-language"&gt;mermaid&lt;/span&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="code-block-body"&gt;
 &lt;pre class="chroma"&gt;&lt;code class="language-mermaid"&gt;flowchart TD
 A[&amp;#34;Camera/Encoder&amp;#34;] --&amp;gt; B[&amp;#34;Ingest Layer&amp;lt;br/&amp;gt;RTMP · SRT · RIST&amp;lt;br/&amp;gt;WebRTC · WebTransport&amp;#34;]
 B --&amp;gt; C[&amp;#34;Transcode/Packaging&amp;lt;br/&amp;gt;CMAF · ABR · Multi-bitrate&amp;#34;]
 C --&amp;gt; D[&amp;#34;Delivery Layer&amp;lt;br/&amp;gt;HLS · LL-HLS · DASH&amp;lt;br/&amp;gt;HTTP-FLV · WebRTC · HESP&amp;#34;]
 D --&amp;gt; E[&amp;#34;Viewer End&amp;#34;]
 style A fill:#2196F3,color:#fff
 style B fill:#FF9800,color:#fff
 style C fill:#9C27B0,color:#fff
 style D fill:#4CAF50,color:#fff
 style E fill:#2196F3,color:#fff&lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The diagram above shows a five-segment structure for a standard live streaming pipeline. The ingest layer moves signals from cameras to the platform, while the delivery layer distributes processed streams to viewers. RTSP (camera control) and NDI (LAN production) operate outside the main pipeline, each working independently.&lt;/p&gt;</description></item></channel></rss>