<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yod9999</id>
	<title>ZoneMinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yod9999"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Yod9999"/>
	<updated>2026-04-19T19:15:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=ICamviewRelay&amp;diff=1707</id>
		<title>ICamviewRelay</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=ICamviewRelay&amp;diff=1707"/>
		<updated>2006-09-29T08:21:22Z</updated>

		<summary type="html">&lt;p&gt;Yod9999: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a small application that can be used to allow an ICamview to be used with Zoneminder.&lt;br /&gt;
&lt;br /&gt;
There are 2 methods of getting images out of this. You can do jpeg grabs by sending a url, but it redirects you to a login page the first time you try to access the image and it&amp;#039;s not any kind of standard http login method, so I gave up on that.&lt;br /&gt;
&lt;br /&gt;
To get streaming images it uses udp, and a little bit of playing about with ethereal let me work out the protocol well enough to knock up a relay app that gets jpegs using the udp method and sends them out as an mjpeg stream. You can then connect to the relay as if it were a network camera. Unfortunately (depending on your point of view) it&amp;#039;s written in java as that&amp;#039;s what I do for a living and I haven&amp;#039;t had time to relearn C and all the sockets/threading stuff. If anyone wants to port it to C then feel free, but please post it back here so I can use it!&lt;br /&gt;
&lt;br /&gt;
usage is:&lt;br /&gt;
&lt;br /&gt;
java -cp . ICamviewRelay &amp;lt;icamview ip addr&amp;gt; &amp;lt;icamview port&amp;gt; &amp;lt;fps&amp;gt; &amp;lt;local server port&amp;gt; &amp;lt;icamview user&amp;gt; &amp;lt;icamview pass&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to compile it:&lt;br /&gt;
&lt;br /&gt;
javac -cp . ICamviewRelay.java&lt;br /&gt;
&lt;br /&gt;
[http://www.neilraymond.plus.com/ICamviewRelay.java ICamviewRelay.java]&lt;br /&gt;
&lt;br /&gt;
[http://www.icamview.com http://www.icamview.com]&lt;/div&gt;</summary>
		<author><name>Yod9999</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=ICamviewRelay&amp;diff=1706</id>
		<title>ICamviewRelay</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=ICamviewRelay&amp;diff=1706"/>
		<updated>2006-09-29T08:11:31Z</updated>

		<summary type="html">&lt;p&gt;Yod9999: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a small application that can be used to allow an ICamview to be used with Zoneminder.&lt;br /&gt;
&lt;br /&gt;
There are 2 methods of getting images out of this. You can do jpeg grabs by sending a url, but it redirects you to a login page the first time you try to access the image and it&amp;#039;s not any kind of standard http login method, so I gave up on that.&lt;br /&gt;
&lt;br /&gt;
To get streaming images it uses udp, and a little bit of playing about with ethereal let me work out the protocol well enough to knock up a relay app that gets jpegs using the udp method and sends them out as an mjpeg stream. You can then connect to the relay as if it were a network camera. Unfortunately (depending on your point of view) it&amp;#039;s written in java as that&amp;#039;s what I do for a living and I haven&amp;#039;t had time to relearn C and all the sockets/threading stuff. If anyone wants to port it to C then feel free, but please post it back here so I can use it!&lt;br /&gt;
&lt;br /&gt;
usage is:&lt;br /&gt;
&lt;br /&gt;
java -cp . ICamviewRelay &amp;lt;icamview ip addr&amp;gt; &amp;lt;icamview port&amp;gt; &amp;lt;fps&amp;gt; &amp;lt;local server port&amp;gt; &amp;lt;icamview user&amp;gt; &amp;lt;icamview pass&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to compile it:&lt;br /&gt;
&lt;br /&gt;
javac -cp . ICamviewRelay.java&lt;br /&gt;
&lt;br /&gt;
[http://www.neilraymond.plus.com/ICamviewRelay.java ICamviewRelay.java]&lt;/div&gt;</summary>
		<author><name>Yod9999</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=ICamviewRelay&amp;diff=1705</id>
		<title>ICamviewRelay</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=ICamviewRelay&amp;diff=1705"/>
		<updated>2006-09-29T08:05:37Z</updated>

		<summary type="html">&lt;p&gt;Yod9999: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a small application that can be used to allow an ICamview to be used with Zoneminder.&lt;br /&gt;
&lt;br /&gt;
There are 2 methods of getting images out of this. You can do jpeg grabs by sending a url, but it redirects you to a login page the first time you try to access the image and it&amp;#039;s not any kind of standard http login method, so I gave up on that.&lt;br /&gt;
&lt;br /&gt;
To get streaming images it uses udp, and a little bit of playing about with ethereal let me work out the protocol well enough to knock up a relay app that gets jpegs using the udp method and sends them out as an mjpeg stream. You can then connect to the relay as if it were a network camera. Unfortunately (depending on your point of view) it&amp;#039;s written in java as that&amp;#039;s what I do for a living and I haven&amp;#039;t had time to relearn C and all the sockets/threading stuff. If anyone wants to port it to C then feel free, but please post it back here so I can use it!&lt;br /&gt;
&lt;br /&gt;
usage is:&lt;br /&gt;
&lt;br /&gt;
java -cp . ICamviewRelay &amp;lt;icamview ip addr&amp;gt; &amp;lt;icamview port&amp;gt; &amp;lt;fps&amp;gt; &amp;lt;local server port&amp;gt; &amp;lt;icamview user&amp;gt; &amp;lt;icamview pass&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to compile it:&lt;br /&gt;
&lt;br /&gt;
javac -cp . ICamviewRelay.java&lt;br /&gt;
&lt;br /&gt;
&amp;lt;attach file here&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yod9999</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Utilities&amp;diff=1704</id>
		<title>Utilities</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Utilities&amp;diff=1704"/>
		<updated>2006-09-29T07:59:59Z</updated>

		<summary type="html">&lt;p&gt;Yod9999: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[ZM4MS]]&amp;lt;br&amp;gt; - Complete Windows GUI frontend for ZM (requires ZM!) (Please feel free to add to this anyone![James])&lt;br /&gt;
&lt;br /&gt;
[[xlib_shm]] - allows you to view live streams from zm on local machine with low cpu usage&lt;br /&gt;
&lt;br /&gt;
[[zmxap]] - an xAP connector (to/from home automation applications)&lt;br /&gt;
&lt;br /&gt;
[[Voronwe ZM Frontend]] - Alternate web front end, with enhanced cron/calender integration.&lt;br /&gt;
&lt;br /&gt;
[[ICamviewRelay]] - a small app that allows the ICamview to be used with ZM&lt;/div&gt;</summary>
		<author><name>Yod9999</name></author>
	</entry>
</feed>