<?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; streaming</title>
	<atom:link href="http://www.videochat-scripts.com/tag/streaming/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 ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac</title>
		<link>http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/</link>
		<comments>http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 05:31:11 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[avs]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[clip]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[exec]]></category>
		<category><![CDATA[faac]]></category>
		<category><![CDATA[faad2]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[flvtool2]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mediainfo]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3lame]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[suphp]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[theora]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video sharing]]></category>
		<category><![CDATA[vorbis]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[x264]]></category>
		<category><![CDATA[xvid]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[zenlib]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=159</guid>
		<description><![CDATA[This is a tutorial to enable video sharing support on Centos servers. This should install ffmpeg, mplayer, mencoder, flvtool2, yamdi, x264, theora, mp3lame, vorbis, ogg, faac, faad2, xvid . These tools will enable on your server: video conversion thumbnail generation FLV meta injection (flvtool2, yamdi) extra codecs (x264, theora, mp3lame, vorbis, ogg, faac, faad2, xvid)]]></description>
			<content:encoded><![CDATA[<p>This is a tutorial to enable video sharing support on Centos servers.</p>
<p>This should install ffmpeg, mplayer, mencoder, flvtool2, yamdi, x264, theora, mp3lame, vorbis, ogg, faac, faad2, xvid . These tools will enable on your server:</p>
<ul>
<li>video conversion</li>
<li>thumbnail generation</li>
<li>FLV meta injection (flvtool2, yamdi)</li>
<li>extra codecs (x264, theora, mp3lame, vorbis, ogg, faac, faad2, xvid)</li>
</ul>
<p>This is functional and we update it each time we configure a new server.<br />
Installation is done using the &#8220;root&#8221; account.</p>
<p><span id="more-159"></span><strong> </strong></p>
<p>Attention: If you copy and paste commands below, make sure &#8220;-&#8221; are not converted to &#8220;.&#8221;.  If these get converted, edit &#8220;.&#8221; back to &#8220;-&#8221;. Some options use 2 * &#8220;-&#8221;.</p>
<p><strong>GIT<br />
</strong>(required to get X264)</p>
<blockquote><p>yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel</p></blockquote>
<blockquote>
<div>cd /usr/local/src</div>
<div>wget http://www.kernel.org/pub/software/scm/git/git-1.6.0.4.tar.gz</div>
<div>
<div>tar -zxvf git-1.6.0.4.tar.gz</div>
<div>cd git-1.6.0.4</div>
<div>make prefix=/usr/local all</div>
<div>make prefix=/usr/local/ install</div>
</div>
<div>git &#8211;version</div>
</blockquote>
<div>And git manpages:</div>
<blockquote>
<div>cd /usr/local/src<br />
wget http://www.kernel.org/pub/software/scm/git/git-manpages-1.6.0.4.tar.gz<br />
cd /usr/local/share/man<br />
tar -zxvf /usr/local/src/git-manpages-1.6.0.4.tar.gz</div>
</blockquote>
<div>
<p><span style="text-decoration: underline;"><strong>YASM</strong></span></p>
<p>YASM is a modular assembler, it is required by the x264 package.</p>
<blockquote><p>cd /usr/local/src/<br />
wget http://www.tortall.net/projects/yasm/releases/yasm-0.7.0.tar.gz<br />
tar zfvx yasm-0.7.0.tar.gz<br />
cd yasm-0.7.0<br />
./configure<br />
make &amp;&amp; make install<br />
cd ..</p></blockquote>
</div>
<div><span style="text-decoration: underline;"><strong>X264</strong></span></div>
<blockquote>
<div><span style="text-decoration: underline;"><strong><br />
</strong></span>cd /usr/local/src/</div>
<div>git clone git://git.videolan.org/x264.git<br />
cd /usr/local/src/x264<br />
./configure &#8211;enable-shared &#8211;prefix=/usr<br />
make &amp;&amp;  make install</div>
</blockquote>
<div>
<div><span style="text-decoration: underline;"><strong>Essential Codecs</strong></span></div>
<blockquote>
<div>cd /usr/local/src/<br />
wget www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2<br />
tar jxvf essential-20061022.tar.bz2<br />
mkdir /usr/local/lib/codecs/<br />
mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/<br />
chmod -R 755 /usr/local/lib/codecs/</div>
</blockquote>
</div>
<div>
<p><strong><span style="text-decoration: underline;">LAME</span></strong></p>
<blockquote><p>cd /usr/local/src/<br />
wget easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz<br />
tar zxvf lame-3.97.tar.gz<br />
cd /usr/local/src/lame-3.97<br />
./configure<br />
make &amp;&amp; make install</p></blockquote>
<p><strong><span style="text-decoration: underline;">OGG</span></strong></p>
<blockquote><p>cd /usr/local/src/<br />
wget downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz<br />
tar zxvf libogg-1.1.3.tar.gz<br />
cd /usr/local/src/libogg-1.1.3<br />
./configure &#8211;enable-shared &amp;&amp; make &amp;&amp; make install<br />
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br />
export PKG_CONFIG_PATH</p></blockquote>
<p><strong><span style="text-decoration: underline;">VORBIS</span></strong></p>
<blockquote><p>cd /usr/local/src/<br />
wget downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz<br />
tar zxvf libvorbis-1.1.2.tar.gz<br />
cd /usr/local/src/libvorbis-1.1.2<br />
./configure &amp;&amp; make &amp;&amp; make install</p></blockquote>
</div>
<div><span style="text-decoration: underline;"><strong>Theora</strong></span></div>
<blockquote>
<div>cd /usr/local/src/</div>
<div>wget http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2</div>
<div>tar jxvf libtheora-1.1.1.tar.bz2</div>
<div>cd /usr/local/src/libtheora-1.1.1</div>
<div>./configure &#8211;prefix=/usr</div>
<div>make &amp;&amp; make install</div>
</blockquote>
<div><span style="text-decoration: underline;"><strong>FAAC</strong></span></div>
<blockquote>
<div>cd /usr/local/src/</div>
<div>wget http://downloads.sourceforge.net/faac/faac-1.28.tar.gz</div>
<div>tar zxvf faac-1.28.tar.gz<br />
cd /usr/local/src/faac-1.28</div>
<div>./configure &#8211;prefix=/usr<br />
make &amp;&amp; make install</div>
</blockquote>
<div><em><em> </em></em></div>
<div>
<p><span style="text-decoration: underline;"><strong>FAAD2</strong></span></p>
<blockquote><p>cd /usr/local/src/<br />
wget http:<span class="code-comment">//downloads.sourceforge.net/faac/faad2-2.6.1.tar.gz<br />
tar zxf faad2-2.6.1.tar.gz<br />
cd faad2<br />
autoreconf -vif<br />
./configure –disable-drm –disable-mpeg4ip<br />
make &amp;&amp; make install</span></p></blockquote>
</div>
<div><span style="text-decoration: underline;"><strong>Xvid</strong></span></div>
<blockquote>
<div>cd /usr/local/src/<br />
wget http://downloads.xvid.org/downloads/xvidcore-1.2.1.tar.gz<br />
tar zxfv xvidcore-1.2.1.tar.gz<br />
cd xvidcore/build/<span class="code-keyword">generic</span><br />
./configure<br />
make &amp;&amp; make install</div>
</blockquote>
<p>Before installing ffmpeg, setup some linking for scripts that look in certain locations for codecs:</p>
<blockquote><p>ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50<br />
ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51<br />
ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49<br />
ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0<br />
ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51<br />
ln -s /usr/lib/libtheora.so.0.3.10 /usr/local/lib/libtheora.so.0.3.10<br />
ln -s /usr/lib/libx264.so.80 /usr/local/lib/libx264.so.80<br />
ln -s /usr/lib/libtheora.so.0.3.10 /usr/local/lib/libtheora.so<br />
ln -s /usr/lib/libx264.so.80 /usr/local/lib/libx264.so</p></blockquote>
<p><strong><span style="text-decoration: underline;">FFMPEG </span></strong><span style="text-decoration: underline;">(download latest from SVN)</span></p>
<blockquote><p>cd /usr/local/src/<br />
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg<br />
cd /usr/local/src/ffmpeg/<br />
./configure &#8211;enable-gpl &#8211;enable-shared &#8211;enable-nonfree &#8211;enable-libmp3lame &#8211;enable-libvorbis &#8211;enable-libxvid &#8211;enable-libx264 &#8211;enable-libtheora &#8211;enable-libfaac &#8211;enable-libfaad<br />
make &amp;&amp; make install<br />
export LD_LIBRARY_PATH=/usr/local/lib/</p></blockquote>
<p>FFMPEG configure options use 2 x &#8220;-&#8221;.</p>
<p><strong><span style="text-decoration: underline;">MPLAYER</span></strong></p>
<blockquote><p>cd /usr/local/src/<br />
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer<br />
cd /usr/local/src/mplayer<br />
svn update<br />
cd /usr/local/src/mplayer<br />
./configure &amp;&amp; make &amp;&amp; make install<br />
cd ..</p></blockquote>
<p><strong><span style="text-decoration: underline;">FLVTOOL2</span></strong><br />
First install Ruby from WHM.</p>
<blockquote><p>cd /usr/local/src/<br />
wget rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz<br />
tar zxvf flvtool2_1.0.5_rc6.tgz<br />
cd /usr/local/src/flvtool2_1.0.5_rc6/<br />
ruby setup.rb config<br />
ruby setup.rb setup<br />
ruby setup.rb install</p></blockquote>
<p><span style="text-decoration: underline;"><strong>YAMDI</strong></span></p>
<blockquote><p>cd /usr/local/src/<br />
wget http://downloads.sourceforge.net/project/yamdi/yamdi/1.4/yamdi-1.4.tar.gz?use_mirror=ufpr<br />
tar zxf yamdi-1.4.tar.gz<br />
cd yamdi-1.4<br />
gcc yamdi.c -o yamdi -O2 -Wall<br />
mv yamdi /usr/bin/<br />
yamdi -h</p></blockquote>
<p><span style="text-decoration: underline;"><strong>INSTALLATION RESULTS</strong></span></p>
<p>mencoder: /usr/local/bin/mencoder<br />
mplayer: /usr/local/bin/mplayer<br />
yamdi: /usr/bin/yamdi</p>
<p>Add these shortcuts to /usr/bin if you need these there by default:<br />
mencoder to /usr/local/bin/mencoder<br />
mplayer to /usr/local/bin/mplayer</p>
<p><strong>SuPHP fix<br />
</strong></p>
<p>With suphp  &#8220;env -i&#8221; is required when executing php scripts.</p>
<p>exec(&#8220;env -i /usr/<em>bin</em>/<em>php </em>&#8221; . $cmd.  &#8216;&gt;/dev/null &amp;&#8217;);</p>
<p><span style="text-decoration: underline;"><strong>MediaInfo</strong></span></p>
<p>http://mediainfo.sourceforge.net/en/Download/CentOS</p>
<blockquote><p>wget http://downloads.sourceforge.net/zenlib/libzen0-0.4.14-1.i386.CentOS_5.rpm<br />
wget http://downloads.sourceforge.net/zenlib/libzen0-devel-0.4.14-1.i386.CentOS_5.rpm<br />
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-0.7.32-1.i386.CentOS_5.rpm<br />
wget http://downloads.sourceforge.net/mediainfo/libmediainfo0-devel-0.7.32-1.i386.CentOS_5.rpm<br />
wget http://downloads.sourceforge.net/mediainfo/mediainfo-0.7.32-1.i386.CentOS_5.rpm<br />
rpm -vi libzen0-0.4.14-1.i386.CentOS_5.rpm<br />
rpm -vi libzen0-devel-0.4.14-1.i386.CentOS_5.rpm<br />
rpm -vi libmediainfo0-0.7.32-1.i386.CentOS_5.rpm<br />
rpm -vi libmediainfo0-devel-0.7.32-1.i386.CentOS_5.rpm<br />
rpm -vi mediainfo-0.7.32-1.i386.CentOS_5.rpm</p></blockquote>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 343px; width: 1px; height: 1px;">
<p>YASM is a modular assembler, it is required by the x264 package.</p>
<div class="wp_syntax">
<div class="code">
<pre class="bash" style="font-family: monospace;">codec:$ <span style="color: #c20cb9; font-weight: bold;">wget</span> \
http:<span style="color: #000000; font-weight: bold;">//</span>www.tortall.net<span style="color: #000000; font-weight: bold;">/</span>projects<span style="color: #000000; font-weight: bold;">/</span>yasm<span style="color: #000000; font-weight: bold;">/</span>releases<span style="color: #000000; font-weight: bold;">/</span>yasm-0.7.0.tar.gz
codec:$ <span style="color: #c20cb9; font-weight: bold;">tar</span> zfvx yasm-0.7.0.tar.gz
codec:$ <span style="color: #7a0874; font-weight: bold;">cd</span> yasm-0.7.0
codec:$ .<span style="color: #000000; font-weight: bold;">/</span>configure
codec:$ <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
codec:$ <span style="color: #7a0874; font-weight: bold;">cd</span> ..</pre>
</div>
</div>
</div>
<ul class="related_post"><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>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 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>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>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>October 31, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-recorder/" title="VideoWhisper Video Recorder">VideoWhisper Video Recorder</a></li><li>September 11, 2009 -- <a href="http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/" title="Live Streaming v2 by VideoWhisper">Live Streaming v2 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>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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoWhisper Video Recorder</title>
		<link>http://www.videochat-scripts.com/videowhisper-video-recorder/</link>
		<comments>http://www.videochat-scripts.com/videowhisper-video-recorder/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:24:44 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[camcorder]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[fmis]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[on demand]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[recorder]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=150</guid>
		<description><![CDATA[The video recorder allows site users to record webcam videos easily from website pages. This can be use on various sites to implement online features like: + video sharing, on demand video content + video messaging, video email + video content on member profiles, video teasers, video questionnaires + video comments for online posts and]]></description>
			<content:encoded><![CDATA[<div>
<p><strong></strong>The video recorder allows site users to record webcam videos easily from website pages. This can be use on various sites to implement online features like:<br />
<em>+ video sharing, on demand video content<br />
+ video messaging, video email<br />
+ video content on member profiles, video teasers, video questionnaires<br />
+ video comments for online posts and items, video discussions, video forums</em><br />
Videos are recorded as flv files on the rtmp server and can be played trough the rtmp protocol or by http players as on youtube (if published to a web accessible location).</p>
<div>
<p align="center"><a href="http://www.videowhisper.com/?p=Video+Recorder"><img src="http://www.videowhisper.com/snaps/vr_371.jpg" border="0" alt="Web Video Recording Software" width="371" height="181" /></a></p>
<ul>
<li> Live Webcam Preview</li>
<li>Select webcam/microphone, configure recording resolution, framerate, sound rate</li>
<li>Record Video</li>
<li>Timer, Maximum recording time limit</li>
<li>Accept / Discard recording</li>
<li>Instant recording preview, Replay preview</li>
</ul>
</div>
</div>
<p>For more details check the home page of VideoWhisper <a href="http://www.videowhisper.com/?p=Video+Recorder">web based Video Recorder</a>.</p>
<ul class="related_post"><li>September 11, 2009 -- <a href="http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/" title="Live Streaming v2 by VideoWhisper">Live Streaming v2 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 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>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>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>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 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>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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/videowhisper-video-recorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Streaming v2 by VideoWhisper</title>
		<link>http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/</link>
		<comments>http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 04:33:39 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[framerate]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[live streaming]]></category>
		<category><![CDATA[pay per minute]]></category>
		<category><![CDATA[pay per view]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[ppm]]></category>
		<category><![CDATA[ppv]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[ugprade]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=140</guid>
		<description><![CDATA[VideoWhisper.com upgraded the Live Streaming application bringing several improvements and optimizations requested by users. Some of the improvements: advanced webcam settings (change realtime resolution, framerate, audio rate) fullscreen button for video watching interface fullscreen on click for embedded plain video stream interface generate updated jpg snapshots for each live stream timers (displayed on each interface]]></description>
			<content:encoded><![CDATA[<p>VideoWhisper.com upgraded the <a href="http://www.videowhisper.com/?p=Live+Streaming">Live Streaming</a> application bringing several improvements and optimizations requested by users.</p>
<p><img class="alignright" src="http://www.videowhisper.com/snaps/ls_371x275.jpg" alt="Live Broadcast" width="371" height="275" /></p>
<p>Some of the improvements:</p>
<ul>
<li>advanced webcam settings (change realtime resolution, framerate, audio rate)</li>
<li>fullscreen button for video watching interface</li>
<li>fullscreen on click for embedded plain video stream interface</li>
<li>generate updated jpg snapshots for each live stream</li>
<li>timers (displayed on each interface depending on settings) can be used to control access, integrate in pay per view systems</li>
<li>multiple new options and parameters passed from script side</li>
</ul>
<p>Also some RTMP application improvements should be mentioned like external player support and live video archiving as FLV for the Red5 application.</p>
<p>Upgrades are available for download on VideoWhisper.com and do not involve any costs for free or paid licenses.</p>
<p>First edition available with the upgrade is the PHP edition. The rest should follow shortly.</p>
<ul class="related_post"><li>August 28, 2009 -- <a href="http://www.videochat-scripts.com/use-jw-player-to-play-videowhisper-application-streams/" title="Use JW Player to play VideoWhisper application streams">Use JW Player to play VideoWhisper application streams</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>January 11, 2009 -- <a href="http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/" title="Pay Per View Video Chat Software Update for VideoGirls.BiZ">Pay Per View Video Chat Software Update for VideoGirls.BiZ</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>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>March 19, 2009 -- <a href="http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/" title="Live Streaming on WordPress by VideoWhisper">Live Streaming on WordPress by VideoWhisper</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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoWhisper 2 Way Video Chat Script</title>
		<link>http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/</link>
		<comments>http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:41:32 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[1 on 1]]></category>
		<category><![CDATA[2 way]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[audion]]></category>
		<category><![CDATA[av]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[communicate]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[demonstrate]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[encounter]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[high definition]]></category>
		<category><![CDATA[instant]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[meeting]]></category>
		<category><![CDATA[one on one]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[telepresence]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videochat]]></category>
		<category><![CDATA[videopresence]]></category>
		<category><![CDATA[videowhisper]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=98</guid>
		<description><![CDATA[VideoWhisper 2 Way Video Chat is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It&#8217;s a solution for conducting easy to setup face to face meetings without leaving your office or home. It&#8217;s the easiest and most cost-effective way to meet somebody and discuss one on one.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.videowhisper.com/?p=2+Way+Video+Chat"><img src="http://www.videowhisper.com/snaps/2wvc_371x275.jpg" border="0" alt="One on One 2 Way Video Chat Script" width="250" align="right" /></a><br />
<em>VideoWhisper 2 Way Video Chat</em> is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It&#8217;s a solution for conducting easy to setup face to face meetings without leaving your office or home. It&#8217;s the easiest and most cost-effective way to meet somebody and discuss one on one. Here are 12 ways to use this:</p>
<ol>
<li><em>have meetings on short notice with individuals in faraway places</em></li>
<li><em>conduct sales presentations without traveling</em></li>
<li><em>manage  employees remotely when you are not in the office</em></li>
<li><em>bring any partner or specialist employee  virtually to any meeting you physically attend to</em></li>
<li><em>demonstrate products and software without traveling</em></li>
<li><em>train customers, partners and employees on remote locations</em></li>
<li><em>have employees work from home even if they are on another continent</em></li>
<li><em>communicate from many business airlines that provide internet while mobiles are not functional</em></li>
<li><em>talk face to face to  new employees or business partners from far away locations before doing any travelling</em></li>
<li><em>communicate face to face from  anywhere you find an internet connection for your laptop</em></li>
<li><em> remote professional consultations and advice</em></li>
<li><em>avoid dangerous or just boring locations and persons</em></li>
</ol>
<p>Read more about the <a href="http://www.videowhisper.com/?p=2+Way+Video+Chat">2 Way Video Chat</a> software&#8230;</p>
<ul class="related_post"><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><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>September 11, 2009 -- <a href="http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/" title="Live Streaming v2 by VideoWhisper">Live Streaming v2 by VideoWhisper</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 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 6, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-conference/" title="VideoWhisper Video Conference">VideoWhisper Video Conference</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 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/videowhisper-2-way-video-chat-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red5 Hosting for Video Chat Scripts</title>
		<link>http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/</link>
		<comments>http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/#comments</comments>
		<pubDate>Sat, 16 May 2009 09:33:27 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[dedicated ip]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[managed]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[videochat]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=70</guid>
		<description><![CDATA[VideoGirls BiZ offers premium red5 hosting plans for video chat scripts. The Red5 setup is 100% managed so you do not have anything to worry about as on vps hosts where you have to install each application yourself and restart the service or even configure, upgrade, install new linux software trough the shell. Premium videochat]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.videogirls.biz/">VideoGirls BiZ</a> offers premium <a href="http://www.videogirls.biz/view.php?p=Videochat+Script+Hosting">red5 hosting plans</a> for video chat scripts. The Red5 setup is 100% managed so you do not have anything to worry about as on vps hosts where you have to install each application yourself and restart the service or even configure, upgrade, install new linux software trough the shell.</p>
<p><span id="more-70"></span>Premium videochat script hosting plans includes:</p>
<ul>
<li>Unlimited RTMP hosting on Red5<br />
<span style="color: #808080;">That means streaming can use as much bandwidht as available per plan and there are no limitations for the number of simultaneous connections (other that server load).</span></li>
<li>Dedicated IP</li>
<li>Managed setup of Red5 application</li>
<li>1 Free Script Installation<br />
<span style="color: #808080;"><em>Limited to datetopia, videogirls, videowhisper scripts only.</em></span></li>
<li>CPanel</li>
<li>Setup of RTMP application</li>
</ul>
<p>You can also check <a href="http://www.videowhisper.com/?p=Red5+Hosting">Red5 Hosting</a> on Videowhisper.</p>
<table border="0" cellspacing="1" cellpadding="5" align="center">
<tbody>
<tr>
<td align="center"><strong>Premium Hosting Plans</strong></td>
<td align="center" bgcolor="#64ca8f"><span style="color: #ffffff;"><strong>Premium 1</strong></span></td>
<td align="center" bgcolor="#7cd67a"><span style="color: #ffffff;"><strong>Premium 2</strong></span></td>
<td align="center" bgcolor="#b1d088"><span style="color: #ffffff;"><strong>Premium 3</strong></span></td>
<td align="center" bgcolor="#e0af8f"><span style="color: #ffffff;"><strong>Premium 4</strong></span></td>
</tr>
<tr>
<td align="right" bgcolor="#f0f0f0">Space</td>
<td align="center" bgcolor="#e1ffed">10 000 Mb</td>
<td align="center" bgcolor="#e2ffe1">15 000 Mb</td>
<td align="center" bgcolor="#f2ffe1">30 000 Mb</td>
<td align="center" bgcolor="#ffefdf">50 000 Mb</td>
</tr>
<tr>
<td align="right" bgcolor="#f0f0f0">Bandwidth</td>
<td align="center" bgcolor="#e1ffed">200 Gb</td>
<td align="center" bgcolor="#e2ffe1">300 Gb</td>
<td align="center" bgcolor="#f2ffe1">600 Gb</td>
<td align="center" bgcolor="#ffefdf">1000 Gb</td>
</tr>
<tr>
<td align="right" bgcolor="#f7f7ea">Monthly Price</td>
<td align="center" bgcolor="#e1ffed">$50</td>
<td align="center" bgcolor="#e2ffe1">$60</td>
<td align="center" bgcolor="#f2ffe1">$75</td>
<td align="center" bgcolor="#ffefdf">$100</td>
</tr>
</tbody>
</table>
<ul class="related_post"><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>October 31, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-recorder/" title="VideoWhisper Video Recorder">VideoWhisper Video Recorder</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 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>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>September 11, 2009 -- <a href="http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/" title="Live Streaming v2 by VideoWhisper">Live Streaming v2 by VideoWhisper</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 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 4, 2010 -- <a href="http://www.videochat-scripts.com/chatroulette-clone-alternative-script/" title="Chatroulette Clone Alternative Script">Chatroulette Clone Alternative Script</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Streaming on WordPress by VideoWhisper</title>
		<link>http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/</link>
		<comments>http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 03:38:09 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[live broadcasting]]></category>
		<category><![CDATA[live video]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=57</guid>
		<description><![CDATA[The VideoWhisper Live Streaming software can now be easily used to add video broadcasting to WordPress sites and live video streams on blog pages. To test a live demo of software on WordPress, just register a free account on this site and use the widget link from the right menu to start broadcasting. If the]]></description>
			<content:encoded><![CDATA[<p>The VideoWhisper Live Streaming software can now be easily used to add video broadcasting to WordPress sites and live video streams on blog pages.</p>
<p>To test a live demo of software on WordPress, just register a free account on this site and use the widget link from the right menu to start broadcasting.</p>
<p>If the user is not logged into WordPress a warning message is shown and the visitor can click that to get back to the main WordPress website for registration/login. We also included a plugin that provides a linking widget. You can use that or directly add a link to &#8220;http://www.your-site.com/videowhisper_streaming/&#8221; .</p>
<p>The widget also displays online broadcasters and their show names.</p>
<p><img src="http://www.videowhisper.com/snaps/ls_371x275.jpg" alt="Live Broadcast" width="371" height="275" /></p>
<p>The watch screen logs in wordpress logged in users by adding a @ at end of username (so broadcaster can see &amp; test his own video as a different user). Blog visitors will be able to participate in chat by providing a temporary username right in the chat application.</p>
<p><img src="http://www.videowhisper.com/snaps/ls_watch.jpg" alt="Live Watch and Discuss Online" width="300" height="165" /></p>
<p>A free version of this component can be downloaded for free from the <a href="http://www.videowhisper.com/?p=WordPress+Live+Streaming">WordPress Live Streaming Software</a> page.</p>
<ul class="related_post"><li>September 11, 2009 -- <a href="http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/" title="Live Streaming v2 by VideoWhisper">Live Streaming v2 by VideoWhisper</a></li><li>August 28, 2009 -- <a href="http://www.videochat-scripts.com/use-jw-player-to-play-videowhisper-application-streams/" title="Use JW Player to play VideoWhisper application streams">Use JW Player to play VideoWhisper application streams</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 25, 2010 -- <a href="http://www.videochat-scripts.com/loadembed-powerpoint-ppt-pdf-pps-doc-in-flash/" title="Load/Embed PowerPoint PPT, PDF, PPS, DOC in Flash">Load/Embed PowerPoint PPT, PDF, PPS, DOC in Flash</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/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 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>October 31, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-recorder/" title="VideoWhisper Video Recorder">VideoWhisper Video Recorder</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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pay Per View Video Chat Software Update for VideoGirls.BiZ</title>
		<link>http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/</link>
		<comments>http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 06:36:37 +0000</pubDate>
		<dc:creator>VideoChat Scripts</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[adult]]></category>
		<category><![CDATA[discounts]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[pay per minute]]></category>
		<category><![CDATA[pay per view]]></category>
		<category><![CDATA[ppm]]></category>
		<category><![CDATA[ppv]]></category>
		<category><![CDATA[promotions]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[webcam chat]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=34</guid>
		<description><![CDATA[January 2009 Updates: + New dark themed template added: VideoGirls Dark; + Performer ID verification including photos; + Video recordings on profile page; + Updated live video streaming on profile page and live preview on chat page; + Targetted registration links for each user category (member, performer, operator, affiliate); + More demo videos showing the]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.videogirls.biz/view.php?p=Demo"><img class="alignright" style="border: 0pt none;" src="http://www.videogirls.biz/images/snap_darkred.jpg" border="0" alt="PPV Video Chat Software" width="371" height="275" align="absmiddle" /></a>January 2009 Updates</strong>:<br />
<strong></strong><em>+ New dark themed template added: VideoGirls Dark;<br />
+              Performer ID verification including photos;<br />
+ Video recordings on profile page;<br />
+ Updated live video streaming on profile page and live preview on chat page;<br />
+ Targetted registration links for each user category (member, performer, operator, affiliate);<br />
+ More demo videos showing the features.<br />
</em><a href="http://www.videogirls.biz/view.php?p=Demo"><strong><em>See video and live demos&#8230;</em></strong></a></p>
<p><strong>Promotions</strong><strong><br />
</strong>+<a href="http://www.videogirls.biz/view.php?p=Invest"> Hosted Yearly License</a> for <span style="color: #009933;"><strong>just $499</strong></span><em><span style="color: #ff3366; font-size: xx-small;"> <strong>NEW</strong></span></em> (web &amp; streaming hosting)<br />
+ <a href="http://www.videogirls.biz/view.php?p=Invest"> 1 Year license</a> for <span style="color: #009933;"><strong>just $299</strong></span><strong><br />
</strong>+ <a href="http://www.videogirls.biz/view.php?p=Invest"> Purchase License</a> and get 4 months free startup hosting (web &amp; streaming hosting).<strong> </strong></p>
<ul class="related_post"><li>September 11, 2009 -- <a href="http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/" title="Live Streaming v2 by VideoWhisper">Live Streaming v2 by VideoWhisper</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>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>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>January 6, 2009 -- <a href="http://www.videochat-scripts.com/videowhisper-video-conference/" title="VideoWhisper Video Conference">VideoWhisper Video Conference</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>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 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 17, 2009 -- <a href="http://www.videochat-scripts.com/cost-cutting-offers-for-video-streaming-software-from-videowhisper/" title="Cost Cutting Offers for Video Streaming Software from VideoWhisper">Cost Cutting Offers for Video Streaming Software from VideoWhisper</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
