<?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>RahulSoni.in &#187; fms alternative</title>
	<atom:link href="http://rahulsoni.in/tag/fms-alternative/feed/" rel="self" type="application/rss+xml" />
	<link>http://rahulsoni.in</link>
	<description></description>
	<lastBuildDate>Sun, 20 Jun 2010 04:18:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Red5 server installation on Redhat CentOs Linux</title>
		<link>http://rahulsoni.in/2009/11/red5-server-installation-on-redhat-centos-linux/</link>
		<comments>http://rahulsoni.in/2009/11/red5-server-installation-on-redhat-centos-linux/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:52:25 +0000</pubDate>
		<dc:creator>Rahul</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[flash media server]]></category>
		<category><![CDATA[fms alternative]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[red5 centos install]]></category>
		<category><![CDATA[red5 installation]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://rahulsoni.in/?p=63</guid>
		<description><![CDATA[If you reach this page then you probably cannot afford Adobe FMS but Red5 open source flash server is an here to save your day. I have been working with red5 since version 0.6.2 and in this post we will go through the installation of 0.8.0. 
Red5 support streaming video/audio content( flv, aac and mp3), recording streams in flv and live publishing. I am doing Red5 installation on CentOs 5 machine here and instructions would be same for Redhat Enterprise]]></description>
			<content:encoded><![CDATA[<p>If you reach this page then you probably cannot afford Adobe FMS but Red5 open source flash server is here to save your day. I have been working with red5 since version 0.6.2 and in this post we will go through the installation of 0.8.0.<br />
Red5 support streaming video/audio content( flv, aac and mp3), recording streams in flv and live publishing. I am doing Red5 installation on CentOs 5 machine here and instructions would be same for Redhat Enterprise</p>
<p>1) Installation of Java<br />
Login to server as root and goto<br />
<code>cd /usr/local/src</code></p>
<p>Download jdk 6 linux rpm bin package from sun<br />
<code>http://java.sun.com/javase/downloads/index.jsp</code><br />
File should look like this after download<br />
jdk-6u17-linux-i586-rpm.bin</p>
<p><code>wget http://rahulsoni.in/jdk-6u7-linux-i586-rpm.bin<br />
chmod 777 jdk-6u7-linux-i586-rpm.bin<br />
./jdk-6u17-linux-i586-rpm.bin</code><br />
Follow the onscreen instructions to complete jdk installation.</p>
<p>once completed setup the java home path</p>
<p><code>export JAVA_HOME=/usr/java/latest</code></p>
<p>2) Installation of apache ant</p>
<p><code>cd /usr/local</code><br />
download latest apache ant tar.gz from http://ant.apache.org/bindownload.cgi<br />
or<br />
<code>wget http://apache.mirrors.redwire.net/ant/binaries/apache-ant-1.7.1-bin.tar.gz<br />
tar zxf apache-ant-1.7.1-bin.tar.gz<br />
mv apache-ant-1.7.1 ant<br />
rm -Rf apache-ant-1.7.1-bin.tar.gz</code></p>
<p>Export apache ant home<br />
<code>export ANT_HOME=/usr/local/ant</code></p>
<p>create symbolic link<br />
<code>ln -s /usr/local/ant/bin/ant /usr/bin/ant</code></p>
<p>3) Red5 installation<br />
You can download latest build Red5 from google code<br />
<code>http://code.google.com/p/red5/</code></p>
<p>Login to your server via SSH as root and run:<br />
<code>mkdir red5<br />
wget http://www.red5.org/downloads/0_8/red5-0.8.0.tar.gz<br />
tar -C red5/ -xzf red5-0.8.0.tar.gz<br />
cd red5/<br />
sh ./red5.sh</code></p>
<p>If everything is ok then you will see something like this:<br />
<code>[INFO] [Launcher:/installer] org.red5.server.service.Installer - Installer service created</code></p>
<p>Press ctrl+c to exit and run red5 server as a daemon:<br />
<code>./red5.sh >/dev/null 2>&#038;1 &#038;<br />
or<br />
nohup sh red5.sh &#038;</code></p>
<p>Red5 http service run on port 5080 and rtmp on port 1935.</p>
<p>First thing you can do is visit http://your_server_ip:5080 and install red5 demo apps, example apps like oflademo can be used to stream media straight out of the box.</p>
<p>Feel free to update here if you are struck at installation or red5 is not starting and i will be glad to assist.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Red5+server+installation+on+Redhat+CentOs+Linux+http://rahulsoni.in/?p=63" title="Post to Twitter"><img class="nothumb" src="http://rahulsoni.in/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Red5+server+installation+on+Redhat+CentOs+Linux+http://rahulsoni.in/?p=63" title="Post to Twitter">Tweet This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://rahulsoni.in/2009/11/red5-server-installation-on-redhat-centos-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
