<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Raspberry-Pi on Bytes by Boon projects</title><link>https://projects.bytesbyboon.be/tags/raspberry-pi/</link><description>Recent content in Raspberry-Pi on Bytes by Boon projects</description><generator>Hugo -- 0.150.0</generator><language>en-us</language><lastBuildDate>Sun, 29 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://projects.bytesbyboon.be/tags/raspberry-pi/index.xml" rel="self" type="application/rss+xml"/><item><title>Streaming the IP camera with WebRTC</title><link>https://projects.bytesbyboon.be/scraprover/rtsp-to-webrtc/</link><pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate><guid>https://projects.bytesbyboon.be/scraprover/rtsp-to-webrtc/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Now that the IP camera is confirmed working over RTSP, the next challenge is getting that stream
into a browser without plugins or heavy client software. The solution: convert the RTSP stream to
&lt;strong&gt;WebRTC&lt;/strong&gt; and serve it directly from the Pi&amp;rsquo;s own webpage.&lt;/p&gt;
&lt;p&gt;The full pipeline looks like this:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;IP Camera (RTSP) → MediaMTX → WebRTC → Browser
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;WebRTC is natively supported in all modern browsers and brings latency down to
&lt;strong&gt;under 200ms&lt;/strong&gt; — a significant improvement over the ~500ms delay observed in VLC.&lt;/p&gt;</description></item></channel></rss>