<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for BrianPeek</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/BrianPeek/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>BrianPeek</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 20:39:24 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 20:39:24 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: TWC9: Kinect SDK is coming, New VS Power Tools, &amp; Profanities by programming language</title>
		<description>
			<![CDATA[ <p>I was hoping you were going to start crying and screaming, &quot;LEAVE BRITNEY ALONE!&quot; at some point.</p><p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Kinect-SDK-is-coming-New-VS-Power-Tools--Profanities-by-programming-language#c634343350880000000</link>
		<pubDate>Sat, 26 Feb 2011 16:38:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Kinect-SDK-is-coming-New-VS-Power-Tools--Profanities-by-programming-language#c634343350880000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: MJPEG Decoder</title>
		<description>
			<![CDATA[ <p>@<a href="/coding4fun/articles/MJPEG-Decoder#c634340547410000000">Bojan</a>: Well, if you're constantly reading the stream of 20 cameras simultaneously, there's a chance it could be putting undue load on the server.&nbsp; It has never been tested in that kind of environment.&nbsp; I wouldn't think you'd crush the server, but if each stream is taking 2-3% of CPU to read/decode, make it times 20 and you're taking a decent toll on the server.</p><p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634340767090000000</link>
		<pubDate>Wed, 23 Feb 2011 16:51:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634340767090000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: MJPEG Decoder</title>
		<description>
			<![CDATA[ <p>@<a href="/coding4fun/articles/MJPEG-Decoder#c634339837010000000">Bojan</a>: what kind of load are you seeing and what version of the decoder are you using? (wpf, xna, etc.)&nbsp; In my testing here, my test apps are cranking away at a 640x480 stream at 30fps and I'm only seeing 5-6% CPU at most, typically less.</p><p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634340423690000000</link>
		<pubDate>Wed, 23 Feb 2011 07:19:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634340423690000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: MJPEG Decoder</title>
		<description>
			<![CDATA[@nils: Definitely an option worth exploring. Anybody want to give it a try? I'm swamped for the the next few weeks on some other projects. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' />. I'd be happy to add it in if anyone manages to make it work...<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634330536760000000</link>
		<pubDate>Fri, 11 Feb 2011 20:41:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634330536760000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: MJPEG Decoder</title>
		<description>
			<![CDATA[ <p>@<a href="/coding4fun/articles/MJPEG-Decoder#c634330371130000000">LukePuplett</a>: You can only run this OOB becuase of the crossdomain.xml policy goodness in Silverlight.&nbsp; The cameras don't have this file on their internal webserver, so browser-based Silverlight won't work at all.&nbsp; That said, even OOB apps can't modify the User-Agent header either via the Headers collection or the UserAgent property.</p><p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634330444660000000</link>
		<pubDate>Fri, 11 Feb 2011 18:07:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634330444660000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: MJPEG Decoder</title>
		<description>
			<![CDATA[ <p>@<a href="/coding4fun/articles/MJPEG-Decoder#c634329685750000000">_ivan</a>: I have tested with the Cisco WVC210, TRENDnet IP110W, and a very old no-name brand camera.&nbsp; Practically any IP/network camera (i.e. not a USB webcam) should output MJPEG and work with this.&nbsp; I don't think I've seen an IP cam without some kind of MJPEG support, but that doesn't mean they don't exist.</p><p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634329691710000000</link>
		<pubDate>Thu, 10 Feb 2011 21:12:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634329691710000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: MJPEG Decoder</title>
		<description>
			<![CDATA[ <p>@<a href="/coding4fun/articles/MJPEG-Decoder#c634329612160000000">stuat</a>: I started to write a MediaStreamSource implementation but didn't bother to finish.&nbsp; You should be able to shove this into a MediaStreamSource without too much issue, though.</p><p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634329690550000000</link>
		<pubDate>Thu, 10 Feb 2011 21:10:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634329690550000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: MJPEG Decoder</title>
		<description>
			<![CDATA[ <p>@<a href="/coding4fun/articles/MJPEG-Decoder#c634329421450000000">LukePuplett</a>:For your scenario, I'd recommend any of the cameras manufactured by Pervsys.&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /> </p><p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634329522350000000</link>
		<pubDate>Thu, 10 Feb 2011 16:30:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/articles/MJPEG-Decoder#c634329522350000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: Windows Phone 7 Dev Tools Refresh, Messenger Wave 4 Preview</title>
		<description>
			<![CDATA[
<p>I know he can get the job, but can he do the job?</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Windows-Phone-7-Dev-Tools-Refresh-Messenger-Wave-4-Preview#c634084768660000000</link>
		<pubDate>Mon, 03 May 2010 09:47:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Windows-Phone-7-Dev-Tools-Refresh-Messenger-Wave-4-Preview#c634084768660000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: MIX10, Tweevo, Silverlight Augmented Reality, testing</title>
		<description>
			<![CDATA[
<p>It's not based solely on taste.&nbsp; For a while, it thought I loved Univision and Spanish television.&nbsp; Though, El Sabado Gigante is pretty great.</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-MIX10-Tweevo-Silverlight-Augmented-Reality-testing#c634029328670000000</link>
		<pubDate>Sun, 28 Feb 2010 05:47:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-MIX10-Tweevo-Silverlight-Augmented-Reality-testing#c634029328670000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: MIX10, Tweevo, Silverlight Augmented Reality, testing</title>
		<description>
			<![CDATA[
<p>See?&nbsp; Told you I watch plenty of crappy shows you can make fun of.&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-MIX10-Tweevo-Silverlight-Augmented-Reality-testing#c634029148790000000</link>
		<pubDate>Sun, 28 Feb 2010 00:47:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-MIX10-Tweevo-Silverlight-Augmented-Reality-testing#c634029148790000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: TWC9: MIX10, Tweevo, Silverlight Augmented Reality, testing</title>
		<description>
			<![CDATA[
<p>Hey!&nbsp; To set the record straight, *I* didn't record Access Hollywood.&nbsp; My TiVo recorded those things as Suggestions.&nbsp; That's what the (S) appended to the tweet means.&nbsp; I have little to no control over it.&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /></p>
<p>&nbsp;</p>
<p>Feel free to make fun of the non-(S) recordings though.&nbsp; There are plenty of crappy shows I actually DO watch.</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-MIX10-Tweevo-Silverlight-Augmented-Reality-testing#c634028920410000000</link>
		<pubDate>Sat, 27 Feb 2010 18:27:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-MIX10-Tweevo-Silverlight-Augmented-Reality-testing#c634028920410000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: TWC9 - Hack Powerwheels, APIs for Wikipedia, Smooth Streaming, Arduinos and more </title>
		<description>
			<![CDATA[
<p>Wow.&nbsp; You guys invoked &quot;The Finalizer&quot;, our battle bot.&nbsp; I still twitch when I think about it.</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Hack-Powerwheels-APIs-for-Wikipedia-Smooth-Streaming-Arduinos-and-more#c634000450840000000</link>
		<pubDate>Mon, 25 Jan 2010 19:38:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-Hack-Powerwheels-APIs-for-Wikipedia-Smooth-Streaming-Arduinos-and-more#c634000450840000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: Bug Killer – A Channel 9 Halloween special</title>
		<description>
			<![CDATA[
<p>Excellent job.&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/LauraFoy/Bug-Killer--A-Channel-9-Halloween-special#c633924803300000000</link>
		<pubDate>Fri, 30 Oct 2009 06:18:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/LauraFoy/Bug-Killer--A-Channel-9-Halloween-special#c633924803300000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: The Coding4Fun Show: Advanced Rendering with Silverlight, Rick Barraza</title>
		<description>
			<![CDATA[
<p>@DennieBee, thanks for the comment.&nbsp; The goal of the videos is to supplement, definitely not replace, the blog and article content.&nbsp; The blogs and articles are fantastic for learning exactly how to create projects, but I've often felt that the developers
 of these awesome applications and techniques don't get their due credit and don't get to talk about the things on their mind...why they code for fun, how they came up with their ideas, their thoughts on the industry, etc.&nbsp; It gives us a chance to put a face
 with the project.&nbsp; I'm hoping the show allows us to display another side to Coding4Fun outside of straight technical content and allows viewers to get a feel for the people and personalities behind these creative and fun projects.</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Advanced-Rendering-with-Silverlight-Rick-Barraza#c633889199170000000</link>
		<pubDate>Sat, 19 Sep 2009 01:18:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Advanced-Rendering-with-Silverlight-Rick-Barraza#c633889199170000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: The Coding4Fun Show: MEF Utility Runner with Arian Kulp</title>
		<description>
			<![CDATA[
<p>Thanks!&nbsp; Next ep should be up within the week if all goes to plan...</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-MEF-Utility-Runner-with-Arian-Kulp#c633884270700000000</link>
		<pubDate>Sun, 13 Sep 2009 08:24:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-MEF-Utility-Runner-with-Arian-Kulp#c633884270700000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: The Coding4Fun Show: MEF Utility Runner with Arian Kulp</title>
		<description>
			<![CDATA[
<p>MEF is currently an add-on for .NET 3.5 but will be integrated into .NET 4.0.&nbsp; The MEF utility runner is an app Arian built for Coding4Fun with the current MEF framework and is not part of .NET 4.0.</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-MEF-Utility-Runner-with-Arian-Kulp#c633843570750000000</link>
		<pubDate>Tue, 28 Jul 2009 05:51:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-MEF-Utility-Runner-with-Arian-Kulp#c633843570750000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: The Coding4Fun Show: Physics Helper for Silverlight by Andy Beaulieu</title>
		<description>
			<![CDATA[
<p>@twistor96, You can find a very similar example in the full Physics Helper library at
<a href="http://physicshelper.codeplex.com">http://physicshelper.codeplex.com</a> .&nbsp; The example from the show was a simpler version of what's there.</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Physics-Helper-for-Silverlight-by-Andy-Beaulieu#c633830633060000000</link>
		<pubDate>Mon, 13 Jul 2009 06:28:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Physics-Helper-for-Silverlight-by-Andy-Beaulieu#c633830633060000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: The Coding4Fun Show: Physics Helper for Silverlight by Andy Beaulieu</title>
		<description>
			<![CDATA[
<p>Thanks to you both!&nbsp; The next episode will be recorded next week and should be up shortly thereafter if all goes to plan...</p>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Physics-Helper-for-Silverlight-by-Andy-Beaulieu#c633819982370000000</link>
		<pubDate>Tue, 30 Jun 2009 22:37:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/tv/The-Coding4Fun-Show-Physics-Helper-for-Silverlight-by-Andy-Beaulieu#c633819982370000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
	<item>
		<title>Re: This Week on C9, Windows 7 Beta available, CES news, Windows Live, and more</title>
		<description>
			<![CDATA[I think I'd have something closer to 99 cents...<br>
<br>
That Surface demo is one of my favorite WiimoteLib uses.<br>
<p>posted by BrianPeek</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-Windows-7-Beta-available-CES-news-Windows-Live-and-more#c633671584410000000</link>
		<pubDate>Sat, 10 Jan 2009 04:27:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/This-Week-on-C9-Windows-7-Beta-available-CES-news-Windows-Live-and-more#c633671584410000000</guid>
		<dc:creator>BrianPeek</dc:creator>
	</item>
</channel>
</rss>