<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Motion_JPEG</id>
	<title>Motion JPEG - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Motion_JPEG"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Motion_JPEG&amp;action=history"/>
	<updated>2026-05-09T03:50:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Motion_JPEG&amp;diff=1894&amp;oldid=prev</id>
		<title>Kenneth: /* MPEG-Streamer */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Motion_JPEG&amp;diff=1894&amp;oldid=prev"/>
		<updated>2015-03-08T07:04:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;MPEG-Streamer&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Motion JPEG ==&lt;br /&gt;
&lt;br /&gt;
Motion JPEG - Wikipedia - http://en.wikipedia.org/wiki/Motion_JPEG&lt;br /&gt;
: &amp;lt;i&amp;gt;&amp;quot;In multimedia, Motion JPEG (M-JPEG or MJPEG) is a video compression format in which each video frame or interlaced field of a digital video sequence is compressed separately as a JPEG image. Originally developed for multimedia PC applications, M-JPEG is now used by video-capture devices such as digital cameras, IP cameras, and webcams; and by non-linear video editing systems. It continues to enjoy native support by the QuickTime Player, the PlayStation console, and browsers such as Safari, Google Chrome, and Mozilla Firefox.&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Stream Video from the Raspberry Pi Camera to Web Browsers, Even on iOS and Android - miguelgrinberg.com - http://blog.miguelgrinberg.com/post/stream-video-from-the-raspberry-pi-camera-to-web-browsers-even-on-ios-and-android&lt;br /&gt;
: &amp;lt;i&amp;gt;&amp;quot;What is Motion JPEG? Pretty simple, it&amp;#039;s just a stream of individual JPEG pictures, one after another. I was surprised to find that most modern browsers can play MJPEG streams natively.&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MPEG-Streamer ==&lt;br /&gt;
&lt;br /&gt;
Build:&lt;br /&gt;
 sudo apt-get install libjpeg8-dev imagemagick subversion&lt;br /&gt;
 sudo svn co https://svn.code.sf.net/p/mjpg-streamer/code/mjpg-streamer/&lt;br /&gt;
 cd mjpg-streamer&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Start raspistill:&lt;br /&gt;
 mkdir /tmp/stream&lt;br /&gt;
 raspistill -w 640 -h 480 -q 5 -o /tmp/stream/pic.jpg -tl 100 -t 9999999 -th 0:0:0 &amp;amp; &lt;br /&gt;
&lt;br /&gt;
Use:&lt;br /&gt;
 LD_LIBRARY_PATH=./ ./mjpg_streamer -i &amp;quot;input_file.so -f /tmp/stream&amp;quot; -o &amp;quot;output_http.so -w ./www&amp;quot;&lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
* Stream Video from the Raspberry Pi Camera to Web Browsers, Even on iOS and Android - miguelgrinberg.com - http://blog.miguelgrinberg.com/post/stream-video-from-the-raspberry-pi-camera-to-web-browsers-even-on-ios-and-android&lt;br /&gt;
* Raspberry Pi camera board video streaming » Miguel Mota | Web Developer - http://miguelmota.com/blog/raspberry-pi-camera-board-video-streaming/&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
See [[Motion_JPEG/Notes]]&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;br /&gt;
[[Category:Entertainment]]&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>