<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Tsavo</title>
	<atom:link href="http://jwamicha.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jwamicha.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 17 Sep 2009 12:17:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by Porno</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4322</link>
		<dc:creator>Porno</dc:creator>
		<pubDate>Thu, 17 Sep 2009 12:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4322</guid>
		<description>long paraghraphs are very exhausting...and hard to read</description>
		<content:encoded><![CDATA[<p>long paraghraphs are very exhausting&#8230;and hard to read</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion &#8211; A Summary Cheat Sheet &#8211; Learn svn in 10 minutes by SVN &#124; Linux, PHP, LAMP, The Web in a blog</title>
		<link>http://jwamicha.wordpress.com/2008/05/29/subversion-a-summary-cheat-sheet-learn-svn-in-10-minutes/#comment-4321</link>
		<dc:creator>SVN &#124; Linux, PHP, LAMP, The Web in a blog</dc:creator>
		<pubDate>Sun, 16 Aug 2009 13:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/?p=10#comment-4321</guid>
		<description>[...] Quite advanced guide (good!)  - subversion guide [...]</description>
		<content:encoded><![CDATA[<p>[...] Quite advanced guide (good!)  &#8211; subversion guide [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by jwamicha</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4320</link>
		<dc:creator>jwamicha</dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4320</guid>
		<description>Hi Poon,

Many thanks for the updated/corrected code!

Updated tutorial coming soon, as soon as I finish off some pending tasks.

Niraj, are you able to connect to red5 using the example demos?</description>
		<content:encoded><![CDATA[<p>Hi Poon,</p>
<p>Many thanks for the updated/corrected code!</p>
<p>Updated tutorial coming soon, as soon as I finish off some pending tasks.</p>
<p>Niraj, are you able to connect to red5 using the example demos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by Poon</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4319</link>
		<dc:creator>Poon</dc:creator>
		<pubDate>Sun, 12 Jul 2009 04:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4319</guid>
		<description>Here is an updated version of red4java code that compiles and runs on latest Red5 0.8.0 trunk code (rev 3700). Not all client functionalities are working jet. I also notice some strange behavior.

You can download the updated code here:
http://public-misc.s3.amazonaws.com/red5java-20090711.zip

The changes are as follow:

Since Red5 0.7.0, Red5 switched from log4j to slf4j. I decide to stay with Red5 native logger instead of using a separate logger. 

As a result, all loggers instantiation code in *.java has to be changed. In addition, all logger config in *.xml are also updated.

Ant build file is updated to use the new logger jar file. In addition, the scripts.properties and lib.properties in Red5 6.x are no longer there.</description>
		<content:encoded><![CDATA[<p>Here is an updated version of red4java code that compiles and runs on latest Red5 0.8.0 trunk code (rev 3700). Not all client functionalities are working jet. I also notice some strange behavior.</p>
<p>You can download the updated code here:<br />
<a href="http://public-misc.s3.amazonaws.com/red5java-20090711.zip" rel="nofollow">http://public-misc.s3.amazonaws.com/red5java-20090711.zip</a></p>
<p>The changes are as follow:</p>
<p>Since Red5 0.7.0, Red5 switched from log4j to slf4j. I decide to stay with Red5 native logger instead of using a separate logger. </p>
<p>As a result, all loggers instantiation code in *.java has to be changed. In addition, all logger config in *.xml are also updated.</p>
<p>Ant build file is updated to use the new logger jar file. In addition, the scripts.properties and lib.properties in Red5 6.x are no longer there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by Niraj Patel</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4318</link>
		<dc:creator>Niraj Patel</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4318</guid>
		<description>Hey I have same problem .

Thanks for the article .

But still I get some error.

I also got the same : rtmp://localhost/red5java closed.

if you got the solution , please tell me the solution .
My email id is : niraj874u@gmail.com

ok ,

Thanks.
Niraj Patel</description>
		<content:encoded><![CDATA[<p>Hey I have same problem .</p>
<p>Thanks for the article .</p>
<p>But still I get some error.</p>
<p>I also got the same : rtmp://localhost/red5java closed.</p>
<p>if you got the solution , please tell me the solution .<br />
My email id is : <a href="mailto:niraj874u@gmail.com">niraj874u@gmail.com</a></p>
<p>ok ,</p>
<p>Thanks.<br />
Niraj Patel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by Niraj Patel</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4317</link>
		<dc:creator>Niraj Patel</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4317</guid>
		<description>Hey I have same problem .

I also got the same : rtmp://localhost/red5java closed.

if you got the solution , please tell me the solution .
My email id is : niraj874u@gmail.com

ok ,

Thanks.
Niraj Patel</description>
		<content:encoded><![CDATA[<p>Hey I have same problem .</p>
<p>I also got the same : rtmp://localhost/red5java closed.</p>
<p>if you got the solution , please tell me the solution .<br />
My email id is : <a href="mailto:niraj874u@gmail.com">niraj874u@gmail.com</a></p>
<p>ok ,</p>
<p>Thanks.<br />
Niraj Patel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by Niraj Patel</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4316</link>
		<dc:creator>Niraj Patel</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4316</guid>
		<description>Hey I have same problem .

I also got the same : rtmp://localhost/red5java closed.

if you got the solution , please tell me the solution .
My email id is : niraj874u@gmail.com

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey I have same problem .</p>
<p>I also got the same : rtmp://localhost/red5java closed.</p>
<p>if you got the solution , please tell me the solution .<br />
My email id is : <a href="mailto:niraj874u@gmail.com">niraj874u@gmail.com</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by jwamicha</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4315</link>
		<dc:creator>jwamicha</dc:creator>
		<pubDate>Mon, 29 Jun 2009 04:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4315</guid>
		<description>Hi Poon,

If you can help me fix this up, I would be grateful. I haven&#039;t looked at red5 in very long. Thanks Poon.

I&#039;ve also been putting this off for too long; I&#039;ll take a thorough look at the current red5 release (the red5 team have been tireless and have done an excellent dev job on red5 with many new features since this tutorial was made) and update this tutorial with anything new I may find, in the coming weeks.</description>
		<content:encoded><![CDATA[<p>Hi Poon,</p>
<p>If you can help me fix this up, I would be grateful. I haven&#8217;t looked at red5 in very long. Thanks Poon.</p>
<p>I&#8217;ve also been putting this off for too long; I&#8217;ll take a thorough look at the current red5 release (the red5 team have been tireless and have done an excellent dev job on red5 with many new features since this tutorial was made) and update this tutorial with anything new I may find, in the coming weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CREATE NEW JAVA RED5 APPLICATION by Poon</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4314</link>
		<dc:creator>Poon</dc:creator>
		<pubDate>Mon, 29 Jun 2009 03:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4314</guid>
		<description>A good example. It does not compile and run on Red5 0.7 or 0.8 release any more. Is there any chance you may have this fix up? I can help if you need me to.</description>
		<content:encoded><![CDATA[<p>A good example. It does not compile and run on Red5 0.7 or 0.8 release any more. Is there any chance you may have this fix up? I can help if you need me to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle on Linux by certification</title>
		<link>http://jwamicha.wordpress.com/2007/01/23/oracle-on-linux/#comment-4313</link>
		<dc:creator>certification</dc:creator>
		<pubDate>Sat, 27 Jun 2009 04:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/23/oracle-on-linux/#comment-4313</guid>
		<description>Your provide very easy information 
thanks!</description>
		<content:encoded><![CDATA[<p>Your provide very easy information<br />
thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
