<?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 on: CREATE NEW JAVA RED5 APPLICATION</title>
	<atom:link href="http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/</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>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>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>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>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>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>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>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>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>By: Alberto Cole</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4309</link>
		<dc:creator>Alberto Cole</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4309</guid>
		<description>Hello, 

Thanks for this tutorial, now I&#039;m able to set up a Red5 Server and send info from Flash to Java, could you make a little &quot;2nd part&quot; of this tutorial, and teach us how to capture video from a web cam and create flv&#039;s? It would be great! :D

Thanks</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thanks for this tutorial, now I&#8217;m able to set up a Red5 Server and send info from Flash to Java, could you make a little &#8220;2nd part&#8221; of this tutorial, and teach us how to capture video from a web cam and create flv&#8217;s? It would be great! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vardan</title>
		<link>http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4308</link>
		<dc:creator>Vardan</dc:creator>
		<pubDate>Mon, 20 Apr 2009 13:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://jwamicha.wordpress.com/2007/01/29/create-a-new-java-red5-application/#comment-4308</guid>
		<description>Hi Joseph,

Thanks for the tutorial. One question, quite easy to stream from file directory(/streams) but is it possible to stream a flv not from custom/directory(streams) but from db directly lets say MySQL Blob object.
Also is it possible to stream a video straight into VideoDisplay object using BlazeDS+Tomcat+Java+Flex rather than using HttpService call?

Thanks again for this great article.</description>
		<content:encoded><![CDATA[<p>Hi Joseph,</p>
<p>Thanks for the tutorial. One question, quite easy to stream from file directory(/streams) but is it possible to stream a flv not from custom/directory(streams) but from db directly lets say MySQL Blob object.<br />
Also is it possible to stream a video straight into VideoDisplay object using BlazeDS+Tomcat+Java+Flex rather than using HttpService call?</p>
<p>Thanks again for this great article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
