<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Kommentare zu: Motion Detection mit Raspberry Pi. Webcams überwachen, auch RTSP	</title>
	<atom:link href="https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/feed/" rel="self" type="application/rss+xml" />
	<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp</link>
	<description>Tipps und Tricks rund um Serveradministration, Werbeeinnahmen und allem was mit meiner IT Selbstständigkeit zu tun hat</description>
	<lastBuildDate>Mon, 02 May 2022 11:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>
		Von: Alex		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-924</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 02 May 2022 11:51:59 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-924</guid>

					<description><![CDATA[autoreconf -fiv bringt auf einem Raspbian GNU/Linux 10 (buster) folgende Fehlermeldung: 
Can’t exec „autopoint“: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345. 

Fix dazu: sudo apt-get install autopoint; sudo apt-get install gettext]]></description>
			<content:encoded><![CDATA[<p>autoreconf -fiv bringt auf einem Raspbian GNU/Linux 10 (buster) folgende Fehlermeldung:<br />
Can’t exec „autopoint“: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345. </p>
<p>Fix dazu: sudo apt-get install autopoint; sudo apt-get install gettext</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Alex		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-923</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 02 May 2022 11:50:04 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-923</guid>

					<description><![CDATA[autoreconf -fiv bringt auf einem Raspbian GNU/Linux 10 (buster) folgende Fehlermeldung:
Can&#039;t exec &quot;autopoint&quot;: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.

Fix dazu:
sudo apt-get install autopoint; sudo apt-get install autopoint]]></description>
			<content:encoded><![CDATA[<p>autoreconf -fiv bringt auf einem Raspbian GNU/Linux 10 (buster) folgende Fehlermeldung:<br />
Can&#8217;t exec &#8222;autopoint&#8220;: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.</p>
<p>Fix dazu:<br />
sudo apt-get install autopoint; sudo apt-get install autopoint</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Daniel		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-75</link>

		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 29 Mar 2018 08:14:26 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-75</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-73&quot;&gt;Oliver&lt;/a&gt;.

Recht hat er. Bitte noch ändern]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-73">Oliver</a>.</p>
<p>Recht hat er. Bitte noch ändern</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Kai		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-74</link>

		<dc:creator><![CDATA[Kai]]></dc:creator>
		<pubDate>Sun, 17 Dec 2017 18:31:27 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-74</guid>

					<description><![CDATA[Vielen Dank für die Anleitung! Leider bekomme ich beim &quot;make&quot; im &quot;Motion&quot;-Abschnitt folgende Meldung:
sudo make
Welcome to the setup procedure for Motion, the motion detection daemon! If you get
error messages during this procedure, please report them to the mailing list. The
Motion Guide contains all information you should need to get Motion up and running.

Version: 4.1.1+git804c28c
Platform: Linux (if this is incorrect, please read README.FreeBSD)

Compiling Motion object files...
--------------------------------------------------------------------------------
-e 	Compiling ffmpeg.c into ffmpeg.o...
ffmpeg.c: In function ‘ffmpeg_set_quality’:
ffmpeg.c:541:41: error: ‘CODEC_FLAG_QSCALE’ undeclared (first use in this function)
             ffmpeg-&#062;ctx_codec-&#062;flags &#124;= CODEC_FLAG_QSCALE;
                                         ^
ffmpeg.c:541:41: note: each undeclared identifier is reported only once for each function it appears in
ffmpeg.c: In function ‘ffmpeg_set_codec’:
ffmpeg.c:666:33: error: ‘CODEC_FLAG_GLOBAL_HEADER’ undeclared (first use in this function)
     ffmpeg-&#062;ctx_codec-&#062;flags &#124;= CODEC_FLAG_GLOBAL_HEADER;
                                 ^
Makefile:108: recipe for target &#039;ffmpeg.o&#039; failed
make: *** [ffmpeg.o] Error 1

Eine Fehlermeldung (abgesehen von einigen deprecated-Warningen) habe ich nicht bemerkt. Bin um jede Hilfe dankbar!]]></description>
			<content:encoded><![CDATA[<p>Vielen Dank für die Anleitung! Leider bekomme ich beim &#8222;make&#8220; im &#8222;Motion&#8220;-Abschnitt folgende Meldung:<br />
sudo make<br />
Welcome to the setup procedure for Motion, the motion detection daemon! If you get<br />
error messages during this procedure, please report them to the mailing list. The<br />
Motion Guide contains all information you should need to get Motion up and running.</p>
<p>Version: 4.1.1+git804c28c<br />
Platform: Linux (if this is incorrect, please read README.FreeBSD)</p>
<p>Compiling Motion object files&#8230;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
-e 	Compiling ffmpeg.c into ffmpeg.o&#8230;<br />
ffmpeg.c: In function ‘ffmpeg_set_quality’:<br />
ffmpeg.c:541:41: error: ‘CODEC_FLAG_QSCALE’ undeclared (first use in this function)<br />
             ffmpeg-&gt;ctx_codec-&gt;flags |= CODEC_FLAG_QSCALE;<br />
                                         ^<br />
ffmpeg.c:541:41: note: each undeclared identifier is reported only once for each function it appears in<br />
ffmpeg.c: In function ‘ffmpeg_set_codec’:<br />
ffmpeg.c:666:33: error: ‘CODEC_FLAG_GLOBAL_HEADER’ undeclared (first use in this function)<br />
     ffmpeg-&gt;ctx_codec-&gt;flags |= CODEC_FLAG_GLOBAL_HEADER;<br />
                                 ^<br />
Makefile:108: recipe for target &#8218;ffmpeg.o&#8216; failed<br />
make: *** [ffmpeg.o] Error 1</p>
<p>Eine Fehlermeldung (abgesehen von einigen deprecated-Warningen) habe ich nicht bemerkt. Bin um jede Hilfe dankbar!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Oliver		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-73</link>

		<dc:creator><![CDATA[Oliver]]></dc:creator>
		<pubDate>Fri, 05 May 2017 10:47:13 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-73</guid>

					<description><![CDATA[Noch ein Hinweis:
sudo mv /usr/local/etc/motion/dist-motion.conf /usr/local/etc/motion/motion.conf

&quot;dist-motion.conf&quot; muss hier &quot;motion-dist.conf&quot; sein.]]></description>
			<content:encoded><![CDATA[<p>Noch ein Hinweis:<br />
sudo mv /usr/local/etc/motion/dist-motion.conf /usr/local/etc/motion/motion.conf</p>
<p>&#8222;dist-motion.conf&#8220; muss hier &#8222;motion-dist.conf&#8220; sein.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Matthias		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-72</link>

		<dc:creator><![CDATA[Matthias]]></dc:creator>
		<pubDate>Fri, 05 May 2017 06:25:01 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-72</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-71&quot;&gt;Oliver&lt;/a&gt;.

Danke für den Hinweis, habe es korrigiert.]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-71">Oliver</a>.</p>
<p>Danke für den Hinweis, habe es korrigiert.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Oliver		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-71</link>

		<dc:creator><![CDATA[Oliver]]></dc:creator>
		<pubDate>Thu, 04 May 2017 23:36:50 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-71</guid>

					<description><![CDATA[Irgendwie sind in der Anleitung oben die falschen ASCII Zeichen drin. Mit --enable-shared funktioniert&#039;s dann. Bei ffmpeg genauso.]]></description>
			<content:encoded><![CDATA[<p>Irgendwie sind in der Anleitung oben die falschen ASCII Zeichen drin. Mit &#8211;enable-shared funktioniert&#8217;s dann. Bei ffmpeg genauso.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Oliver		</title>
		<link>https://matthias.guru/2017/02/05/motion-detection-mit-raspberry-pi-webcams-ueberwachen-auch-rtsp/#comment-70</link>

		<dc:creator><![CDATA[Oliver]]></dc:creator>
		<pubDate>Thu, 04 May 2017 23:14:56 +0000</pubDate>
		<guid isPermaLink="false">https://raspberry-pi.ninja/?p=47#comment-70</guid>

					<description><![CDATA[Super Anleitung, vielen Dank. Git muss natürlich auch noch installiert sein...

Bei mir kommt bei x264 nach
./configure –enable-shared –disable-opencl

Unknown option –enable-shared, ignored
Unknown option –disable-opencl, ignored

Muss mich das nervös machen?]]></description>
			<content:encoded><![CDATA[<p>Super Anleitung, vielen Dank. Git muss natürlich auch noch installiert sein&#8230;</p>
<p>Bei mir kommt bei x264 nach<br />
./configure –enable-shared –disable-opencl</p>
<p>Unknown option –enable-shared, ignored<br />
Unknown option –disable-opencl, ignored</p>
<p>Muss mich das nervös machen?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
