<?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: Pure AS3 MJPEG streaming class</title>
	<atom:link href="http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/</link>
	<description>looking for the beauty of complexity</description>
	<lastBuildDate>Fri, 27 Aug 2010 07:46:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: alftuga</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-1019</link>
		<dc:creator>alftuga</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-1019</guid>
		<description>axis 206 + motion + your class and my life is beautiful!

thank you very much!!!</description>
		<content:encoded><![CDATA[<p>axis 206 + motion + your class and my life is beautiful!</p>
<p>thank you very much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Robinson Hakkabee</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-1001</link>
		<dc:creator>Steve Robinson Hakkabee</dc:creator>
		<pubDate>Tue, 19 Jan 2010 11:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-1001</guid>
		<description>Found the swf file on my axis 213ptz on the same folder of mjpeg:
baseurl/mjpg/video.mjpg
can be:
baseurl/mjpg/video.swf
and it works easy!</description>
		<content:encoded><![CDATA[<p>Found the swf file on my axis 213ptz on the same folder of mjpeg:<br />
baseurl/mjpg/video.mjpg<br />
can be:<br />
baseurl/mjpg/video.swf<br />
and it works easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d.y</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-988</link>
		<dc:creator>d.y</dc:creator>
		<pubDate>Tue, 05 Jan 2010 18:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-988</guid>
		<description>Unable to see video,
I have D-Link and I&#039;m using 

var cam:MJPEG = new MJPEG(&quot;192.168.0.20&quot;, &quot;/video.cgi&quot;);
wrapper.addChild(cam);

The camera is connected directly to my pc
I&#039;m using eclipse with flex plugin

I can see the wrapper panel but not the video,

any idea?

thanks in advance
D</description>
		<content:encoded><![CDATA[<p>Unable to see video,<br />
I have D-Link and I&#8217;m using </p>
<p>var cam:MJPEG = new MJPEG(&#8220;192.168.0.20&#8243;, &#8220;/video.cgi&#8221;);<br />
wrapper.addChild(cam);</p>
<p>The camera is connected directly to my pc<br />
I&#8217;m using eclipse with flex plugin</p>
<p>I can see the wrapper panel but not the video,</p>
<p>any idea?</p>
<p>thanks in advance<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-906</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Fri, 23 Oct 2009 23:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-906</guid>
		<description>Using this class with a web camera attached to my PhidgetsSBC.  Wireless video FTW!  

Thanks,
Kevin Hoyt
Adobe Systems, Inc.</description>
		<content:encoded><![CDATA[<p>Using this class with a web camera attached to my PhidgetsSBC.  Wireless video FTW!  </p>
<p>Thanks,<br />
Kevin Hoyt<br />
Adobe Systems, Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-898</link>
		<dc:creator>al</dc:creator>
		<pubDate>Thu, 17 Sep 2009 08:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-898</guid>
		<description>never mind, found this after some googling, used that path for my panasonic ip cam, worked perfectly, thanks so much!!!!!

MJPEG Path                    


The path to access the MJPEG stream. For e.g.:


•/axis-cgi/video.cgi for Axis video cameras


•/image for Sony video cameras


•/nphMotionJpeg?Quality=Standard for Panasonic video cameras





Picture Path                     


The path to access the last image of the camera. For e.g.:


•/jpg/image.jpg for Axis video cameras


•/oneshotimage.jpg for Sony video cameras


•/SnapshotJPEG?Quality=Standard for Panasonic video cameras</description>
		<content:encoded><![CDATA[<p>never mind, found this after some googling, used that path for my panasonic ip cam, worked perfectly, thanks so much!!!!!</p>
<p>MJPEG Path                    </p>
<p>The path to access the MJPEG stream. For e.g.:</p>
<p>•/axis-cgi/video.cgi for Axis video cameras</p>
<p>•/image for Sony video cameras</p>
<p>•/nphMotionJpeg?Quality=Standard for Panasonic video cameras</p>
<p>Picture Path                     </p>
<p>The path to access the last image of the camera. For e.g.:</p>
<p>•/jpg/image.jpg for Axis video cameras</p>
<p>•/oneshotimage.jpg for Sony video cameras</p>
<p>•/SnapshotJPEG?Quality=Standard for Panasonic video cameras</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-897</link>
		<dc:creator>al</dc:creator>
		<pubDate>Thu, 17 Sep 2009 08:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-897</guid>
		<description>Hi, this is very helpful, I have a project that I&#039;m trying to do exactly this. The IP cameria I have is a Panasonic IP cam, specifically this model BB-HCM331A , I was wondering if you have any ideas on how I might be able to find out the path to the .cgi file for thie particular model, thx

//var test:MJPEG = new MJPEG(&quot;thepoolcam.dyndns.tv&quot;, &quot;/axis-cgi/mjpg/video.cgi&quot;, 80);</description>
		<content:encoded><![CDATA[<p>Hi, this is very helpful, I have a project that I&#8217;m trying to do exactly this. The IP cameria I have is a Panasonic IP cam, specifically this model BB-HCM331A , I was wondering if you have any ideas on how I might be able to find out the path to the .cgi file for thie particular model, thx</p>
<p>//var test:MJPEG = new MJPEG(&#8220;thepoolcam.dyndns.tv&#8221;, &#8220;/axis-cgi/mjpg/video.cgi&#8221;, 80);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rabin</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-874</link>
		<dc:creator>Rabin</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-874</guid>
		<description>Hi,

By using cross domain policy files, will it be possible to use this concept in flash.
Any test server to test the above sample.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>By using cross domain policy files, will it be possible to use this concept in flash.<br />
Any test server to test the above sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smart-Page.net &#187; Blog Archive &#187; Multiple object motion detection</title>
		<link>http://gfxcomplex.com/air/pure-as3-mjpeg-streaming-class/comment-page-1/#comment-544</link>
		<dc:creator>Smart-Page.net &#187; Blog Archive &#187; Multiple object motion detection</dc:creator>
		<pubDate>Sun, 24 May 2009 02:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://gfxcomplex.com/?p=237#comment-544</guid>
		<description>[...] approach, Andrei Thomaz´s port of the blobDetection-library from v3ga and Josh Chernoff´s version of the MJPEG streaming-component by Doug Hughe [...]</description>
		<content:encoded><![CDATA[<p>[...] approach, Andrei Thomaz´s port of the blobDetection-library from v3ga and Josh Chernoff´s version of the MJPEG streaming-component by Doug Hughe [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
