<?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>Video Chat Scripts &#187; java</title>
	<atom:link href="http://www.videochat-scripts.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.videochat-scripts.com</link>
	<description>Live Video, Web2.0, Rich Media, Custom Content</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Install Red5 on SUSE Linux</title>
		<link>http://www.videochat-scripts.com/install-red5-on-suse-linux/</link>
		<comments>http://www.videochat-scripts.com/install-red5-on-suse-linux/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 02:29:48 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=245</guid>
		<description><![CDATA[First know your system to know what to install. Use uname -a to see if you need to download 32 or 64 bits versions. Get SUSE release: cat /etc/SuSE-release INSTALL JDK Install latest JDK from http://java.sun.com/javase/downloads/index.jsp . Use chmod a+x to make downloaded file executable and execute it. Make sure latest version is used: ln]]></description>
			<content:encoded><![CDATA[<p>First know your system to know what to install.</p>
<p>Use <strong>uname -a </strong>to see if you need to download 32 or 64  bits versions.</p>
<p>Get SUSE release: <strong>cat /etc/SuSE-release</strong></p>
<p><strong>INSTALL JDK<br />
</strong></p>
<p>Install latest JDK from <a href="http://java.sun.com/javase/downloads/index.jsp">http://java.sun.com/javase/downloads/index.jsp</a> .</p>
<p>Use chmod a+x to make downloaded file executable and execute it.</p>
<p>Make sure latest version is used:</p>
<p><strong>ln -s </strong><strong>/usr/java/latest </strong><strong>/usr/local/jdk<br />
ln -s </strong><strong>/usr/java/latest/jre </strong><strong>/usr/local/jre<br />
rm /usr/bin/java</strong><strong><br />
ln -s </strong><strong>/usr/java/latest/bin/java </strong><strong>/usr/bin/java<br />
</strong><strong>export JAVA_HOME=/usr/java/latest/</strong></p>
<p><strong><br />
</strong></p>
<p><strong>INSTALL SVN<br />
</strong></p>
<p>Get SVN from: http://software.opensuse.org/search?baseproject=ALL&amp;p=1&amp;q=subversion</p>
<p>Install RPMs with:  <strong>rpm -iv</strong> package.rpm</p>
<p>Install any dependencies as required. Search from http://software.opensuse.org/search .</p>
<p><strong>INSTALL ANT</strong></p>
<p><strong>wget  http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz<br />
tar zxvf apache-ant-1.8.0-bin.tar.gz<br />
mv apache-ant-1.8.0 /usr/local/ant</strong></p>
<p>Configure<br />
<strong>export ANT_HOME=/usr/local/ant<br />
ln -s /usr/local/ant/bin/ant /usr/local/bin/ant</strong></p>
<p>Replace old ant<br />
<strong>rm /usr/bin/ant<br />
ln -s /usr/local/ant/bin/ant /usr/bin/ant</strong></p>
<p>Check ant version:<br />
<strong>ant –version</strong></p>
<p><strong><br />
</strong></p>
<p><strong>INSTALL Red5</strong></p>
<p>Get latest Red5 :<br />
<strong>svn co http://red5.googlecode.com/svn/java/server/trunk red5</strong></p>
<p>Build Red5 :<br />
<strong>cd red5<br />
ant prepare<br />
ant dist</strong></p>
<p>Move Red5:<br />
<strong>cd ..<br />
mv red5 /opt/red5</strong></p>
<p><strong>OPERATE RED5<br />
</strong></p>
<p>Start Red5 (when need or on server reboot):<br />
<strong>cd /opt/red5/dist<br />
./red5.sh &gt; start.log &amp;</strong></p>
<p>Install/update applications in the /opt/red5/dist/webapps folder .  For changes to take effect, Red5 must be restarted:</p>
<p>1. Check if red5 is running:<strong><br />
ps aux | grep red5</strong></p>
<p>2. Go to its folder and shut red5 down:<br />
<strong>cd /opt/red5/dist<br />
./red5-shutdown.sh<br />
</strong><strong><br />
</strong>3. See if it’s still running or not:<br />
<strong>ps aux | grep red5</strong></p>
<p><strong> </strong>4. Restart it, and also make it output the logs  into a file of your choice:<br />
<strong>./red5.sh &gt; start.log &amp;</strong></p>
<p>5. Make sure it’s back online:<br />
<strong>ps aux | grep red5</strong></p>
<ul class="related_post"><li>October 7, 2009 -- <a href="http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/" title="Install Red5 0.9 on Linux Ubuntu">Install Red5 0.9 on Linux Ubuntu</a></li><li>April 29, 2009 -- <a href="http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/" title="Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux">Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux</a></li><li>March 1, 2010 -- <a href="http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/" title="Red5 Linux Server Optimizations and Tools">Red5 Linux Server Optimizations and Tools</a></li><li>January 13, 2010 -- <a href="http://www.videochat-scripts.com/run-red5-wowza-flash-media-servers-on-same-linux-server/" title="Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server">Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server</a></li><li>January 5, 2010 -- <a href="http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/" title="Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac">Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac</a></li><li>July 9, 2009 -- <a href="http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/" title="Installing VideoWhisper Video Conference on your Windows Computer">Installing VideoWhisper Video Conference on your Windows Computer</a></li><li>February 10, 2010 -- <a href="http://www.videochat-scripts.com/install-geoip-php-extension/" title="Install GeoIP PHP Extension">Install GeoIP PHP Extension</a></li><li>July 28, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/" title="VideoWhisper 2 Way Video Chat Script">VideoWhisper 2 Way Video Chat Script</a></li><li>May 16, 2009 -- <a href="http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/" title="Red5 Hosting for Video Chat Scripts">Red5 Hosting for Video Chat Scripts</a></li><li>March 4, 2009 -- <a href="http://www.videochat-scripts.com/red5-support-for-videowhisper-projects/" title="Red5 Support for VideoWhisper Projects">Red5 Support for VideoWhisper Projects</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-red5-on-suse-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red5 Linux Server Optimizations and Tools</title>
		<link>http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/</link>
		<comments>http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 02:19:49 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java6]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jdk6]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=239</guid>
		<description><![CDATA[Some java optimizations to add in red5.sh : export JAVA_OPTS=&#8221;-Xrs -Xms128M -Xmx256M -Dsun.rmi.dgc.client.gcInterval=300000 -Dsun.rmi.dgc.server.gcInterval=360000 -Djava.net.preferIPv4Stack=true -XX:+ExplicitGCInvokesConcurrent -XX:+UseConcMarkSweepGC -Xverify:none&#8221; Assuming red5 was installed in /opt/red5/dist admin will often need to restart it or check if it&#8217;s running. Make sure Red5 restarts: restart.sh #!/bin/bash #Restart the process #First see if running PID=`ps -eo &#8216;tty pid args&#8217; &#124;]]></description>
			<content:encoded><![CDATA[<p>Some java optimizations to add in red5.sh :</p>
<blockquote><p>export JAVA_OPTS=&#8221;-Xrs -Xms128M -Xmx256M -Dsun.rmi.dgc.client.gcInterval=300000 -Dsun.rmi.dgc.server.gcInterval=360000 -Djava.net.preferIPv4Stack=true -XX:+ExplicitGCInvokesConcurrent -XX:+UseConcMarkSweepGC -Xverify:none&#8221;</p></blockquote>
<p>Assuming red5 was installed in /opt/red5/dist admin will often need to restart it or check if it&#8217;s running.</p>
<p>Make sure Red5 restarts: restart.sh</p>
<blockquote><p>#!/bin/bash<br />
#Restart the process<br />
#First see if running<br />
PID=`ps -eo &#8216;tty pid args&#8217; | grep &#8216;red5&#8242; | grep -v grep | grep -v restart | tr -s &#8216; &#8216; | cut -f2 -d &#8216; &#8216;`<br />
cd /opt/red5/dist<br />
if [ -z "$PID" ]<br />
then<br />
#not running<br />
echo &#8220;Red5 was not running at `date`&#8221; &gt;&gt; /opt/red5/dist/run-restart.log<br />
else<br />
echo &#8220;Red5: $PID&#8221;<br />
#shutdown<br />
/opt/red5/dist/red5-shutdown.sh<br />
sleep 6<br />
#make sure<br />
kill $PID &gt;&gt; null<br />
sleep 2<br />
fi<br />
#start<br />
/opt/red5/dist/red5.sh &gt;&gt; /opt/red5/dist/red5.log &amp;<br />
echo &#8220;On request restarted Red5 at `date`&#8221; &gt;&gt; /opt/red5/dist/run-restart.log</p></blockquote>
<p>Mare sure Red5 process is running, if not start it: running.sh</p>
<blockquote><p>#!/bin/bash<br />
#set environment<br />
PID=`ps -eo &#8216;tty pid args&#8217; | grep &#8216;red5&#8242; | grep -v grep | grep -v running | tr -s &#8216; &#8216; | cut -f2 -d &#8216; &#8216;`<br />
if [ -z "$PID" ]<br />
then<br />
#Restart the process<br />
cd /opt/red5/dist<br />
/opt/red5/dist/red5.sh &gt;&gt; /opt/red5/dist/red5.log &amp;<br />
echo &#8220;Restarted Red5 at `date`&#8221; &gt;&gt; /opt/red5/dist/run-restart.log<br />
else<br />
#do nothing<br />
echo &#8220;Red5 is already running with PID=$PID at `date`&#8221; &gt;&gt; /opt/red5/dist/run-checked.log<br />
fi</p></blockquote>
<p><strong>Red5 Services</strong><br />
<a href="http://www.videowhisper.com/?p=Red5+Hosting">Red5 Hosting</a><br />
<a href="http://www.videowhisper.com/?p=Red5+Installation">Red5 installation on VPS &amp; Dedicated Servers (Linux / Windows)</a></p>
<ul class="related_post"><li>October 7, 2009 -- <a href="http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/" title="Install Red5 0.9 on Linux Ubuntu">Install Red5 0.9 on Linux Ubuntu</a></li><li>April 29, 2009 -- <a href="http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/" title="Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux">Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux</a></li><li>April 3, 2010 -- <a href="http://www.videochat-scripts.com/install-red5-on-suse-linux/" title="Install Red5 on SUSE Linux">Install Red5 on SUSE Linux</a></li><li>January 5, 2010 -- <a href="http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/" title="Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac">Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac</a></li><li>January 13, 2010 -- <a href="http://www.videochat-scripts.com/run-red5-wowza-flash-media-servers-on-same-linux-server/" title="Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server">Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server</a></li><li>July 9, 2009 -- <a href="http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/" title="Installing VideoWhisper Video Conference on your Windows Computer">Installing VideoWhisper Video Conference on your Windows Computer</a></li><li>February 10, 2010 -- <a href="http://www.videochat-scripts.com/install-geoip-php-extension/" title="Install GeoIP PHP Extension">Install GeoIP PHP Extension</a></li><li>May 16, 2009 -- <a href="http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/" title="Red5 Hosting for Video Chat Scripts">Red5 Hosting for Video Chat Scripts</a></li><li>March 4, 2009 -- <a href="http://www.videochat-scripts.com/red5-support-for-videowhisper-projects/" title="Red5 Support for VideoWhisper Projects">Red5 Support for VideoWhisper Projects</a></li><li>October 31, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-recorder/" title="VideoWhisper Video Recorder">VideoWhisper Video Recorder</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Red5 0.9 on Linux Ubuntu</title>
		<link>http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/</link>
		<comments>http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:34:25 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[guideline]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[v0.9]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=146</guid>
		<description><![CDATA[This post shows how to install latest Red5 from trunk on Linux Ubuntu. For other linux flavors (i.e. Centos) see this comprehensive tutorial Install Red5 and JDK on Centos. This installation was done from windows so we used  WinSCP and PuTTy (free software)  and was inspired from online tutorials. This installation was done fluently: if]]></description>
			<content:encoded><![CDATA[<p>This post shows how to install latest Red5 from trunk on Linux Ubuntu.</p>
<p>For other linux flavors (i.e. Centos) see this comprehensive tutorial <a href="http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/">Install Red5 and JDK on Centos</a>.</p>
<p><span id="more-146"></span></p>
<p>This installation was done from windows so we used  WinSCP and PuTTy (free software)  and was inspired from online tutorials.<br />
This installation was done fluently: if you go to other folders and do other tasks during the installation make sure you return to the right folder before resuming.</p>
<p>First installed required packages one by one:<br />
<strong>apt-get install subversion<br />
apt-get install java-package<br />
apt-get install sun-java6-jdk<br />
apt-get install ant</strong></p>
<p>Used arrows to browse to the Ok and confirm on jdk installation dialogs.</p>
<p>Verified installed java version:<strong><br />
java -version </strong></p>
<p>Downloaded latest Red5:<strong><br />
mkdir -p ~/svn/red5<br />
cd ~/svn/red5<br />
svn co http://red5.googlecode.com/svn/java/server/trunk red5</strong></p>
<p>Build Red5 with Ant:<br />
<strong>export JAVA_HOME=/usr/lib/jvm/java-6-sun/</strong><br />
<strong>export ANT_HOME=/usr/share/ant/</strong><br />
<strong>cd ~/svn/red5/red5<br />
/usr/share/ant/bin/ant</strong></p>
<p>Installed Red5:<strong><br />
mkdir /usr/share/red5<br />
cp -R dist/* /usr/share/red5/</strong><br />
<strong>cd /usr/share/red5<br />
chmod 755 red5.sh<br />
chmod 755 red5-shutdown.sh</strong></p>
<p>Started Red5:<br />
<strong>./red5.sh &gt; start.log &amp;</strong></p>
<p>Verified opened ports:<br />
<strong>netstat -ant</strong></p>
<p>To install a new rtmp application you need to:</p>
<ol>
<li>Copy application to /usr/share/red5/webapps (i.e. /usr/share/red5/webapps/videowhisper as explained on <a href="http://www.videowhisper.com/?p=RTMP+Applications">VideoWhisper RTMP Applications</a>)</li>
<li>Shutdown red5<br />
<strong>cd /usr/share/red5<br />
./red5-shutdown.sh</strong></li>
<li>Restart red5<strong><br />
./red5.sh</strong></li>
</ol>
<p>An alternative to doing the red5 installation yourself would be to <a href="http://www.videowhisper.com/?p=Red5+Installation">order red5 installation</a> .</p>
<p>If you don’t have the time and experience to run your own server or vps, you should use <a href="http://www.videowhisper.com/?p=Red5+Hosting">managed red5 hosting</a> .</p>
<ul class="related_post"><li>April 3, 2010 -- <a href="http://www.videochat-scripts.com/install-red5-on-suse-linux/" title="Install Red5 on SUSE Linux">Install Red5 on SUSE Linux</a></li><li>April 29, 2009 -- <a href="http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/" title="Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux">Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux</a></li><li>March 1, 2010 -- <a href="http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/" title="Red5 Linux Server Optimizations and Tools">Red5 Linux Server Optimizations and Tools</a></li><li>January 13, 2010 -- <a href="http://www.videochat-scripts.com/run-red5-wowza-flash-media-servers-on-same-linux-server/" title="Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server">Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server</a></li><li>July 9, 2009 -- <a href="http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/" title="Installing VideoWhisper Video Conference on your Windows Computer">Installing VideoWhisper Video Conference on your Windows Computer</a></li><li>January 5, 2010 -- <a href="http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/" title="Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac">Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac</a></li><li>July 28, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/" title="VideoWhisper 2 Way Video Chat Script">VideoWhisper 2 Way Video Chat Script</a></li><li>August 26, 2009 -- <a href="http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/" title="Online Video Consultation Solution by VideoWhisper">Online Video Consultation Solution by VideoWhisper</a></li><li>May 16, 2009 -- <a href="http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/" title="Red5 Hosting for Video Chat Scripts">Red5 Hosting for Video Chat Scripts</a></li><li>October 31, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-recorder/" title="VideoWhisper Video Recorder">VideoWhisper Video Recorder</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VideoWhisper Video Conference on your Windows Computer</title>
		<link>http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/</link>
		<comments>http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:30:27 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[127.0.0.1]]></category>
		<category><![CDATA[cam]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video conference]]></category>
		<category><![CDATA[videowhisper]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=93</guid>
		<description><![CDATA[This was originally posted on http://www.videowhisper.com/forum.php?ftid=58&#38;t=Basic-install by rustynails and explains how to installing VideoWhisper Video Conference and all required servers on your Windows computer. 1} A computer WINDOWS XP 2} A HOME WEB SERVER I used XAMPP XAMPP.org Placed in same folder as program files C:\xampp 3} JAVA JDK SE Download from http://java.sun.com/ placed in]]></description>
			<content:encoded><![CDATA[<p>This was originally posted on <a href="http://www.videowhisper.com/forum.php?ftid=58&amp;t=Basic-install">http://www.videowhisper.com/forum.php?ftid=58&amp;t=Basic-install</a> by rustynails and explains how to installing VideoWhisper Video Conference and all required servers on your Windows computer.</p>
<p><span id="more-93"></span></p>
<p>1} A computer<br />
WINDOWS XP</p>
<p>2} A HOME WEB SERVER<br />
I used XAMPP XAMPP.org<br />
Placed in same folder as program files<br />
C:\xampp</p>
<p>3} JAVA JDK SE<br />
Download from <a href="http://java.sun.com/" target="_blank">http://java.sun.com/</a><br />
placed in programs<br />
C:\Program Files\Java</p>
<p>Use installer<br />
and set JAVA_HOME</p>
<p>My setup</p>
<p>NAME JAVA_HOME<br />
VALUE C:\Program Files\Java\jdk1.6.0_13<br />
Don&#8217;t use &#8221; \bin &#8221; on end for setting JAVA_HOME</p>
<p>Name JAVA_VERSION<br />
VALUE 1.6</p>
<p>ADD to &#8220;path&#8221;<br />
;C:\Program Files\Java\jdk1.6.0_13\bin</p>
<p>TIP: utube has a tutorial for this.<br />
key words<br />
&#8221; Installing the Java Development Kit for Windows &#8221;</p>
<p>4} RED5 flash server Final Version 7 java6 with installer<br />
Download at RED5 site</p>
<p>Placed in same folder as programs.<br />
my set up<br />
C:\Red5</p>
<p>Set up RED5, run test page shut RED5 off and then load<br />
video whisper.<br />
RED5 Test address<br />
<a href="http://127.0.0.1:5080/" target="_blank">http://127.0.0.1:5080/</a></p>
<p>5} Download Video whisper stand alone free script APPROX 431 KB</p>
<p>Video whisper is placed in<br />
C:\xampp\htdocs\Videowhisper</p>
<p>Set your ip address in settings.php<br />
C:\xampp\htdocs\vc_php\settings.php</p>
<p>M ine &lt;?<br />
$rtmp_server=&#8221;rtmp://my-ip-address/videowhi sper&#8221;;<br />
?&gt;</p>
<p>Tip<br />
The name of the folder you place in XAMPP is &#8220;vc_php&#8221;<br />
IT&#8217;s the folder vc_php/contents<br />
not the folder vc_php/vc_php/contents</p>
<p>6} Also the videowhisper_red5 script APPROX 17 KB<br />
MY set up<br />
C:\Red5\webapps\videowhisper</p>
<p>Tip<br />
The name of the folder you place in webapps is videowhisper<br />
It&#8217;s the folder inside the extracted videowhisper_red5</p>
<p>Next<br />
Delete this part from RED5 web.XML. You will be disconected<br />
from server if you don&#8217;t.</p>
<p>&lt;param-name&gt;log4jConfigLocation&lt;/param- name&gt;<br />
&lt;param-value&gt;/WEB-INF/log4j.properties&lt; /param-value&gt;<br />
&lt;/context-param&gt;</p>
<p>The Location is<br />
C:\Red5\webapps\videowhisper\WEB-INF\web.XML</p>
<p>Once you&#8217;re done restart RED5<br />
Refresh XAMPP<br />
Type in your IP adress<br />
<a href="http://your-ip-address/vc_php/" target="_blank">http://your-ip-address/vc_php/</a></p>
<p>To Test locally<br />
<a href="http://127.0.0.1/vc_php/" target="_blank">http://127.0.0.1/vc_php/</a></p>
<ul class="related_post"><li>October 7, 2009 -- <a href="http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/" title="Install Red5 0.9 on Linux Ubuntu">Install Red5 0.9 on Linux Ubuntu</a></li><li>April 3, 2010 -- <a href="http://www.videochat-scripts.com/install-red5-on-suse-linux/" title="Install Red5 on SUSE Linux">Install Red5 on SUSE Linux</a></li><li>April 29, 2009 -- <a href="http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/" title="Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux">Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux</a></li><li>August 26, 2009 -- <a href="http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/" title="Online Video Consultation Solution by VideoWhisper">Online Video Consultation Solution by VideoWhisper</a></li><li>July 28, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/" title="VideoWhisper 2 Way Video Chat Script">VideoWhisper 2 Way Video Chat Script</a></li><li>January 6, 2009 -- <a href="http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/" title="Video Conference Plugin for WordPress by VideoWhisper">Video Conference Plugin for WordPress by VideoWhisper</a></li><li>March 1, 2010 -- <a href="http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/" title="Red5 Linux Server Optimizations and Tools">Red5 Linux Server Optimizations and Tools</a></li><li>January 6, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-conference/" title="VideoWhisper Video Conference">VideoWhisper Video Conference</a></li><li>May 4, 2010 -- <a href="http://www.videochat-scripts.com/chatroulette-clone-alternative-script/" title="Chatroulette Clone Alternative Script">Chatroulette Clone Alternative Script</a></li><li>January 13, 2010 -- <a href="http://www.videochat-scripts.com/run-red5-wowza-flash-media-servers-on-same-linux-server/" title="Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server">Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux</title>
		<link>http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/</link>
		<comments>http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 01:22:48 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[0.8]]></category>
		<category><![CDATA[0.9]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[rc1]]></category>
		<category><![CDATA[rc2]]></category>
		<category><![CDATA[rc3]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[trunk]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[winscp]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=61</guid>
		<description><![CDATA[Updated for Red5 0.9.1 Final . Updated for JDK 1.6.20 . Updated for ANT 1.8.1 . Here is how we installed latest Red5 and JDK on a server with Linux CentOS . These hints can help you install on many linux VPS or Dedicated enviroments.  We mainly do software development and work from windows, so]]></description>
			<content:encoded><![CDATA[<p><em>Updated for Red5 0.9.1 Final .<br />
Updated for JDK 1.6.20 .<br />
Updated for ANT 1.8.1 .</em></p>
<p>Here is how we installed latest Red5 and JDK on a server with Linux CentOS . These hints can help you install on many linux VPS or Dedicated enviroments.  We mainly do software development and work from windows, so we use WinSCP and PuTTy (free software). We browsed a lot of tutorials and web pages to get instructions that installed latest versions.</p>
<p>First, we made sure we have all prerequisites to install the rpm:</p>
<p><strong>yum install rpm-build </strong><strong>redhat-rpm-config</strong><strong><br />
</strong></p>
<p>Allow required ports (not necessary if already opened): 3690 (svn), 5080, 1935, 1936, 8088.  See more details at the end of this tutorial.<em> </em></p>
<p><strong><br />
</strong></p>
<p><strong>JAVA INSTALLATION</strong></p>
<p>We installed latest JDK from <a href="http://java.sun.com/javase/downloads/index.jsp">http://java.sun.com/javase/downloads/index.jsp</a> .</p>
<p>Use <strong>uname -a </strong>to see if you need to download a 64 bits version.</p>
<p>Went to root/tmp folder for downloads: <strong><br />
cd /root/tmp</strong></p>
<p>We got Java SE Development Kit, JDK 6 Update 13. We selected linux multilanguage, right clicked &gt; properties on the jdk-6u13-linux-i586-rpm.bin and downloaded it with <strong>wget <em>url</em></strong><em> </em>on the server. It downloaded with a big name with parameters (<strong>ls</strong> to see after download). We use WinSCP so we right clicked, refreshed from there and then renamed the new file that showed up in the root home directory.<br />
You can also rename it from shell. Make sure you use mv &#8220;old_long_name&#8221; new_name for the long name as it uses special characters.</p>
<p><em>Make sure you install JDK and not JRE.<br />
</em><em><br />
</em></p>
<p>Made it executable and executed it:</p>
<p><strong>chmod a+x jdk-6u13-linux-i586-rpm.bin<br />
./</strong><strong>jdk-6u13-linux-i586-rpm.bin </strong></p>
<p>Press space or enter to scroll terms and when it asks you type yes and hit enter.<br />
If needed confirm Java DB update, yes ENTER.</p>
<blockquote><p>We installed it on multiple servers and had to change some shortcuts on ones that already had an older java, so it runs the new one. Usually if preinstalled it’s located in a java or jdk folder in /usr or /usr/local .</p>
<p><em> Make sure  the shortcuts in /usr/local point to the new locations (/usr/local/jdk to /usr/java/jdk1.6.0_14 and /usr/local/jre to /usr/java/jdk1.6.0_14/jre) .</em><br />
<strong>ln -s </strong><strong>/usr/java/latest </strong><strong>/usr/local/jdk<br />
ln -s </strong><strong>/usr/java/latest/jre </strong><strong>/usr/local/jre<br />
</strong></p>
<p>Also /usr/bin/java shortcut should point to<strong> </strong> /usr/java/latest (not /etc/alternatives/java):<br />
<strong>rm /usr/bin/java</strong><br />
<strong>ln -s </strong><strong>/usr/java/latest/bin/java </strong><strong>/usr/bin/java<br />
</strong></p>
<p><strong>export JAVA_HOME=/usr/java/latest/</strong></p></blockquote>
<p>Make sure this is the one used if you also have older versions installed:<strong><br />
java –version</strong></p>
<p><strong><br />
</strong></p>
<p><strong>ANT INSTALLATION<br />
</strong></p>
<p>Downloaded ant (can be done from any mirror &#8211; see <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>), unpacked it, moved it to a good location and added variable, shortcut. <strong> </strong></p>
<p>Get ANT<strong><br />
</strong></p>
<p><strong>wget http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz</strong><strong><br />
tar zxvf apache-ant-1.8.1-bin.tar.gz<br />
mv apache-ant-1.8.1 /usr/local/ant</strong></p>
<blockquote><p>If older  ANT is preferred get latest from <a href="http://archive.apache.org/dist/ant/binaries/ ">http://archive.apache.org/dist/ant/binaries/</a> .<br />
i.e. ANT 1.7.1<br />
wget  http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.gz<br />
tar zxvf apache-ant-1.7.1-bin.tar.gz<br />
mv apache-ant-1.7.1 /usr/local/ant</p></blockquote>
<p>Configure<br />
<strong>export ANT_HOME=/usr/local/ant<br />
ln -s /usr/local/ant/bin/ant /usr/local/bin/ant</strong></p>
<blockquote><p>Replace old ant<br />
<strong>rm /usr/bin/ant<br />
ln -s /usr/local/ant/bin/ant /usr/bin/ant</strong></p></blockquote>
<p>Checked ant version:<br />
<strong>ant –version</strong></p>
<p>If this can&#8217;t find java, make sure you run <strong>export JAVA_HOME=/usr/java/latest/</strong>.</p>
<blockquote><p>Error: JAVA_HOME is not defined correctly.<br />
We cannot execute /usr/local/jdk/bin/java</p></blockquote>
<p><strong>SUBVERSION INSTALLATION<br />
</strong></p>
<p><strong>yum install subversion</strong></p>
<p>If that doesn&#8217;t work maybe this can help:</p>
<blockquote><p>Fix: Install perl  uri:<br />
wget  ftp://rpmfind.net/linux/dag/redhat/el2.1/en/i386/dag/RPMS/perl-URI-1.17-1.el2.rf.noarch.rpm<br />
rpm –i perl-URI-1.17-1.el2.rf.noarch.rpm<strong><br />
</strong></p></blockquote>
<blockquote><p><em>Fix: This time got  &#8220;Error: Cannot retrieve repository metadata (repomd.xml) for repository: atrpms. Please verify its path and try again&#8221; .<br />
Solution: <strong>yum &#8211;disablerepo=atrpms install subversion</strong> .<br />
</em></p></blockquote>
<p><strong>RED5 BUILD AND INSTALLATION<br />
</strong></p>
<p>Then we downloaded Red5:<br />
<strong>svn co http://red5.googlecode.com/svn/java/server/trunk red5</strong></p>
<p><em>Update1: This downloads latest Red5. On this installation (update1) Red5 0.9 was downloaded.</em></p>
<blockquote><p><em> If latest trunk has bugs or does not work fine with your required software you can download other versions from </em><a href="http://red5.googlecode.com/svn/java/server/tags/">http://red5.googlecode.com/svn/java/server/tags/</a><em> .</em></p>
<p><em>Example:<br />
<strong>svn co </strong></em><strong>http://red5.googlecode.com/svn/java/server/tags/0_8_0/ red5<br />
</strong>or<br />
<em> <strong>svn co http://red5.googlecode.com/svn/java/server/tags/0_9rc1/ red5</strong></em></p></blockquote>
<p>Built red5 :<br />
<strong>cd red5<br />
ant prepare<br />
ant dist<br />
</strong></p>
<blockquote><p>On upgrade, copy webapps to new build.</p>
<p>cp -rf /opt/red5/dist/webapps/* /root/tmp/red5/dist/webapps/</p>
<p>Then rename old red5 (backup).</p>
<p>You could also remove sample applications if you don&#8217;t plan to use these:<br />
rm -rf /opt/red5/dist/webapps/live<br />
rm -rf /opt/red5/dist/webapps/vod<br />
rm -rf /opt/red5/dist/webapps/installer<br />
rm -rf /opt/red5/dist/webapps/root/demos<br />
rm -rf /opt/red5/dist/webapps/root/WEB-INF</p></blockquote>
<p>Moved Red5 from home folder:<br />
<strong>cd ..<br />
mv red5 /opt/red5<br />
</strong></p>
<p>Started Red5:<br />
<strong>cd /opt/red5/dist<br />
./red5.sh &gt; start.log &amp;<br />
</strong></p>
<p>The &gt; start.log is to have it output the logs in the file and &amp; is to keep it running in the background.</p>
<p>Verified that Red5 was running:<br />
<strong>ps aux | grep red5<br />
</strong>This should report a long line with java and many options and this command. Check start.log if it failed to start.</p>
<p>We added these lines to to /etc/rc.d/rc.local so it starts on each server start:<br />
<strong>cd /opt/red5/dist<br />
/opt/red5/dist/red5.sh &gt; restart.log &amp;</strong><br />
Make sure your run it from the right folder. The one in /opt/red5 will not work – you must run it from /opt/red5/dist/ .</p>
<p>When Red5 is running you should be able to access <span style="color: #333399;"><strong>http://<em>your-server-domain-or-ip</em>:5080/</strong></span> .</p>
<p>If it works first thing go to <span style="color: #333399;">http://your-server:5080/installer/</span>and install admin. Then to <span style="color: #333399;">http://your-server:5080/admin/register.html</span> and register an username and password. Then you can check application statistics anytime from <span style="color: #333399;">http://your-server:5080/admin/</span> with server ip and the registered username, password.</p>
<p><strong>RED 5 RESTART</strong></p>
<p>Restart Red5 anytime you update files in the /opt/red5/dist/webapps folder &#8211; where all applications should be installed.</p>
<p>Usually these should work and should be used each time you add a new application.</p>
<p>1. Check if red5 is running:<strong><br />
ps aux | grep red5</strong></p>
<p>2. Go to its folder and shut red5 down:<br />
<strong>cd /opt/red5/dist<br />
./red5-shutdown.sh<br />
</strong><strong><br />
</strong>3. See if it&#8217;s still running or not:<br />
<strong>ps aux | grep red5</strong></p>
<p><strong> </strong>4. Restart it, and also make it output the logs into a file of your choice:<br />
<strong>./red5.sh &gt; start.log &amp;</strong></p>
<p>5. Make sure it&#8217;s back online:<br />
<strong>ps aux | grep red5</strong> <strong> </strong></p>
<p>We also noticed that red-shutdown.sh sometimes does not close it down to allow restart when webapps are added or updated. This usually occurs when red5 freezes becasue it encounters errors like running out of memory. So we run <strong>ps aux | grep red5</strong> to see process id (first number: PID) and then run<strong> kill <em>process id</em></strong> if it’s still alive.</p>
<p><strong>ALLOWING PORTS</strong></p>
<p>On some systems root cannot bind ports above the early 1000&#8242;s so red5 must be run from another account.</p>
<p>Verify that Red5 is listening on port 5080 if you can&#8217;t get http://yourserver:5080/:<br />
<strong>netstat -anp | grep 5080</strong></p>
<p>If using iptables enable these ports:<br />
<em><strong>iptables -A INPUT -p tcp -m tcp -—dport 3690 -j ACCEPT<br />
</strong></em><em><strong>iptables -A INPUT -p tcp -m tcp —-dport 5080 -j ACCEPT<br />
</strong></em><em><strong>iptables -A INPUT -p tcp -m tcp -—dport 1935 -j ACCEPT<br />
</strong></em><em><strong>iptables -A INPUT -p tcp -m tcp —-dport 1936 -j ACCEPT<br />
</strong></em><em><strong>iptables -A INPUT -p tcp -m tcp -—dport 8088 -j ACCEPT</strong></em></p>
<p>Sometimes ports need to be configured in a hardware firewall. Contact server provider / administrator for more details about enabling ports.</p>
<p>This info provided by a host could also be helpful.</p>
<blockquote><p>Please be advised that custom iptables rules should be placed in the directory listed below.<br />
/etc/sysconfig/iptables-custom</p>
<p>The software firewall rule is listed as follows:<br />
# cat /etc/sysconfig/iptables-custom/99Red5 *filter</p>
<p>-A INPUT -p tcp -m tcp &#8211;dport 1935 -j ACCEPT<br />
-A INPUT -p tcp -m tcp &#8211;dport 1936 -j ACCEPT<br />
-A INPUT -p tcp -m tcp &#8211;dport 5080 -j ACCEPT<br />
-A INPUT -p tcp -m tcp &#8211;dport 8088 -j ACCEPT</p>
<p>COMMIT</p></blockquote>
<p><strong>RED5 &amp; VIDEOWHISPER</strong></p>
<p>This was done for the installation of VideoWhisper applications. To do that just <a href="http://www.videowhisper.com/?p=RTMP+Applications">download the latest videowhisper rtmp application</a>, unzip it on your computer and copy the videowhisper folder and all its contents to/opt/red5/dist/webapps .  As verification, check that you have a /opt/red5/dist/webapps/videowhisper/WEB-INF/ folder on your server. After copying/updating this, restart the Red5 server (as explained above) and you can install the <a href="http://www.videowhisper.com/">videowhisper video conferencing / live streaming scrips</a> to use the new rtmp application.</p>
<p>The Red5 VideoWhisper RTMP Application has some cool settings, like enabling access with external players / archiving of all video streams as flv files / limiting access to certain domains / setting absolute paths for live streams and recordings to be able to share videos with other applications (i.e. video sharing). Edit all these in WEB-INF/red5-web.properties and restart the Red5 server.</p>
<p>If we forgot to mention something here, or you have any questions about this submit your inquiries on <a href="http://www.videowhisper.com/tickets_submit.php">Video Whisper Contact Page</a> or comment below.</p>
<p>An alternative to doing the red5 installation yourself would be to <a href="http://www.videowhisper.com/?p=Red5+Installation">order red5 installation</a> .</p>
<p>If you don&#8217;t have the time and experience to run your own server or vps, you should use <a href="http://www.videowhisper.com/?p=Red5+Hosting">managed red5 hosting</a> .</p>
<ul class="related_post"><li>October 7, 2009 -- <a href="http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/" title="Install Red5 0.9 on Linux Ubuntu">Install Red5 0.9 on Linux Ubuntu</a></li><li>April 3, 2010 -- <a href="http://www.videochat-scripts.com/install-red5-on-suse-linux/" title="Install Red5 on SUSE Linux">Install Red5 on SUSE Linux</a></li><li>January 5, 2010 -- <a href="http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/" title="Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac">Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac</a></li><li>March 1, 2010 -- <a href="http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/" title="Red5 Linux Server Optimizations and Tools">Red5 Linux Server Optimizations and Tools</a></li><li>January 13, 2010 -- <a href="http://www.videochat-scripts.com/run-red5-wowza-flash-media-servers-on-same-linux-server/" title="Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server">Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server</a></li><li>July 9, 2009 -- <a href="http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/" title="Installing VideoWhisper Video Conference on your Windows Computer">Installing VideoWhisper Video Conference on your Windows Computer</a></li><li>February 10, 2010 -- <a href="http://www.videochat-scripts.com/install-geoip-php-extension/" title="Install GeoIP PHP Extension">Install GeoIP PHP Extension</a></li><li>February 1, 2010 -- <a href="http://www.videochat-scripts.com/red5-0-9-final-released/" title="Red5 0.9 Final Released">Red5 0.9 Final Released</a></li><li>March 4, 2009 -- <a href="http://www.videochat-scripts.com/red5-support-for-videowhisper-projects/" title="Red5 Support for VideoWhisper Projects">Red5 Support for VideoWhisper Projects</a></li><li>May 16, 2009 -- <a href="http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/" title="Red5 Hosting for Video Chat Scripts">Red5 Hosting for Video Chat Scripts</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red5 Support for VideoWhisper Projects</title>
		<link>http://www.videochat-scripts.com/red5-support-for-videowhisper-projects/</link>
		<comments>http://www.videochat-scripts.com/red5-support-for-videowhisper-projects/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 17:24:31 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=51</guid>
		<description><![CDATA[VideoWhisper.com released a Red5 open source version for the RTMP application serving the VideoWhisper projects. This can be downloaded from the downloads section including java source code and eclipse project files. Application was tested with Red5 v7 Final. Red5 is a free, open source, Java based, alternative to Adobe&#8217;s Flash Media Server. To install Red5]]></description>
			<content:encoded><![CDATA[<p>VideoWhisper.com released a Red5 open source version for the RTMP application serving the VideoWhisper projects. This can be downloaded from the downloads section including java source code and eclipse project files. Application was tested with Red5 v7 Final.</p>
<p><a href="http://osflash.org/red5"><span class="media"><img class="media alignright" title="Red5" src="http://osflash.org/lib/exe/fetch.php?w=&#038;h=&#038;cache=cache&#038;media=http%3A%2F%2Fwww.acmewebworks.com%2Fred5%2Fimages%2FFinalLogo.png" alt="" /></span></a></p>
<p>Red5 is a free, open source, Java based, alternative to Adobe&#8217;s Flash Media Server. To install Red5 you need a dedicated server. You can not install Red5 on a shared hosting plan. Red5 is available both for Windows and Linux servers.</p>
<p>Red5 is the free solution to host RTMP if you have your own dedicated/semi-dedicated server or VPS: <a href="http://osflash.org/red5/070final">Download Red5 v7 Final</a> .</p>
<p>VideoWhisper provides managed plans with full installation and setup including  <a href="http://www.videowhisper.com/?p=RTMP+Hosting">premium rtmp hosting</a> with dedicated ip, free installation of video streaming software (including standard fantastico scripts like wordpress/joomla), unlimited connections on Red5 starting from 10Gb space and 200Gb bandwidth at $50/month.</p>
<ul class="related_post"><li>April 3, 2010 -- <a href="http://www.videochat-scripts.com/install-red5-on-suse-linux/" title="Install Red5 on SUSE Linux">Install Red5 on SUSE Linux</a></li><li>January 13, 2010 -- <a href="http://www.videochat-scripts.com/run-red5-wowza-flash-media-servers-on-same-linux-server/" title="Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server">Run Red5 &#038; Wowza Flash Media Servers on Same Linux Server</a></li><li>October 7, 2009 -- <a href="http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/" title="Install Red5 0.9 on Linux Ubuntu">Install Red5 0.9 on Linux Ubuntu</a></li><li>April 29, 2009 -- <a href="http://www.videochat-scripts.com/installed-red5-08-rc3-with-jdk-1613-on-linux/" title="Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux">Installed Red5 0.8 RC3 with JDK 1.6.13 on Linux</a></li><li>March 1, 2010 -- <a href="http://www.videochat-scripts.com/red5-linux-server-optimizations-and-tools/" title="Red5 Linux Server Optimizations and Tools">Red5 Linux Server Optimizations and Tools</a></li><li>October 31, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-recorder/" title="VideoWhisper Video Recorder">VideoWhisper Video Recorder</a></li><li>July 28, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/" title="VideoWhisper 2 Way Video Chat Script">VideoWhisper 2 Way Video Chat Script</a></li><li>July 9, 2009 -- <a href="http://www.videochat-scripts.com/installing-videowhisper-video-conference-on-your-windows-computer/" title="Installing VideoWhisper Video Conference on your Windows Computer">Installing VideoWhisper Video Conference on your Windows Computer</a></li><li>May 16, 2009 -- <a href="http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/" title="Red5 Hosting for Video Chat Scripts">Red5 Hosting for Video Chat Scripts</a></li><li>February 1, 2010 -- <a href="http://www.videochat-scripts.com/red5-0-9-final-released/" title="Red5 0.9 Final Released">Red5 0.9 Final Released</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/red5-support-for-videowhisper-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
