<?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: JSMP: JavaScript Media Player</title>
	<atom:link href="http://ajaxian.com/archives/jsmp-javascript-media-player/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jsmp-javascript-media-player</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: raf</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-256672</link>
		<dc:creator>raf</dc:creator>
		<pubDate>Sat, 06 Oct 2007 22:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-256672</guid>
		<description>This is a very interesting piece of code. I wonder it is possible to do something with audio, WAV or mp3.</description>
		<content:encoded><![CDATA[<p>This is a very interesting piece of code. I wonder it is possible to do something with audio, WAV or mp3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suyog kale</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-250381</link>
		<dc:creator>suyog kale</dc:creator>
		<pubDate>Fri, 11 May 2007 13:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-250381</guid>
		<description>Comment by Liming Xu â€” April 6, 2007 

i donâ€™t get it eather 
Comment by Gudbergur â€” April 6, 2007 

I think it is awesome 
Comment by craig â€” April 6, 2007 

1) Howâ€™d he do it?

2) JavaScript has been used in similar contexts before:

http://solar.physics.montana.edu/YPOP/Intermission/Images/feb98eclipse_event1_j.html

However, thatâ€™s all a bunch of sequentially-shot JPEGs, while this is a whole AVI that weâ€™re talking about.

Now throw a Theora vid in there, and license it under a F/OSS license, and this could become Wikipediaâ€™s standard display for video files. 
Comment by Rayne Van-Dunem â€” April 6, 2007 

That is an impractical joke, you chop a movie into frames, and save each frame into a separate file and and download all images one by one. Genius! 

I prefer this which was already posted on Ajaxian:
http://www.themorningoutline.com/sample/AJAXtream.html 
Comment by Bob â€” April 6, 2007 

@Rayne Van-Dunem: This isnâ€™t a AVI. In fact, itâ€™s no different to what you just described. It downloads the frames one by one in JPEG format by adding a tag to the document with â€œdisplay: noneâ€. I am not very impressed with this as itâ€™s slow and unfeasible. 
Comment by Andy â€” April 6, 2007 

hi bob&amp;rayne van, thanks for your interest. but isnâ€™t your post cruel ?
yes, the process is true (like you said in your post) i try play the .avi files that splitted into frames on server. but because of my hosting problems i didnâ€™t do the splitting process on server.

and you are right for file handling. when i get a server that can play ffmpeg, jsmp will only need to enter the number of frames to play the any video.and if ie supported base64 i think it would be more usable..

good day, sorry for bad english 
Comment by azer koculu â€” April 6, 2007 

Azer, donâ€™t worry about the haters. Sometimes Ajaxians can be a little critical. Itâ€™s definitely a cool proof of concept. 
Comment by Michael â€” April 6, 2007 

It downloads the frames one by one in JPEG format
Isnâ€™t that more or less how Flash video was started? I seem to remember reading that that was the case. 

This probably isnâ€™t the end of the line for this kind of development.</description>
		<content:encoded><![CDATA[<p>Comment by Liming Xu â€” April 6, 2007 </p>
<p>i donâ€™t get it eather<br />
Comment by Gudbergur â€” April 6, 2007 </p>
<p>I think it is awesome<br />
Comment by craig â€” April 6, 2007 </p>
<p>1) Howâ€™d he do it?</p>
<p>2) JavaScript has been used in similar contexts before:</p>
<p><a href="http://solar.physics.montana.edu/YPOP/Intermission/Images/feb98eclipse_event1_j.html" rel="nofollow">http://solar.physics.montana.edu/YPOP/Intermission/Images/feb98eclipse_event1_j.html</a></p>
<p>However, thatâ€™s all a bunch of sequentially-shot JPEGs, while this is a whole AVI that weâ€™re talking about.</p>
<p>Now throw a Theora vid in there, and license it under a F/OSS license, and this could become Wikipediaâ€™s standard display for video files.<br />
Comment by Rayne Van-Dunem â€” April 6, 2007 </p>
<p>That is an impractical joke, you chop a movie into frames, and save each frame into a separate file and and download all images one by one. Genius! </p>
<p>I prefer this which was already posted on Ajaxian:<br />
<a href="http://www.themorningoutline.com/sample/AJAXtream.html" rel="nofollow">http://www.themorningoutline.com/sample/AJAXtream.html</a><br />
Comment by Bob â€” April 6, 2007 </p>
<p>@Rayne Van-Dunem: This isnâ€™t a AVI. In fact, itâ€™s no different to what you just described. It downloads the frames one by one in JPEG format by adding a tag to the document with â€œdisplay: noneâ€. I am not very impressed with this as itâ€™s slow and unfeasible.<br />
Comment by Andy â€” April 6, 2007 </p>
<p>hi bob&amp;rayne van, thanks for your interest. but isnâ€™t your post cruel ?<br />
yes, the process is true (like you said in your post) i try play the .avi files that splitted into frames on server. but because of my hosting problems i didnâ€™t do the splitting process on server.</p>
<p>and you are right for file handling. when i get a server that can play ffmpeg, jsmp will only need to enter the number of frames to play the any video.and if ie supported base64 i think it would be more usable..</p>
<p>good day, sorry for bad english<br />
Comment by azer koculu â€” April 6, 2007 </p>
<p>Azer, donâ€™t worry about the haters. Sometimes Ajaxians can be a little critical. Itâ€™s definitely a cool proof of concept.<br />
Comment by Michael â€” April 6, 2007 </p>
<p>It downloads the frames one by one in JPEG format<br />
Isnâ€™t that more or less how Flash video was started? I seem to remember reading that that was the case. </p>
<p>This probably isnâ€™t the end of the line for this kind of development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-250351</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Thu, 10 May 2007 15:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-250351</guid>
		<description>nice post.</description>
		<content:encoded><![CDATA[<p>nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249129</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 08 Apr 2007 23:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249129</guid>
		<description>@Pissing_Contest_Man, It&#039;s not that we disapprove of the script. It&#039;s just that it has alot of room for improvement. For example, if it downloaded a jointed file that was cleverly engineered to reduce filesize instead of downloading the frames one-by-one in JPEG format, this would be a great advancement. And as for your comment about negative critisism being &quot;retarded&quot;, I&#039;d have to disagree. Critisism, negative or not, is an important part of product evolution. Weither if you like it or not. I find it perfectly natural and reasonable for people to show what they like and don&#039;t like.</description>
		<content:encoded><![CDATA[<p>@Pissing_Contest_Man, It&#8217;s not that we disapprove of the script. It&#8217;s just that it has alot of room for improvement. For example, if it downloaded a jointed file that was cleverly engineered to reduce filesize instead of downloading the frames one-by-one in JPEG format, this would be a great advancement. And as for your comment about negative critisism being &#8220;retarded&#8221;, I&#8217;d have to disagree. Critisism, negative or not, is an important part of product evolution. Weither if you like it or not. I find it perfectly natural and reasonable for people to show what they like and don&#8217;t like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cagan Senturk</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249125</link>
		<dc:creator>Cagan Senturk</dc:creator>
		<pubDate>Sun, 08 Apr 2007 07:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249125</guid>
		<description>Azer,
it&#039;s a very cool looking player, congratulations. And don&#039;t worry about the negative comments.</description>
		<content:encoded><![CDATA[<p>Azer,<br />
it&#8217;s a very cool looking player, congratulations. And don&#8217;t worry about the negative comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Zyp</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249121</link>
		<dc:creator>Kris Zyp</dc:creator>
		<pubDate>Sun, 08 Apr 2007 02:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249121</guid>
		<description>Brilliant idea. However, I do believe that generally video compression that can not utilize information across frames (as is the problem with individual jpegs) is fundamentally a seriously limiting problem for quality video.
Kris</description>
		<content:encoded><![CDATA[<p>Brilliant idea. However, I do believe that generally video compression that can not utilize information across frames (as is the problem with individual jpegs) is fundamentally a seriously limiting problem for quality video.<br />
Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndiSkater</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249120</link>
		<dc:creator>AndiSkater</dc:creator>
		<pubDate>Sat, 07 Apr 2007 18:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249120</guid>
		<description>It might be an interesting idea to create a framework as fallback for older browsers not supporting the forthcoming APNG standard. A server-side PHP-Script could split an APNG into single PNGs and a JavaScript in the web page could render these images as animation.</description>
		<content:encoded><![CDATA[<p>It might be an interesting idea to create a framework as fallback for older browsers not supporting the forthcoming APNG standard. A server-side PHP-Script could split an APNG into single PNGs and a JavaScript in the web page could render these images as animation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Muskrat</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249118</link>
		<dc:creator>Mr. Muskrat</dc:creator>
		<pubDate>Sat, 07 Apr 2007 15:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249118</guid>
		<description>Had the title been JavaScript sequential image display there would have been a lot less haters.  This isn&#039;t a media player.  When it can play .AVI (or any other &quot;movie&quot; file format) then I&#039;ll look at it.  I was doing this kind of stuff in the 90s when I was learning JavaScript.</description>
		<content:encoded><![CDATA[<p>Had the title been JavaScript sequential image display there would have been a lot less haters.  This isn&#8217;t a media player.  When it can play .AVI (or any other &#8220;movie&#8221; file format) then I&#8217;ll look at it.  I was doing this kind of stuff in the 90s when I was learning JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pissing_Contest_Man</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249117</link>
		<dc:creator>Pissing_Contest_Man</dc:creator>
		<pubDate>Sat, 07 Apr 2007 14:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249117</guid>
		<description>@everyone who had something negative to say:

I don&#039;t understand why in your minds anything good comes out of all these negative comments directed at developers who have ideas different than yours. 

It is absolutely retarded to do things like this. By hazing developers in this manner it reminds me very much of when I was in elementary school.

&quot;OH HAHAHHA JIMMY ASKED A QUESTION! &quot;

&quot;HAHAHHA! POINT AND LAUGH AT JIMMY, HE IS STUPID! WHO THINKS OF THINGS LIKE THAT?!&quot;

Well, my little first graders. Let me tell you this, if people never thought of things outside the collective norm, then nothing innovative will ever come to be. It is things like this, whether they are useful or not that inspire. You may think it is stupid, but some guy across the planet might not--he might think its pretty fricken cool, and it just might give him an idea that causes big things to happen.

I&#039;m not saying that this will do that. But what I am saying is that you are ignorant.</description>
		<content:encoded><![CDATA[<p>@everyone who had something negative to say:</p>
<p>I don&#8217;t understand why in your minds anything good comes out of all these negative comments directed at developers who have ideas different than yours. </p>
<p>It is absolutely retarded to do things like this. By hazing developers in this manner it reminds me very much of when I was in elementary school.</p>
<p>&#8220;OH HAHAHHA JIMMY ASKED A QUESTION! &#8221;</p>
<p>&#8220;HAHAHHA! POINT AND LAUGH AT JIMMY, HE IS STUPID! WHO THINKS OF THINGS LIKE THAT?!&#8221;</p>
<p>Well, my little first graders. Let me tell you this, if people never thought of things outside the collective norm, then nothing innovative will ever come to be. It is things like this, whether they are useful or not that inspire. You may think it is stupid, but some guy across the planet might not&#8211;he might think its pretty fricken cool, and it just might give him an idea that causes big things to happen.</p>
<p>I&#8217;m not saying that this will do that. But what I am saying is that you are ignorant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Thuerigen</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249114</link>
		<dc:creator>Frank Thuerigen</dc:creator>
		<pubDate>Sat, 07 Apr 2007 12:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249114</guid>
		<description>@Azer,
you will always find people that spend their time criticizing other projects. Just donÂ´t mind. And thumbs up from me. If nobody worked on problems no problems would be solved.
Frank</description>
		<content:encoded><![CDATA[<p>@Azer,<br />
you will always find people that spend their time criticizing other projects. Just donÂ´t mind. And thumbs up from me. If nobody worked on problems no problems would be solved.<br />
Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Kimber</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249113</link>
		<dc:creator>Richard Kimber</dc:creator>
		<pubDate>Sat, 07 Apr 2007 11:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249113</guid>
		<description>Very clever, I like it.</description>
		<content:encoded><![CDATA[<p>Very clever, I like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rose</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249108</link>
		<dc:creator>Rose</dc:creator>
		<pubDate>Sat, 07 Apr 2007 05:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249108</guid>
		<description>Ajaxian will eventually publish ANY JavaScript code that has been written throughout the history.</description>
		<content:encoded><![CDATA[<p>Ajaxian will eventually publish ANY JavaScript code that has been written throughout the history.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schiller</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249104</link>
		<dc:creator>Scott Schiller</dc:creator>
		<pubDate>Fri, 06 Apr 2007 22:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249104</guid>
		<description>On a side note, this may very well be the shortest-ever Ajaxian write-up. Even for a Friday. ;)

I wonder if instead of using a separate JPG for each frame, these could be combined into larger &quot;tiles&quot; of frames, or perhaps a single monolithic image containing all frames (either as a &quot;filmstrip&quot; in one direction, or a grid.) # of connections vs. file size would be the presumed trade-off, but presentation would simply be repositioning a single background image.</description>
		<content:encoded><![CDATA[<p>On a side note, this may very well be the shortest-ever Ajaxian write-up. Even for a Friday. ;)</p>
<p>I wonder if instead of using a separate JPG for each frame, these could be combined into larger &#8220;tiles&#8221; of frames, or perhaps a single monolithic image containing all frames (either as a &#8220;filmstrip&#8221; in one direction, or a grid.) # of connections vs. file size would be the presumed trade-off, but presentation would simply be repositioning a single background image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artjom Kurapov</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249103</link>
		<dc:creator>Artjom Kurapov</dc:creator>
		<pubDate>Fri, 06 Apr 2007 22:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249103</guid>
		<description>rriight.. well there are enthusiasts that make 3d rendering in javascript too..</description>
		<content:encoded><![CDATA[<p>rriight.. well there are enthusiasts that make 3d rendering in javascript too..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikael bergkvist</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249100</link>
		<dc:creator>mikael bergkvist</dc:creator>
		<pubDate>Fri, 06 Apr 2007 19:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249100</guid>
		<description>This is far better than any of the mentioned.
http://www.xindesk.com/jtemplate</description>
		<content:encoded><![CDATA[<p>This is far better than any of the mentioned.<br />
<a href="http://www.xindesk.com/jtemplate" rel="nofollow">http://www.xindesk.com/jtemplate</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hmm</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249099</link>
		<dc:creator>hmm</dc:creator>
		<pubDate>Fri, 06 Apr 2007 19:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249099</guid>
		<description>Don&#039;t you think Wikipedia would need audio as well, maybe closed captioning support, etc?  This is nice proof of concept, but I don&#039;t see it becoming any sort of a &#039;standard&#039;</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you think Wikipedia would need audio as well, maybe closed captioning support, etc?  This is nice proof of concept, but I don&#8217;t see it becoming any sort of a &#8216;standard&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249098</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 06 Apr 2007 19:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249098</guid>
		<description>&lt;blockquote&gt; It downloads the frames one by one in JPEG format&lt;/blockquote&gt; Isn&#039;t that more or less how Flash video was started? I seem to remember reading that that was the case.

This probably isn&#039;t the end of the line for this kind of development.</description>
		<content:encoded><![CDATA[<blockquote><p> It downloads the frames one by one in JPEG format</p></blockquote>
<p> Isn&#8217;t that more or less how Flash video was started? I seem to remember reading that that was the case.</p>
<p>This probably isn&#8217;t the end of the line for this kind of development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249097</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 06 Apr 2007 19:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249097</guid>
		<description>Azer, don&#039;t worry about the haters.  Sometimes Ajaxians can be a little critical.  It&#039;s definitely a cool proof of concept.</description>
		<content:encoded><![CDATA[<p>Azer, don&#8217;t worry about the haters.  Sometimes Ajaxians can be a little critical.  It&#8217;s definitely a cool proof of concept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azer koculu</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249092</link>
		<dc:creator>azer koculu</dc:creator>
		<pubDate>Fri, 06 Apr 2007 17:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249092</guid>
		<description>hi bob&amp;rayne van, thanks for your interest. but isn&#039;t your post cruel ?
yes, the process is true (like you said in your post) i try play the .avi files that splitted into frames on server. but because of my hosting problems i didn&#039;t do the splitting process on server.

and you are right for file handling. when i get a server that can play ffmpeg, jsmp will only need to enter the number of frames to play the any video.and if ie supported base64 i think it would be more usable..

good day, sorry for bad english</description>
		<content:encoded><![CDATA[<p>hi bob&amp;rayne van, thanks for your interest. but isn&#8217;t your post cruel ?<br />
yes, the process is true (like you said in your post) i try play the .avi files that splitted into frames on server. but because of my hosting problems i didn&#8217;t do the splitting process on server.</p>
<p>and you are right for file handling. when i get a server that can play ffmpeg, jsmp will only need to enter the number of frames to play the any video.and if ie supported base64 i think it would be more usable..</p>
<p>good day, sorry for bad english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://ajaxian.com/archives/jsmp-javascript-media-player/comment-page-1#comment-249090</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 06 Apr 2007 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2292#comment-249090</guid>
		<description>@Rayne Van-Dunem: This isn&#039;t a AVI. In fact, it&#039;s no different to what you just described. It downloads the frames one by one in JPEG format by adding a  tag to the document with &quot;display: none&quot;. I am not very impressed with this as it&#039;s slow and unfeasible.</description>
		<content:encoded><![CDATA[<p>@Rayne Van-Dunem: This isn&#8217;t a AVI. In fact, it&#8217;s no different to what you just described. It downloads the frames one by one in JPEG format by adding a  tag to the document with &#8220;display: none&#8221;. I am not very impressed with this as it&#8217;s slow and unfeasible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

