<?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: Intelligent Video Buffering Component &#8211; Final</title>
	<atom:link href="http://www.munkiihouse.com/Index.php?feed=rss2&#038;p=41" rel="self" type="application/rss+xml" />
	<link>http://www.munkiihouse.com/?p=41</link>
	<description>This blog is no longer maintained. My new blog can be found at http://blog.tonyfendall.com.</description>
	<lastBuildDate>Wed, 27 Jan 2010 02:31:39 +1300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Newbie</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-1049</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Thu, 15 Jan 2009 03:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-1049</guid>
		<description>Nevermind.  I was running the .swf directly, but when I created a projector and ran the .exe it worked fine.</description>
		<content:encoded><![CDATA[<p>Nevermind.  I was running the .swf directly, but when I created a projector and ran the .exe it worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newbie</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-1048</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Thu, 15 Jan 2009 03:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-1048</guid>
		<description>Your project compiles with Flex SDK 3 and runs under Adobe Flash Player 10, but does not seem to do anything...?</description>
		<content:encoded><![CDATA[<p>Your project compiles with Flex SDK 3 and runs under Adobe Flash Player 10, but does not seem to do anything&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam McCrossan</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-947</link>
		<dc:creator>Adam McCrossan</dc:creator>
		<pubDate>Mon, 14 Jul 2008 15:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-947</guid>
		<description>Hi Tony,

I know this is a bit different to what your custom video display component does so feel free to tell me where to go, but I thought you might be able to give me a bit of advise based on your knowledge of flex&#039;s inbuilt video display component. 

I am having some serious problems with video performance. Let me try and explain in a little more detail - I am using flex to build a jukebox application that supports audio (mp3 files) and video (flv files). It&#039;s actually an AIR app that will run on the user&#039;s desktop playing files stored locally. The mp3 side of my app works perfectly well with no problems what so ever, however there is a major issue I am having with the video player… the video loads fine and begins to play without any problems but as soon as there is any interaction with the app’s interface the video begins to stutter/stop for a few milliseconds before continuing to play once more?

At first I thought this was simply a memory issue I had with the machine I was using to develop the app but I upgraded my RAM to 6GB (yes that’s right - a full 6 GB) and the issue still persists?

Any ideas or suggestions you have regarding this problem would be hugely appreciated!

Many Thanks
Adam</description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>I know this is a bit different to what your custom video display component does so feel free to tell me where to go, but I thought you might be able to give me a bit of advise based on your knowledge of flex&#8217;s inbuilt video display component. </p>
<p>I am having some serious problems with video performance. Let me try and explain in a little more detail &#8211; I am using flex to build a jukebox application that supports audio (mp3 files) and video (flv files). It&#8217;s actually an AIR app that will run on the user&#8217;s desktop playing files stored locally. The mp3 side of my app works perfectly well with no problems what so ever, however there is a major issue I am having with the video player… the video loads fine and begins to play without any problems but as soon as there is any interaction with the app’s interface the video begins to stutter/stop for a few milliseconds before continuing to play once more?</p>
<p>At first I thought this was simply a memory issue I had with the machine I was using to develop the app but I upgraded my RAM to 6GB (yes that’s right &#8211; a full 6 GB) and the issue still persists?</p>
<p>Any ideas or suggestions you have regarding this problem would be hugely appreciated!</p>
<p>Many Thanks<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Fendall</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-936</link>
		<dc:creator>Tony Fendall</dc:creator>
		<pubDate>Tue, 08 Jul 2008 01:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-936</guid>
		<description>Hi Tom
You&#039;re right that you could use the progress events coming off the VideoDisplay itself to set the buffer time.  That would be a much cleaner way of implementing the behavior.

My experience is that the speed measurement is at best a crude measure however, and that things generally work out best if you don&#039;t try to make things too accurate.</description>
		<content:encoded><![CDATA[<p>Hi Tom<br />
You&#8217;re right that you could use the progress events coming off the VideoDisplay itself to set the buffer time.  That would be a much cleaner way of implementing the behavior.</p>
<p>My experience is that the speed measurement is at best a crude measure however, and that things generally work out best if you don&#8217;t try to make things too accurate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-935</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 07 Jul 2008 11:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-935</guid>
		<description>But, the bandwith is totally dynamic isnit? So you should calcul it the most time possible not just 1 time and especially, NEVER calcul your bandwith when your app starts because the browser is loading other files such as CSS, HTML, other images... so you get a totally wrong value!

Instead you should use the progressevent of the video player to calcul the bp. The value will be more accurate.

FrenchTom</description>
		<content:encoded><![CDATA[<p>But, the bandwith is totally dynamic isnit? So you should calcul it the most time possible not just 1 time and especially, NEVER calcul your bandwith when your app starts because the browser is loading other files such as CSS, HTML, other images&#8230; so you get a totally wrong value!</p>
<p>Instead you should use the progressevent of the video player to calcul the bp. The value will be more accurate.</p>
<p>FrenchTom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-286</link>
		<dc:creator>Anish</dc:creator>
		<pubDate>Fri, 21 Dec 2007 18:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-286</guid>
		<description>Hi Tony,

A nice and pretty useful customization for the VideoDisplay component. Thanks for sharing it.

-Anish</description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>A nice and pretty useful customization for the VideoDisplay component. Thanks for sharing it.</p>
<p>-Anish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Fendall</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-269</link>
		<dc:creator>Tony Fendall</dc:creator>
		<pubDate>Tue, 20 Nov 2007 09:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-269</guid>
		<description>As I said at the top of the post, I&#039;ve had to replace the video in the example with a slightly shorter one to save on bandwidth.

You can find the origional Flight of the Conchords video here: http://www.youtube.com/watch?v=WGoi1MSGu64

Also, the easiest way to download YouTube videos is here: http://www.techcrunch.com/get-youtube-movie/</description>
		<content:encoded><![CDATA[<p>As I said at the top of the post, I&#8217;ve had to replace the video in the example with a slightly shorter one to save on bandwidth.</p>
<p>You can find the origional Flight of the Conchords video here: <a href="http://www.youtube.com/watch?v=WGoi1MSGu64" rel="nofollow">http://www.youtube.com/watch?v=WGoi1MSGu64</a></p>
<p>Also, the easiest way to download YouTube videos is here: <a href="http://www.techcrunch.com/get-youtube-movie/" rel="nofollow">http://www.techcrunch.com/get-youtube-movie/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Fendall</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-202</link>
		<dc:creator>Tony Fendall</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-202</guid>
		<description>&lt;p&gt;Hi, sorry about the truncation.  I didn&#039;t know it did that :)&lt;/p&gt;
&lt;p&gt;A NO_BITRATE_MATCH error usually occurs when you try to play (or pause/stop), a VideoDisplay when it doesn&#039;t have a video loaded.&lt;/p&gt;
&lt;p&gt;So if you have autoLoad set to false (that&#039;s not the exact name, but it&#039;s something like that), then you can&#039;t call play() until you have called load().&lt;/p&gt;
&lt;p&gt;By default, setting source does call load() however, so I&#039;m not sure that&#039;s your problem.&lt;/p&gt;
&lt;p&gt;It&#039;s very likely that you are trying to call play(), pause() or stop() somewhere in your program when there is not a video loaded.&lt;/p&gt;
&lt;p&gt;Hope that helps&lt;br /&gt;
Tony&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, sorry about the truncation.  I didn&#8217;t know it did that <img src='http://www.munkiihouse.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A NO_BITRATE_MATCH error usually occurs when you try to play (or pause/stop), a VideoDisplay when it doesn&#8217;t have a video loaded.</p>
<p>So if you have autoLoad set to false (that&#8217;s not the exact name, but it&#8217;s something like that), then you can&#8217;t call play() until you have called load().</p>
<p>By default, setting source does call load() however, so I&#8217;m not sure that&#8217;s your problem.</p>
<p>It&#8217;s very likely that you are trying to call play(), pause() or stop() somewhere in your program when there is not a video loaded.</p>
<p>Hope that helps<br />
Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan McAdam</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-201</link>
		<dc:creator>Dan McAdam</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-201</guid>
		<description>my first comment was truncated:
quick take: when the source property is set either inline or programmatically, one video plays.. when I try to change the video programmatically, I get NO_BITRATE_MATCH error.
this is true for my original app and for your BufferingVideoDisplay app

all the FLV files were created at same framerate, using Camtasia Studio

thanks</description>
		<content:encoded><![CDATA[<p>my first comment was truncated:<br />
quick take: when the source property is set either inline or programmatically, one video plays.. when I try to change the video programmatically, I get NO_BITRATE_MATCH error.<br />
this is true for my original app and for your BufferingVideoDisplay app</p>
<p>all the FLV files were created at same framerate, using Camtasia Studio</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan McAdam</title>
		<link>http://www.munkiihouse.com/?p=41&#038;cpage=1#comment-200</link>
		<dc:creator>Dan McAdam</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.munkiihouse.com/?p=41#comment-200</guid>
		<description>Hi Tony,
First, thanks for this great resource on Flex... you Kiwis are the best!

I tried to implement the VideoDisplay component in FB2 the other day... 

My intention was to create a video player that used a series of buttons to load a corresponding FLV file

All was going well (the application was laid out nicely, the buttons were all arranged, and the VideoDisplay comp was in place)

I had the source property of the VD set inline (in the </description>
		<content:encoded><![CDATA[<p>Hi Tony,<br />
First, thanks for this great resource on Flex&#8230; you Kiwis are the best!</p>
<p>I tried to implement the VideoDisplay component in FB2 the other day&#8230; </p>
<p>My intention was to create a video player that used a series of buttons to load a corresponding FLV file</p>
<p>All was going well (the application was laid out nicely, the buttons were all arranged, and the VideoDisplay comp was in place)</p>
<p>I had the source property of the VD set inline (in the</p>
]]></content:encoded>
	</item>
</channel>
</rss>
