<?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"
	>

<channel>
	<title>Paul Gregoire's Blog</title>
	<atom:link href="http://gregoire.org/feed" rel="self" type="application/rss+xml" />
	<link>http://gregoire.org</link>
	<description>Various ramblings-on, mostly about Red5</description>
	<pubDate>Mon, 15 Jun 2009 20:18:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Quartz schedulers</title>
		<link>http://gregoire.org/2009/06/15/quartz-schedulers/</link>
		<comments>http://gregoire.org/2009/06/15/quartz-schedulers/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:19:26 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Red5]]></category>

		<category><![CDATA[job]]></category>

		<category><![CDATA[quartz]]></category>

		<category><![CDATA[schedule]]></category>

		<category><![CDATA[task]]></category>

		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=57</guid>
		<description><![CDATA[When you want to schedule a particular task or job within Red5, you have at least two options available which are built into the server. We use Quartz for our scheduler, but you are not required to use it; I just wanted to get that disclaimer out of the way, this is Java so use [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/06/15/quartz-schedulers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP support in Red5</title>
		<link>http://gregoire.org/2009/06/06/php-support-in-red5/</link>
		<comments>http://gregoire.org/2009/06/06/php-support-in-red5/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 20:13:26 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Red5]]></category>

		<category><![CDATA[bean]]></category>

		<category><![CDATA[parameter]]></category>

		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=56</guid>
		<description><![CDATA[I've updated my "parameterdemo" to include a couple PHP pages. The latest trunk (0.8.1-dev) now supports PHP through the use of Quercus. To enable it simply set a context parameter in your web.xml and include the quercus and resin-utils jars in your WEB-INF/lib. See the zip file for a complete example (eclipse + ant).
Once you [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/06/06/php-support-in-red5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FFMPEG made super simple</title>
		<link>http://gregoire.org/2009/06/06/ffmpeg-made-super-simple/</link>
		<comments>http://gregoire.org/2009/06/06/ffmpeg-made-super-simple/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 17:35:44 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[native]]></category>

		<category><![CDATA[ffmpeg]]></category>

		<category><![CDATA[jmf]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[xuggler]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=55</guid>
		<description><![CDATA[Robert and Art continue to amaze me with their Xuggler project. If you are like me and have had to use FFMPEG in a project (Java in my case), you know how hard it can be to get everything working correctly. Xuggler has some how made this even more easy than with their 1.0 version. [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/06/06/ffmpeg-made-super-simple/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Red5 0.8.0 released</title>
		<link>http://gregoire.org/2009/06/05/red5-080-released/</link>
		<comments>http://gregoire.org/2009/06/05/red5-080-released/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 18:14:50 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Red5]]></category>

		<category><![CDATA[0.8.0]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=54</guid>
		<description><![CDATA[Come one, come all.. Red5 0.8.0 is now available. Make your way to our google code page and download the installer for your platform. http://code.google.com/p/red5/
PS. If someone wants to build the Debian package, we are looking for a volunteer.

© mondain for Paul Gregoire's Blog, 2009. &#124;
Permalink &#124; 
2 comments &#124; 
Add to
del.icio.us &#124; 
Digg it [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/06/05/red5-080-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple HTTP socket configurations</title>
		<link>http://gregoire.org/2009/06/03/multiple-http-socket-configurations/</link>
		<comments>http://gregoire.org/2009/06/03/multiple-http-socket-configurations/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 21:53:28 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Red5]]></category>

		<category><![CDATA[http]]></category>

		<category><![CDATA[port]]></category>

		<category><![CDATA[socket]]></category>

		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=53</guid>
		<description><![CDATA[Red5 version 0.8.0 introduces the ability to bind multiple ports and hosts for HTTP access; starting at revision 3632. Previously there were other options to accomplish this feature, but now it is built-in. So I'll get right to it. The older configuration style for the tomcat server bean was like so:
&#160;
&#60;bean id=&#34;tomcat.server&#34; class=&#34;org.red5.server.tomcat.TomcatLoader&#34; init-method=&#34;init&#34; destroy-method=&#34;shutdown&#34; [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/06/03/multiple-http-socket-configurations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Memory leak?</title>
		<link>http://gregoire.org/2009/05/25/memory-leak/</link>
		<comments>http://gregoire.org/2009/05/25/memory-leak/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:23:10 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Red5]]></category>

		<category><![CDATA[concurrent]]></category>

		<category><![CDATA[for each]]></category>

		<category><![CDATA[Iterator]]></category>

		<category><![CDATA[leak]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=52</guid>
		<description><![CDATA[A poster to the Red5 list posted this today and claims that it exposes a memory leak in the server. The individual states that he doesnt know Java very well, so having been in the Java-game for 10+ years I immediately spot a potential leak in his method. 
&#160;
public void privMessage&#40;String sendto, String message&#41; &#123;
	IConnection [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/05/25/memory-leak/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash on Tap: Red5 Workshop</title>
		<link>http://gregoire.org/2009/05/08/flash-on-tap-red5-workshop/</link>
		<comments>http://gregoire.org/2009/05/08/flash-on-tap-red5-workshop/#comments</comments>
		<pubDate>Sat, 09 May 2009 01:21:20 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Red5]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[flash on tap]]></category>

		<category><![CDATA[flex]]></category>

		<category><![CDATA[fot]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=51</guid>
		<description><![CDATA[FOT is coming up real soon... I'm co-presenting with Dominick for the Red5 workshop and I would like to know what you guys want to see? Since its an all-day thing, I would be glad to get some input from the community. Post your ideas as comments.

© mondain for Paul Gregoire's Blog, 2009. &#124;
Permalink &#124; [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/05/08/flash-on-tap-red5-workshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Azdroids</title>
		<link>http://gregoire.org/2009/05/07/azdroids/</link>
		<comments>http://gregoire.org/2009/05/07/azdroids/#comments</comments>
		<pubDate>Fri, 08 May 2009 04:41:05 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[asteroids]]></category>

		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=50</guid>
		<description><![CDATA[I wrote a new Android application today while on my "Vacation", this one is based on one of my favorite classic games - Asteroids. I still have a lot of bugs and clean up to complete, but by looking at the screencast you can see that it is playable.

© mondain for Paul Gregoire's Blog, 2009. [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/05/07/azdroids/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My first Android application</title>
		<link>http://gregoire.org/2009/05/06/my-first-android-application/</link>
		<comments>http://gregoire.org/2009/05/06/my-first-android-application/#comments</comments>
		<pubDate>Wed, 06 May 2009 22:40:26 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[matrix]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=49</guid>
		<description><![CDATA[Quite some time ago, I wrote an application for the Danger Hiptop that displayed falling text like in the Matrix. I have decided to port this to Android as my first "learning" application. Here is a screencast of my first "working" version. I also want to point out that I wasn't able to port the [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/05/06/my-first-android-application/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Support for other SLF4J loggers</title>
		<link>http://gregoire.org/2009/05/05/support-for-other-slf4j-loggers/</link>
		<comments>http://gregoire.org/2009/05/05/support-for-other-slf4j-loggers/#comments</comments>
		<pubDate>Tue, 05 May 2009 21:45:52 +0000</pubDate>
		<dc:creator>mondain</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Red5]]></category>

		<category><![CDATA[log4j]]></category>

		<category><![CDATA[logback]]></category>

		<category><![CDATA[logging]]></category>

		<category><![CDATA[slf4j]]></category>

		<guid isPermaLink="false">http://gregoire.org/?p=48</guid>
		<description><![CDATA[I recently updated Red5 trunk to fix APPSERVER-369 and this allows the use of Log4j or any other SLF4j implementation. There may be a few quirks to workout but here is the procedure for using Log4j instead of the default implementation of Logback.
1. Edit all of your application web.xml files and remove any logging context [...]]]></description>
		<wfw:commentRss>http://gregoire.org/2009/05/05/support-for-other-slf4j-loggers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
