<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Video streaming &#8211; motion JPEG</title>
		<atom:link href="http://cycling74.com/forums/topic/video-streaming-motion-jpeg/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 15:56:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-52237</guid>
					<title><![CDATA[Video streaming &#8211; motion JPEG]]></title>
					<link>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-52237</link>
					<pubDate>Wed, 08 Sep 2010 19:39:22 +0000</pubDate>
					<dc:creator>Eric</dc:creator>

					<description>
						<![CDATA[
						<p>Hi everyone, </p>
<p>Is it possible to read an mjpeg video stream using the jit.qt.movie object?<br />
If relevant, my setup is as follow: Logitech QuickCam E3500 connected to a fonera router 2.0n which in turn is connected to my mac via local network.<br />
The fonera web based application uses Cambozola. So what I get is a url (that looks like that <a href="http://fonera/luci/;stok=6(&#038;#8230" rel="nofollow">http://fonera/luci/;stok=6(&#038;#8230</a>;)60/fon_devices/fon_webcam/mjpeg) and a mjpeg stream. </p>
<p>Now, I have tried using the message: read &#8220;<a href="http://fonera/luci/;stok=6(&#038;#8230" rel="nofollow">http://fonera/luci/;stok=6(&#038;#8230</a>;)60/fon_devices/fon_webcam/mjpeg&#8221; on jit.qt.movie, but without success (in max window it states: read <a href="http://fonera/luci/;stok=6(&#038;#8230" rel="nofollow">http://fonera/luci/;stok=6(&#038;#8230</a>;)60/fon_devices/fon_webcam/mjpeg 0).</p>
<p>I know I don&#8217;t have any firewall issues as I managed to make it work with a mpeg4file that is locate on a external ftp site.</p>
<p>I have been looking for this on various forums but couldn&#8217;t find any definitive answer. </p>
<p>Any suggestions?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187734</guid>
					<title><![CDATA[Re: Video streaming &#8211; motion JPEG]]></title>
					<link>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187734</link>
					<pubDate>Thu, 09 Sep 2010 14:52:19 +0000</pubDate>
					<dc:creator>Eric</dc:creator>

					<description>
						<![CDATA[
						<p>Anyone? can mjpeg be read anyhow in jit.pwindow?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187735</guid>
					<title><![CDATA[Re: Video streaming &#8211; motion JPEG]]></title>
					<link>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187735</link>
					<pubDate>Sun, 12 Sep 2010 10:26:39 +0000</pubDate>
					<dc:creator>f_ilippo</dc:creator>

					<description>
						<![CDATA[
						<p>hi Eric, </p>
<p>No way to do it with jitter, i&#8217;m not sure but I think it&#8217;s a quicktime issue.<br />
have a nice day.</p>
<p>Filippo</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187736</guid>
					<title><![CDATA[Re: Video streaming &#8211; motion JPEG]]></title>
					<link>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187736</link>
					<pubDate>Mon, 13 Sep 2010 18:58:25 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>You might be able to connect via Java, but it will require some coding. I would suggest googling [java motion jpeg streaming IP camera]. I&#8217;m not sure if anyone has already solved this problem and has a Java class for acquiring this stream, but I believe Filippo is correct and that this type of camera is not supported in QT if it doesn&#8217;t support an rtsp stream. There might be some third party QT component which supports these cameras, but I&#8217;m not aware of one. Again perhaps some other users have solved this problem somehow and can offer advice.</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187737</guid>
					<title><![CDATA[Re: Video streaming &#8211; motion JPEG]]></title>
					<link>http://cycling74.com/forums/topic/video-streaming-motion-jpeg/#post-187737</link>
					<pubDate>Wed, 15 Sep 2010 11:16:41 +0000</pubDate>
					<dc:creator>FRid</dc:creator>

					<description>
						<![CDATA[
						<p>Funny, i was kinda trying the same thing in processing using unprotected ip-camera&#8217;s from axis which also broadcast mjpg (still working on it though) It seems you have to use third-party software for this. If i understand correctly it lets you access a video-stream and modify to your needs then make the stream available for further processing in whatever program you like. </p>
<p><a href="http://www.gstreamer.net/" rel="nofollow">http://www.gstreamer.net/</a><br />
<a href="http://blog.nicolargo.com/2009/04/gstreamer-aime-les-cameras-ip-axis.html" rel="nofollow">http://blog.nicolargo.com/2009/04/gstreamer-aime-les-cameras-ip-axis.html</a><br />
(my french is isn&#8217;t that good but just google-translate it)</p>
<p>Maybe this will help too<br />
<a href="http://processing.org/discourse/yabb2/YaBB.pl?num=1197475141" rel="nofollow">http://processing.org/discourse/yabb2/YaBB.pl?num=1197475141</a></p>
<p><a href="http://processing.org/discourse/yabb2/YaBB.pl?num=1259746559" rel="nofollow">http://processing.org/discourse/yabb2/YaBB.pl?num=1259746559</a></p>
<p>Good luck,<br />
FRid</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

