<?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-IPCam format]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I use MMM-IPCam for display for displaying livefeed from my camera but sometimes when de pi boots the windows of the cam is to big. i think 800 pixels witdh. Is there something wrong with my code. ps it has not always this problem.</p>
<pre><code>            {
                module: "MMM-RTSPStream",
                position: "bottom_right",
                config: {
                    autoStart: true,
                    rotateStreams: true,
                    rotateStreamTimeout: 10,
                    moduleWidth: 450,
                    moduleHeight: 230,
                    localPlayer: 'vlc',
                    remotePlayer: 'none',
                    showSnapWhenPaused: true,
                    remoteSnaps: false,
                    shutdownDelay: 12,
                        stream1: {
                        name: 'Carport',
                        url: 'rtsp://19##########AC4',
                        frameRate: 'undefined',
                        snapshotType: 'url',
                        snapshotRefresh: 10,
                        width: 450,
                        height: undefined,
                        },
                    }
            },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/16329/mmm-ipcam-format</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 13:30:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16329.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Feb 2022 13:53:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-IPCam format on Mon, 21 Mar 2022 19:00:16 GMT]]></title><description><![CDATA[<p dir="auto">I´m using a screensaver using a motion detector for activating my HDMI-screen. This does not work if I´m using omxplayer.</p>
<p dir="auto">My cam is a Reolink RLC-420-5MP. Don´t know how to set the decoder on H.246…</p>
<p dir="auto">Is there an alternative to MMM-RTSPStream??</p>
]]></description><link>https://forum.magicmirror.builders/post/100459</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/100459</guid><dc:creator><![CDATA[Volkae]]></dc:creator><pubDate>Mon, 21 Mar 2022 19:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-IPCam format on Sun, 06 Mar 2022 08:09:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/volkae" aria-label="Profile: volkae">@<bdi>volkae</bdi></a> yes but a screensaver on een security cam???</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thephantom_nl" aria-label="Profile: thephantom_nl">@<bdi>thephantom_nl</bdi></a> I’m using the OMX_player is standard on the raspberry.<br />
But you must set the decoder in your cam on H.246</p>
<pre><code>{
		module: "MMM-RTSPStream",
		position: "upper_third",  // "middle_center" "upper_third"
		config: {
			autoStart: true,
			rotateStreams: false,
			rotateStreamTimeout: 20,
			moduleWidth: 720,
			moduleHeight: 320,
			localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
			remotePlayer: 'none',
			showSnapWhenPaused: false,
			remoteSnaps: false,
			  stream1: {
			  name: 'Garage 1',
			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=1&amp;subtype=1',
			  protocol: "tcp",
			  frameRate: 25,
			  muted: true,
			},
			  stream2: {
			  name: 'Steeg',
			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=3&amp;subtype=1',
			  protocol: "tcp",
			  frameRate: 25, 
			  muted: true,
			},
			  stream3: {
			  name: 'Garage  2',
			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=2&amp;subtype=1',
			  protocol: "tcp",
			  frameRate: 25, 
			  muted: true,
			},
			  stream4: {
			  name: 'MvH',
			  url: 'rtsp://user:code@IP:poort/cam/realmonitor?channel=4&amp;subtype=1',
			  protocol: "tcp",
			  frameRate: 25, 
			  muted: true,
			},
			}},
</code></pre>
<p dir="auto">NL ik denk dat het grootste probleem in je decoder van je camera beelden zit. hier had ik ook erg veel last van. Als je hem dan hardware matig op die H.246 zet dan blijft hij bij mij wel draaien. zelfs 4 beelden tegelijk.</p>
]]></description><link>https://forum.magicmirror.builders/post/100093</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/100093</guid><dc:creator><![CDATA[JerryP]]></dc:creator><pubDate>Sun, 06 Mar 2022 08:09:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-IPCam format on Sat, 05 Mar 2022 20:02:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi plainbroke,<br />
using omxplayer causes an other problem. The Screensaver does not work anymore…</p>
]]></description><link>https://forum.magicmirror.builders/post/100091</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/100091</guid><dc:creator><![CDATA[Volkae]]></dc:creator><pubDate>Sat, 05 Mar 2022 20:02:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-IPCam format on Sun, 20 Feb 2022 21:43:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thephantom_nl" aria-label="Profile: thephantom_nl">@<bdi>thephantom_nl</bdi></a><br />
I changed over to omxplayer and solved my problems with it resizing on restart.<br />
I can not find the bookmark for how to install omxplayer. Must have not saved it.<br />
Google it that is what I did…</p>
]]></description><link>https://forum.magicmirror.builders/post/99817</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99817</guid><dc:creator><![CDATA[plainbroke]]></dc:creator><pubDate>Sun, 20 Feb 2022 21:43:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-IPCam format on Wed, 16 Feb 2022 08:03:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thephantom_nl" aria-label="Profile: thephantom_nl">@<bdi>thephantom_nl</bdi></a><br />
Hi,<br />
I have the same problem, using RTSPStream.</p>
<p dir="auto">I have no Idea…</p>
<p dir="auto">Volker</p>
]]></description><link>https://forum.magicmirror.builders/post/99638</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99638</guid><dc:creator><![CDATA[Volkae]]></dc:creator><pubDate>Wed, 16 Feb 2022 08:03:06 GMT</pubDate></item></channel></rss>