<?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[stuck with MMM-RTSP module]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/2743/mmm-rtspstream-video-streaming-from-live-feeds-security-cameras">[MMM-RTSPStream] - Video Streaming from Live Feeds &amp; Security Cameras</a></p>
<p dir="auto">I can’t get this working.<br />
So i’ll started to do some independent test.<br />
installed VLC player and then put my camera rtsp stream into VLC.<br />
Getting this message: vlc can’ t open rtsp://userxxxx:pwxxxxx%@192.168.1.241:xxxx/Videomain.</p>
<p dir="auto">next stream in VLC plays perfect<br />
rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov</p>
<p dir="auto">then I installed OMXplayer<br />
Loaded following stream:</p>
<pre><code>//sudo omxplayer -o hdmi rtsp://JSTAL:xxxxx@192.168.1.241:1052/videoMain

</code></pre>
<p dir="auto">This works fine, full videoscreen of my IPcam.</p>
<p dir="auto">then I modified config as follows</p>
<pre><code>//{
		            module: 'MMM-RTSPStream',
			    classes: 'default everyone',
		            position: 'middle_center',
		            config: {
		                autoStart: true,
		                rotateStreams: false,
		                rotateStreamTimeout: 10,
		                showSnapWhenPaused: false,
		                moduleWidth: 354,
		                moduleHeight: 240,
				localPlayer: 'omxplayer',
		                stream1: {
		                    name: 'Webcam 1 Test Stream',
		                    url: 'rtsp://JSTAL:xxxxxxxx@192.168.1.241:1052/videoMain',
		                    snapshotUrl: '',
		                    snapshotRefresh: 10, // Seconds
		                    frameRate: "25",
		                    port: 9999,
		                }
		            }
      		  },



</code></pre>
<p dir="auto">conclusion so far, installed software is OK</p>
<p dir="auto">‘xxxxx’ in the rtsp stream is where i put my password.<br />
password contains special char  ‘%’  - can the be the reason of VLC not showing the stream.</p>
<p dir="auto">so i’m stuck…<br />
any idea’s to solve are welcome.</p>
]]></description><link>https://forum.magicmirror.builders/topic/5138/stuck-with-mmm-rtsp-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 15:38:51 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5138.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Oct 2017 19:40:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to stuck with MMM-RTSP module on Sun, 27 Jan 2019 19:29:57 GMT]]></title><description><![CDATA[<p dir="auto">Guys,<br />
I was able to install and configure correctly the RTSP module but only one camera works.<br />
The second stream just show a black video.<br />
I tried out to open it via OMXPLAYER and I  do not get eny error but the video isn’t displayed.<br />
Any suggestion?</p>
]]></description><link>https://forum.magicmirror.builders/post/50942</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50942</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 27 Jan 2019 19:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to stuck with MMM-RTSP module on Thu, 12 Oct 2017 06:56:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shockwave" aria-label="Profile: Shockwave">@<bdi>Shockwave</bdi></a></p>
<p dir="auto">thanks for the tip.<br />
indeed changing the URL like you mentioned works in VLC.  I can see the video image.<br />
But still didn’t worked on the MM.<br />
So I adapted the passwords.<br />
Now all works fine.</p>
]]></description><link>https://forum.magicmirror.builders/post/29421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29421</guid><dc:creator><![CDATA[Johans]]></dc:creator><pubDate>Thu, 12 Oct 2017 06:56:23 GMT</pubDate></item><item><title><![CDATA[Reply to stuck with MMM-RTSP module on Wed, 11 Oct 2017 03:15:38 GMT]]></title><description><![CDATA[<p dir="auto">Maybe try changing the % to %25.  This is the escape sequence for a percent sign in a url.<br />
rtsp://myname:my%pass@123.456.789.123:9876/videoMain<br />
becomes:<br />
rtsp://myname:my%25pass@123.456.789.123:9876/videoMain</p>
]]></description><link>https://forum.magicmirror.builders/post/29390</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29390</guid><dc:creator><![CDATA[Shockwave]]></dc:creator><pubDate>Wed, 11 Oct 2017 03:15:38 GMT</pubDate></item></channel></rss>