<?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: Getting RED 5 up and running on Ubuntu 9.04</title>
	<atom:link href="http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/</link>
	<description>acts_as_blog</description>
	<lastBuildDate>Wed, 16 Jun 2010 20:07:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Francesco R.</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-98</link>
		<dc:creator>Francesco R.</dc:creator>
		<pubDate>Wed, 16 Jun 2010 20:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-98</guid>
		<description>Great!
THANK YOU so much!!!</description>
		<content:encoded><![CDATA[<p>Great!<br />
THANK YOU so much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tapas Mishra</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-96</link>
		<dc:creator>Tapas Mishra</dc:creator>
		<pubDate>Mon, 14 Jun 2010 10:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-96</guid>
		<description>I noticed if I run it /usr/share/red5/red5.sh then it wont run.
But if you do a cd /usr/share/red5/ and then ./red5.sh then it will start.</description>
		<content:encoded><![CDATA[<p>I noticed if I run it /usr/share/red5/red5.sh then it wont run.<br />
But if you do a cd /usr/share/red5/ and then ./red5.sh then it will start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chief</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-94</link>
		<dc:creator>chief</dc:creator>
		<pubDate>Wed, 26 May 2010 23:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-94</guid>
		<description>I got it working.

Install(the easy way) on Ubuntu 10.04:


1)Install all the libraries listed above.  updatedb is deprecated, but that is fine.

2)Download the current .tar file 

3)Extract into a directory.(I used my home directory)

4) cd red5directory

5) sh red5.sh

6) localhost:5080</description>
		<content:encoded><![CDATA[<p>I got it working.</p>
<p>Install(the easy way) on Ubuntu 10.04:</p>
<p>1)Install all the libraries listed above.  updatedb is deprecated, but that is fine.</p>
<p>2)Download the current .tar file </p>
<p>3)Extract into a directory.(I used my home directory)</p>
<p>4) cd red5directory</p>
<p>5) sh red5.sh</p>
<p>6) localhost:5080</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chief</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-93</link>
		<dc:creator>chief</dc:creator>
		<pubDate>Wed, 26 May 2010 00:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-93</guid>
		<description>I am using Ubuntu 10.04 and cannot get it to work.  I believe all I have installed all of the necessary necessary files.  

I used this: svn co http://red5.googlecode.com/svn/java/server/tags/0_9_1  red5

and

    export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.20

but I am stilling getting this

Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/red5/server/Bootstrap
Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: org.red5.server.Bootstrap.  Program will exit.

I also tried replaced boot.jar file with the one in the 0.9.1 zip file but still this same error came up.</description>
		<content:encoded><![CDATA[<p>I am using Ubuntu 10.04 and cannot get it to work.  I believe all I have installed all of the necessary necessary files.  </p>
<p>I used this: svn co <a href="http://red5.googlecode.com/svn/java/server/tags/0_9_1" rel="nofollow">http://red5.googlecode.com/svn/java/server/tags/0_9_1</a>  red5</p>
<p>and</p>
<p>    export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.20</p>
<p>but I am stilling getting this</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: org/red5/server/Bootstrap<br />
Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap<br />
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)<br />
Could not find the main class: org.red5.server.Bootstrap.  Program will exit.</p>
<p>I also tried replaced boot.jar file with the one in the 0.9.1 zip file but still this same error came up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Problem installing red5 media server</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-92</link>
		<dc:creator>Problem installing red5 media server</dc:creator>
		<pubDate>Mon, 24 May 2010 20:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-92</guid>
		<description>[...] with java. I am running Ubuntu 10.04 and have been using this tutorial from an older Ubuntu version Getting RED 5 up and running on Ubuntu 9.04 &#124; Sandeep Ghael   When I get to this command /usr/share/red5/red5.sh &amp; I get this error:  Starting Red5 [...]</description>
		<content:encoded><![CDATA[<p>[...] with java. I am running Ubuntu 10.04 and have been using this tutorial from an older Ubuntu version Getting RED 5 up and running on Ubuntu 9.04 | Sandeep Ghael   When I get to this command /usr/share/red5/red5.sh &amp; I get this error:  Starting Red5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Wallace</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-89</link>
		<dc:creator>Brian Wallace</dc:creator>
		<pubDate>Sat, 08 May 2010 09:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-89</guid>
		<description>add this to your crontab Mate... ( works like a charm )

@reboot cd /usr/local/red5/ ; ./red5.sh &amp; &gt;/dev/null 2&gt;&amp;1


Just replace the cd /path/to/your/path

Thanks, Webmaster at LinuxTuts ( http://www.linuxtuts.net )</description>
		<content:encoded><![CDATA[<p>add this to your crontab Mate&#8230; ( works like a charm )</p>
<p>@reboot cd /usr/local/red5/ ; ./red5.sh &amp; &gt;/dev/null 2&gt;&amp;1</p>
<p>Just replace the cd /path/to/your/path</p>
<p>Thanks, Webmaster at LinuxTuts ( <a href="http://www.linuxtuts.net" rel="nofollow">http://www.linuxtuts.net</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baduy</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-87</link>
		<dc:creator>Baduy</dc:creator>
		<pubDate>Thu, 29 Apr 2010 00:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-87</guid>
		<description>How to running php from red5 server and how to make red5 server executable so we do need to starting manually, anyone can help?
thanks for advance</description>
		<content:encoded><![CDATA[<p>How to running php from red5 server and how to make red5 server executable so we do need to starting manually, anyone can help?<br />
thanks for advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redsky</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-84</link>
		<dc:creator>Redsky</dc:creator>
		<pubDate>Thu, 08 Apr 2010 03:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-84</guid>
		<description>Yay it works! :D

It was firewall. I disabled Shorewall firewall and everything is up and running. 

Good luck guys :)</description>
		<content:encoded><![CDATA[<p>Yay it works! <img src='http://sandeepghael.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>It was firewall. I disabled Shorewall firewall and everything is up and running. </p>
<p>Good luck guys <img src='http://sandeepghael.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redsky</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-83</link>
		<dc:creator>Redsky</dc:creator>
		<pubDate>Wed, 07 Apr 2010 03:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-83</guid>
		<description>Hi again,

It looks like I have solved my problem.


In this point of tutorial:

svn co http://red5.googlecode.com/svn/java/server/trunk red5



I used url of stable version of red5 instead of the newest:

svn co http://red5.googlecode.com/svn/java/server/tags/0_9_1 red5



When I run:  /usr/share/red5/red5.sh

It says something about installer creation complete and I use Ctrl+C to get back to command line.

Then I am checking ports with:  netstat -ant
and ports 1935 and 5080 have &quot;LISTEN&quot; on the right.

Next I am trying to connect to port 5080 with telnet: telnet localhost 5080
Everything is ok.

But here comes another problem.
When I am going in my browser to http://my-ip:5080/ it can&#039;t connect at all. 
It works ok without :5080 so http://my-ip/

I am using router so I guess I have to forward some ports for RED5 to work properly.

So I forwarded 4 ports to local ip of my server: 

RTMP: 1935
RTMPT: 8088
HTTP servlet engine port: 5080
Debug proxy port: 1936

And I still can&#039;t connect with http://my-ip:5080/ :&#124; Help</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>It looks like I have solved my problem.</p>
<p>In this point of tutorial:</p>
<p>svn co <a href="http://red5.googlecode.com/svn/java/server/trunk" rel="nofollow">http://red5.googlecode.com/svn/java/server/trunk</a> red5</p>
<p>I used url of stable version of red5 instead of the newest:</p>
<p>svn co <a href="http://red5.googlecode.com/svn/java/server/tags/0_9_1" rel="nofollow">http://red5.googlecode.com/svn/java/server/tags/0_9_1</a> red5</p>
<p>When I run:  /usr/share/red5/red5.sh</p>
<p>It says something about installer creation complete and I use Ctrl+C to get back to command line.</p>
<p>Then I am checking ports with:  netstat -ant<br />
and ports 1935 and 5080 have &#8220;LISTEN&#8221; on the right.</p>
<p>Next I am trying to connect to port 5080 with telnet: telnet localhost 5080<br />
Everything is ok.</p>
<p>But here comes another problem.<br />
When I am going in my browser to <a href="http://my-ip:5080/" rel="nofollow">http://my-ip:5080/</a> it can&#8217;t connect at all.<br />
It works ok without :5080 so <a href="http://my-ip/" rel="nofollow">http://my-ip/</a></p>
<p>I am using router so I guess I have to forward some ports for RED5 to work properly.</p>
<p>So I forwarded 4 ports to local ip of my server: </p>
<p>RTMP: 1935<br />
RTMPT: 8088<br />
HTTP servlet engine port: 5080<br />
Debug proxy port: 1936</p>
<p>And I still can&#8217;t connect with <a href="http://my-ip:5080/" rel="nofollow">http://my-ip:5080/</a> <img src='http://sandeepghael.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redsky</title>
		<link>http://sandeepghael.com/2009/07/getting-red-5-up-and-running-on-ubuntu-9-04/comment-page-1/#comment-82</link>
		<dc:creator>Redsky</dc:creator>
		<pubDate>Mon, 05 Apr 2010 23:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://sandeepghael.com/?p=3#comment-82</guid>
		<description>I still have problem with running it. I am using Ubuntu Server 9.10 32-bit. When I run it with: /usr/share/red5/red5.sh    
It gives me the error &quot;u4david&quot; posted about:

redsky@abserver:~$ /usr/share/red5/red5.sh
Running on  Linux
Starting Red5
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/red5/sertrap
Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320
Could not find the main class: org.red5.server.Bootstrap.  Program will exit.

I followed tutorial on this site, then tried to replace my boot.jar with boot.jar from newest release from: http://code.google.com/p/red5/
But I don&#039;t know what version is installed on my server so I don&#039;t know which boot.jar file should I use. 

If someone knows the solution to my problem, please help me :&#124;

Best regards</description>
		<content:encoded><![CDATA[<p>I still have problem with running it. I am using Ubuntu Server 9.10 32-bit. When I run it with: /usr/share/red5/red5.sh<br />
It gives me the error &#8220;u4david&#8221; posted about:</p>
<p>redsky@abserver:~$ /usr/share/red5/red5.sh<br />
Running on  Linux<br />
Starting Red5<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: org/red5/sertrap<br />
Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap<br />
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)<br />
        at java.security.AccessController.doPrivileged(Native Method)<br />
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301<br />
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)<br />
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320<br />
Could not find the main class: org.red5.server.Bootstrap.  Program will exit.</p>
<p>I followed tutorial on this site, then tried to replace my boot.jar with boot.jar from newest release from: <a href="http://code.google.com/p/red5/" rel="nofollow">http://code.google.com/p/red5/</a><br />
But I don&#8217;t know what version is installed on my server so I don&#8217;t know which boot.jar file should I use. </p>
<p>If someone knows the solution to my problem, please help me <img src='http://sandeepghael.com/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p>Best regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
