<?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>
	Comments on: ISpy and Raspberry PI: Installing the open source Agent DVR	</title>
	<atom:link href="https://peppe8o.com/ispy-agent-dvr-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Fri, 19 Sep 2025 17:30:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-67518</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 19 Sep 2025 10:38:28 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-67518</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-67063&quot;&gt;Clive&lt;/a&gt;.

Hi Clive. I found that the installation script, after installing curl, changed to the following:
&lt;code&gt;curl -sL &quot;https://www.ispyconnect.com/install&quot; &#124; bash&lt;/code&gt;
It seems to work to me. Soon I&#039;ll update the tutorial, with the new links about the new GUI.
Please let me know if this works to you]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-67063">Clive</a>.</p>
<p>Hi Clive. I found that the installation script, after installing curl, changed to the following:<br />
<code>curl -sL "https://www.ispyconnect.com/install" | bash</code><br />
It seems to work to me. Soon I&#8217;ll update the tutorial, with the new links about the new GUI.<br />
Please let me know if this works to you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-67247</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 16 Sep 2025 16:58:12 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-67247</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-67063&quot;&gt;Clive&lt;/a&gt;.

Hi Clive,
thank you for your feedback. I&#039;ll try the installing procedure from scratch in this week to see if ssomething changed. I&#039;ll be beak as soon I can verify it]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-67063">Clive</a>.</p>
<p>Hi Clive,<br />
thank you for your feedback. I&#8217;ll try the installing procedure from scratch in this week to see if ssomething changed. I&#8217;ll be beak as soon I can verify it</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clive		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-67063</link>

		<dc:creator><![CDATA[Clive]]></dc:creator>
		<pubDate>Sun, 14 Sep 2025 14:52:12 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-67063</guid>

					<description><![CDATA[Hi I have used the install script a few times on a Raspberry Pi B+ (for testing) PRETTY_NAME=&quot;Raspbian GNU/Linux 11 (bullseye)&quot;
,and tried to execute AgentDVR a few times and the errors always seem to be GLICXX or GLIBC not found.

The Raspberry Pi B+ OS I am using 

When trying to execute AgentDVR following messages:

&lt;code&gt;pinguid@rpi-b-ping-srv:~ $ cd AgentDVR
pinguid@rpi-b-ping-srv:~/AgentDVR $ ls
Agent                       Content                       open_browser_macos.sh
Agent.dll.config            CoreLogic.dll.config          open_browser.sh
agent-register.sh           Entitlements.plist            PTZ.json
agent-reset-account.sh      icon.png                      setup-ffmpeg-linux.sh
agent-reset-local-login.sh  libcvextern.so                setup-ffmpeg-osx.sh
agent-reset.sh              libe_sqlite3.so               start_agent.sh
agent-uninstall-service.sh  libndi.so                     TURN
agent-update.sh             libSystem.IO.Ports.Native.so  XML
pinguid@rpi-b-ping-srv:~/AgentDVR $ ./Agent
./Agent: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.29&#039; not found (required by ./Agent)
./Agent: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.30&#039; not found (required by ./Agent)
./Agent: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.32&#039; not found (required by ./Agent)
./Agent: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33&#039; not found (required by ./Agent)
./Agent: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.34&#039; not found (required by ./Agent)
pinguid@rpi-b-ping-srv:~/AgentDVR $ gcc --version
gcc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi I have used the install script a few times on a Raspberry Pi B+ (for testing) PRETTY_NAME=&#8221;Raspbian GNU/Linux 11 (bullseye)&#8221;<br />
,and tried to execute AgentDVR a few times and the errors always seem to be GLICXX or GLIBC not found.</p>
<p>The Raspberry Pi B+ OS I am using </p>
<p>When trying to execute AgentDVR following messages:</p>
<p><code>pinguid@rpi-b-ping-srv:~ $ cd AgentDVR<br />
pinguid@rpi-b-ping-srv:~/AgentDVR $ ls<br />
Agent                       Content                       open_browser_macos.sh<br />
Agent.dll.config            CoreLogic.dll.config          open_browser.sh<br />
agent-register.sh           Entitlements.plist            PTZ.json<br />
agent-reset-account.sh      icon.png                      setup-ffmpeg-linux.sh<br />
agent-reset-local-login.sh  libcvextern.so                setup-ffmpeg-osx.sh<br />
agent-reset.sh              libe_sqlite3.so               start_agent.sh<br />
agent-uninstall-service.sh  libndi.so                     TURN<br />
agent-update.sh             libSystem.IO.Ports.Native.so  XML<br />
pinguid@rpi-b-ping-srv:~/AgentDVR $ ./Agent<br />
./Agent: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./Agent)<br />
./Agent: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ./Agent)<br />
./Agent: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.32' not found (required by ./Agent)<br />
./Agent: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found (required by ./Agent)<br />
./Agent: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.34' not found (required by ./Agent)<br />
pinguid@rpi-b-ping-srv:~/AgentDVR $ gcc --version<br />
gcc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110<br />
Copyright (C) 2020 Free Software Foundation, Inc.<br />
This is free software; see the source for copying conditions.  There is NO<br />
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-47142</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 27 Feb 2025 09:45:49 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-47142</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-46862&quot;&gt;Alfajol&lt;/a&gt;.

Hi, thank you for your feedback. From what I can read from the AgentDVR docs (&lt;a href=&quot;https://www.ispyconnect.com/docs/agent/remoteaccess&quot; rel=&quot;nofollow ugc&quot;&gt;https://www.ispyconnect.com/docs/agent/remoteaccess&lt;/a&gt;) they don&#039;t allow port forwarding with the free version. Nevertheless, you can try accessing it from remote by using a VPN with your home router, as all of the recent routers allow you to enable it for free]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-46862">Alfajol</a>.</p>
<p>Hi, thank you for your feedback. From what I can read from the AgentDVR docs (<a href="https://www.ispyconnect.com/docs/agent/remoteaccess" rel="nofollow ugc">https://www.ispyconnect.com/docs/agent/remoteaccess</a>) they don&#8217;t allow port forwarding with the free version. Nevertheless, you can try accessing it from remote by using a VPN with your home router, as all of the recent routers allow you to enable it for free</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alfajol		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-46862</link>

		<dc:creator><![CDATA[Alfajol]]></dc:creator>
		<pubDate>Tue, 25 Feb 2025 10:37:33 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-46862</guid>

					<description><![CDATA[Hey there! 
i installed as by your tutorial from remote location, installation went smooth
i opened port 8090 in my router and forwaded to my rpi 
so when i acces to it i got a different screen 

says:
&quot;Agent DVR: Installing FFmpeg 7
Feature requires a subscription or business license. (API)&quot; 
and two buttons &quot;retry&quot; (and does reload the site but notheing change) and &quot;logs&quot; (sends to a blank page) 

but no login, menu or anything else.. im lost here]]></description>
			<content:encoded><![CDATA[<p>Hey there!<br />
i installed as by your tutorial from remote location, installation went smooth<br />
i opened port 8090 in my router and forwaded to my rpi<br />
so when i acces to it i got a different screen </p>
<p>says:<br />
&#8220;Agent DVR: Installing FFmpeg 7<br />
Feature requires a subscription or business license. (API)&#8221;<br />
and two buttons &#8220;retry&#8221; (and does reload the site but notheing change) and &#8220;logs&#8221; (sends to a blank page) </p>
<p>but no login, menu or anything else.. im lost here</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-41679</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 10 Dec 2024 19:47:34 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-41679</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-41675&quot;&gt;fadderbuud&lt;/a&gt;.

Hi. When I wrote this tutorial I personally tested it in my Raspberry PI and worked. Do you tested it and got errors?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-41675">fadderbuud</a>.</p>
<p>Hi. When I wrote this tutorial I personally tested it in my Raspberry PI and worked. Do you tested it and got errors?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: fadderbuud		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-41675</link>

		<dc:creator><![CDATA[fadderbuud]]></dc:creator>
		<pubDate>Tue, 10 Dec 2024 19:25:28 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-41675</guid>

					<description><![CDATA[there is something missing, you have to be root for the script, if not it runs but will not work]]></description>
			<content:encoded><![CDATA[<p>there is something missing, you have to be root for the script, if not it runs but will not work</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-20965</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 27 Jul 2023 05:24:10 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-20965</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-20960&quot;&gt;peppe8o&lt;/a&gt;.

For history and for the users reading this comment thread, the problem has been fixed by using the 64-bit Raspberry PI OS version. Thanks to Arnaldo for the feedback]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-20960">peppe8o</a>.</p>
<p>For history and for the users reading this comment thread, the problem has been fixed by using the 64-bit Raspberry PI OS version. Thanks to Arnaldo for the feedback</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-20964</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 22 Jul 2023 11:08:55 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-20964</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-20963&quot;&gt;Arnaldo&lt;/a&gt;.

Scrivimi a giuseppe@peppe8o.com]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-20963">Arnaldo</a>.</p>
<p>Scrivimi a <a href="mailto:giuseppe@peppe8o.com">giuseppe@peppe8o.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arnaldo		</title>
		<link>https://peppe8o.com/ispy-agent-dvr-raspberry-pi/#comment-20963</link>

		<dc:creator><![CDATA[Arnaldo]]></dc:creator>
		<pubDate>Sat, 22 Jul 2023 10:17:04 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=6518#comment-20963</guid>

					<description><![CDATA[Ciao Giuseppe
mi risparmio il traduttore Google, perchè ho visto che possiamo condividere l&#039;Italiano.
Ho rifatto l&#039;installazione decine di volte, ho provato fino a 5 diverse schede MicroSD seguendo sia l&#039;installazione con Raspberry Pi Imager che con Etcher, con adattatore MicroSD-USB che con Adattatore MicroSD-SD, non riscontrando mai alcun apparente anomalia. Ho pure evitato di creare l&#039;utente: arnaldo e fatto invece quello pi, pensando che potesse in qualche modo interferire. Ogni volta sembra che tutto vada a buon fine, ma il risultato è sempre lo stesso.
Vorrei inviarti l&#039;output dell&#039;installazione dell&#039;Agent, che però essendo molto lungo, evitare di fare un post kilometrico. Ho notato che ci sono 3 righe sospette, dove compare la scritta: Failed, e poi la seguente: E: Invalid operation unzip.
Eventualmente se lo ritieni opportuno e me lo acconsenti, te la invio per mail.
Intanto Grazie e buona giornata
Arnaldo]]></description>
			<content:encoded><![CDATA[<p>Ciao Giuseppe<br />
mi risparmio il traduttore Google, perchè ho visto che possiamo condividere l&#8217;Italiano.<br />
Ho rifatto l&#8217;installazione decine di volte, ho provato fino a 5 diverse schede MicroSD seguendo sia l&#8217;installazione con Raspberry Pi Imager che con Etcher, con adattatore MicroSD-USB che con Adattatore MicroSD-SD, non riscontrando mai alcun apparente anomalia. Ho pure evitato di creare l&#8217;utente: arnaldo e fatto invece quello pi, pensando che potesse in qualche modo interferire. Ogni volta sembra che tutto vada a buon fine, ma il risultato è sempre lo stesso.<br />
Vorrei inviarti l&#8217;output dell&#8217;installazione dell&#8217;Agent, che però essendo molto lungo, evitare di fare un post kilometrico. Ho notato che ci sono 3 righe sospette, dove compare la scritta: Failed, e poi la seguente: E: Invalid operation unzip.<br />
Eventualmente se lo ritieni opportuno e me lo acconsenti, te la invio per mail.<br />
Intanto Grazie e buona giornata<br />
Arnaldo</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
