<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bass &#039;s Blog (เขียน Blog แบบ บ่นๆ ตามฉบับ นายเบส) &#187; red5</title>
	<atom:link href="http://bass.bns.in.th/tag/red5/feed/" rel="self" type="application/rss+xml" />
	<link>http://bass.bns.in.th</link>
	<description>ที่เขียนเรื่องบ้าๆ บ่อๆ กับความรู้ ของนายเบส ($BASS = &#34;Bass&#34;; print &#34;$BASS = 9Bass&#34;;) ปล. สถาที่นี้เป็นที่ส่วนบุคคล โปรดใช้วิจรญาณในการรับชมด้วยครับ</description>
	<lastBuildDate>Thu, 11 Mar 2010 10:02:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Red5 Install</title>
		<link>http://bass.bns.in.th/2009/12/20/red5-install/</link>
		<comments>http://bass.bns.in.th/2009/12/20/red5-install/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 13:52:01 +0000</pubDate>
		<dc:creator>bass</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://bass.bns.in.th/?p=438</guid>
		<description><![CDATA[Installing Red5 on Debian
This howto was provided by Nathan P. Johansen.
The following are steps used to get Red5 running on a Debian machine. This is the development version of Red5.
Before beginning this make sure you are running these commands as root.
Install Subversion:
apt-get install subversion
Install tools to build your own Debian packages:
apt-get install dpkg-dev debhelper dh-make [...]]]></description>
			<content:encoded><![CDATA[<p>Installing Red5 on Debian<br />
This howto was provided by Nathan P. Johansen.</p>
<p>The following are steps used to get Red5 running on a Debian machine. This is the development version of Red5.</p>
<p>Before beginning this make sure you are running these commands as root.</p>
<p>Install Subversion:<br />
apt-get install subversion<br />
Install tools to build your own Debian packages:<br />
apt-get install dpkg-dev debhelper dh-make devscripts fakeroot<br />
Install Java (see this tutorial for more info):<br />
apt-get install java-package<br />
Install Apache Ant 1.7:<br />
  wget <a href="http://apache.mirror.transip.nl/ant/binaries/apache-ant-1.7.1-bin.tar.gz" rel="nofollow">http://apache.mirror.transip.nl/ant/binaries/apache-ant-1.7.1-bin.tar.gz</a><br />
  tar zxvf apache-ant-1.7.1-bin.tar.gz<br />
  mv apache-ant-1.7.1 /usr/local/ant<br />
  export ANT_HOME=/usr/local/ant<br />
Once Java and Ant are all set up you simply download the latest development version of Red5 to your box.<br />
  svn co <a href="http://red5.googlecode.com/svn/java/server/trunk" rel="nofollow">http://red5.googlecode.com/svn/java/server/trunk</a> red5-trunk<br />
That will create a folder in your current directory called red5-trunk.</p>
<p>Navigate to the red5-trunk directory and run ant<br />
  cd red5-trunk<br />
  /usr/local/ant/bin/ant<br />
That will build the project on your machine.</p>
<p>At this point you will need to create a red5 directory in the /usr/local/red5 directory.<br />
mkdir /usr/local/red5<br />
Then you will want to copy the contents of the dist(distribution) folder to /usr/local/red5 like so<br />
cp -R red5-trunk/dist/* /usr/local/red5/<br />
We need need to fix the permissions on the red5.sh file:<br />
cd /usr/local/red5<br />
chmod 755 red5.sh<br />
To run the server you have a few options using the red5.sh file. Run the server by either running<br />
sh red5.sh &amp;<br />
or</p>
<p>./red5.sh &amp;<br />
This will start the Red5 service manually.</p>
<p>Verify the correct ports are being bound to:<br />
netstat -ant<br />
You may need to edit the red5.properties file in the /usr/local/red5/conf directory if you can’t connect to your server from an external location. Try to connect to the server before you modify the properties file because you may be able to connect to it with no problems.</p>
<p>Refer : <a href="http://osflash.org/red5/debian" rel="nofollow">http://osflash.org/red5/debian</a></p>]]></content:encoded>
			<wfw:commentRss>http://bass.bns.in.th/2009/12/20/red5-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
