<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-RTSPStream]]></title><description><![CDATA[<p dir="auto">I have installed the module, ensured it is the latest version<br />
I have 3 feeds, but feed No 1 take over the screen and does not run inside the mirror<br />
I would like for the 3 x fees to display on on screen, below one another<br />
Here is my Config<br />
{<br />
module: “MMM-RTSPStream”,<br />
classes: “page6”,<br />
position: “middle_center”,<br />
header: “Camera’s”,<br />
config: {<br />
autoStart: true,<br />
rotateStreams: false,<br />
useWmctrl: false,<br />
//rotateStreamTimeout: 10,<br />
moduleWidth: 354,<br />
moduleHeight: 800,<br />
localPlayer: ‘local’,<br />
remotePlayer: ‘none’,<br />
showSnapWhenPaused: false,<br />
remoteSnaps: false,<br />
shutdownDelay: 12,<br />
stream1: {<br />
name: ‘Front Gate’,<br />
url: ‘rtsp://admin:xxxxx@192.168.1.150:554/user=admin&amp;password=xxxxxx&amp;channel=1<em>stream=0.sdp?',<br />
frameRate: ‘undefined’,<br />
width: 354,<br />
height: 240,<br />
muted: true,<br />
},<br />
stream2: {<br />
name: ‘HighWay View 1’,<br />
url: 'rtsp://admin:xxxxxx@192.168.1.158:554/user=admin&amp;password=xxxxxx&amp;channel=1</em>stream=0.sdp?’,<br />
frameRate: ‘undefined’,<br />
width: 354,<br />
height: 240,<br />
muted: true,<br />
},<br />
stream3: {<br />
name: ‘Store Room’,<br />
url: ‘rtsp://admin:xxxxxx@192.168.1.65:554/user=admin&amp;password=xxxxxx&amp;channel=1*stream=0.sdp?’,<br />
frameRate: ‘undefined’,<br />
width: 354,<br />
height: 240,<br />
muted: true,<br />
},<br />
}<br />
},</p>
]]></description><link>https://forum.magicmirror.builders/topic/19567/mmm-rtspstream</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 08:02:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19567.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Mar 2025 16:02:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-RTSPStream on Thu, 27 Mar 2025 12:30:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johanba" aria-label="Profile: Johanba">@<bdi>Johanba</bdi></a></p>
<pre><code>{
	module: "MMM-RTSPStream",
	disabled: false, //false, true
	position: "upper_third",  // "middle_center" "upper_third"
	config: {
		autoStart: true,
		rotateStreams: false,
		rotateStreamTimeout: 20,
		moduleWidth: 820,
		moduleHeight: 420,
		localPlayer: "vlc", // "omxplayer" or "ffmpeg", or "vlc"
		remotePlayer: 'none',
		showSnapWhenPaused: false,
		remoteSnaps: false,
	        stream1: {
		  name: 'Stream 1',
		  url: 'rtsp://****:*****@IP:554/Streaming/Channels/102/',
	          protocol: "tcp",
	          frameRate: 25,
		  muted: true,
		},
		stream2: {
		  name: 'Stream 2',
	          url: 'rtsp://****:****@IP:554/Streaming/Channels/202/',
	          protocol: "tcp",
	          frameRate: 25, 
	          muted: true,
	        },
	        stream3: {
		  name: 'Stream 3',
		  url: 'rtsp://*****:*****@IP:554/Streaming/Channels/302/',
	          protocol: "tcp",
		  frameRate: 25, 
		  muted: true,
		},
		stream4: {
		  name: 'Stream 4',
		  url: 'rtsp://*****:*****@IP:554/Streaming/Channels/1602/',
		  protocol: "tcp",
		  frameRate: 25, 
		  muted: true,
		},
		 stream5: {
		   name: 'Stream 5',
		   url: 'rtsp://admin:******@IP:554/Streaming/Channels/102/',
		   protocol: "tcp",
	           frameRate: 25, 
	           muted: true,
		},
}}},
</code></pre>
<p dir="auto">Works perfect</p>
]]></description><link>https://forum.magicmirror.builders/post/125344</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/125344</guid><dc:creator><![CDATA[JerryP]]></dc:creator><pubDate>Thu, 27 Mar 2025 12:30:48 GMT</pubDate></item></channel></rss>