<?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>Wed, 25 Jan 2012 15:44:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Playback RTMP with JW Player</title>
		<link>http://www.videochat-scripts.com/playback-rtmp-with-jw-player/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/playback-rtmp-with-jw-player/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:46:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[encoder]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[jw player]]></category>
		<category><![CDATA[jwPlayer]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[publish]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[wirecast]]></category>
		<category><![CDATA[wowza]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=497</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/playback-rtmp-with-jw-player/' addthis:title='Playback RTMP with JW Player '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>You can publish a rtmp stream to a rtmp address and then playback with an external player like JWPlayer. If you publish StreamName to rtmp address rtmp://your-rtmp-address-here then you will need to configure JW Player: var flashvars = { file: StreamName.flv, streamer: rtmp://your-rtmp-address-here, autostart:&#8221;true&#8221;, type:&#8221;rtmp&#8221;} &#160; Webcam video streams can be published from web with [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/playback-rtmp-with-jw-player/' addthis:title='Playback RTMP with JW Player' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/playback-rtmp-with-jw-player/' addthis:title='Playback RTMP with JW Player '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>You can publish a rtmp stream to a rtmp address and then playback with an external player like JWPlayer.<br />
If you publish <em>StreamName</em> to rtmp address <em>rtmp://your-rtmp-address-here</em> then you will need to configure JW Player:<br />
var flashvars = { file: <em>StreamName</em>.flv, streamer: <em>rtmp://your-rtmp-address-here</em>, autostart:&#8221;true&#8221;, type:&#8221;rtmp&#8221;}</p>
<p>&nbsp;</p>
<p>Webcam video streams can be published from web with a <a href="http://www.videowhisper.com/?p=Live+Streaming">video Live Streaming broadcasting script</a>. With the VideoWhisper Live Streaming soulution, StreamName is channel name (in example Studio586). Important: As latest VideoWhisper solutions also support P2P streaming, these need to be configured with alwaysRTMP=1 parameter in their _login.php or equivalent script so streams are always published to RTMP server.</p>
<p>&nbsp;</p>
<p>If you want to publish for other devices special encoders and codecs would be required. Using an external encoder you can encode with codecs and settings not available in browser flash player (due to flash limitations). Not all encoders and versions are compatible with all rtmp servers and versions. Some require special configuration and usage instructions.</p>
<p><a href="http://www.adobe.com/products/flashmediaserver/flashmediaencoder/">Adobe Flash Media Live Encoder</a> can be used for Adobe Media Interactive server and is also reported to work with Wowza.</p>
<p><a href="http://www.wowza.com/forums/content.php?104">Wowza &amp; Wirecast documentation and support</a> is available for <a href="http://www.videowhisper.com/?p=Wowza+Media+Server+Hosting">Wowza Media Server hosting</a>.</p>
<p>&nbsp;</p>
<p>Note that when publishing H.264, video player should be configured to play StreamName.mp4 instead of StreamName.flv .</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/playback-rtmp-with-jw-player/' addthis:title='Playback RTMP with JW Player' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/playback-rtmp-with-jw-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Flash Live Video Streaming Applications</title>
		<link>http://www.videochat-scripts.com/configuring-flash-live-video-streaming-applications/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/configuring-flash-live-video-streaming-applications/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 12:31:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[bandwith]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[latency]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=464</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/configuring-flash-live-video-streaming-applications/' addthis:title='Configuring Flash Live Video Streaming Applications '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Measure connection capabilities To configure flash applications streaming you will first need to determine the connections that most users will have. So test first with your connection and also request other users to test. So let&#8217;s consider this situation determined by http://www.speedtest.net (measure speed to a server close to the location of your streaming server): [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/configuring-flash-live-video-streaming-applications/' addthis:title='Configuring Flash Live Video Streaming Applications' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/configuring-flash-live-video-streaming-applications/' addthis:title='Configuring Flash Live Video Streaming Applications '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h3><strong>Measure connection capabilities</strong></h3>
<p>To configure flash applications streaming you will first need to determine the connections that most users will have. So test first with your connection and also request other users to test.</p>
<p>So let&#8217;s consider this situation determined by <a href="http://www.speedtest.net">http://www.speedtest.net</a> (measure speed to a server close to the location of your streaming server):<br />
Download: 9.43Mbp/s<br />
Upload: 0.49Mbps</p>
<p>This looks like ADSL (in this situation upload bandwidth is 20 times lower than total connection bandwidth).</p>
<p>0.49 Mbps = 502 Kbps (kilobits per second)<br />
8 bits = 1 byte,  so that means you can upload with 62 kb/s  (kilobytes per second)</p>
<p>As you can see, usually, connection is the cause of quality and latency limitations. A server with 1000Mbps connection will theoretically be able to handle  up to 2000 x 0.49Mbps streams, so the server is not the problem with  your tests, unless you&#8217;re on a shared plan and other clients are maxing  out the resources.</p>
<h3><strong>How to configure <a href="http://www.videowhisper.com/">flash videochat applications</a>?</strong></h3>
<p>Considering you also have to upload audio and other data on that connection, you could setup camBandwidth to 49152 bytes/s (allocate for the compressed video stream).<br />
On chat systems buffering should be reduced to 0.1 so delays are minimized. On 1 way streaming systems, you can use higher buffering to increase fluency in case of connection turbulence.</p>
<h3><strong>Flash streaming applications vs Skype</strong></h3>
<p>Skype desktop application uses different technology than these web based applications limited by browser based flash technology limitations . Skype uses:<br />
-  p2p connections between all users and also uses fast 3rd users as proxies (not using server &#8211; so if you are in the same local network with the other tester or with a 3rd skype client with better connection, it uses the local bandwidth)<br />
-  better codecs to get better quality for same bandwidth (flash player currently encodes only h263 and external encoders must be used to encode h264)</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/configuring-flash-live-video-streaming-applications/' addthis:title='Configuring Flash Live Video Streaming Applications' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/configuring-flash-live-video-streaming-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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/?&#038;owa_medium=feed&#038;owa_sid=</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>admin</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[clip-share]]></category>
		<category><![CDATA[clipshare]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[cpffmpeg]]></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[lib]]></category>
		<category><![CDATA[libgpac]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[mediainfo]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3lame]]></category>
		<category><![CDATA[MP4Box]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[neroAacEnc]]></category>
		<category><![CDATA[nerodigitalaudio]]></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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/' addthis:title='Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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, mediainfo, mp4box, neroaacenc . These tools will enable on your server: video and audio conversion thumbnail generation FLV meta injection (flvtool2, yamdi) extra codecs (x264, theora, mp3lame, [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/' addthis:title='Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/' addthis:title='Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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, mediainfo, mp4box, neroaacenc . These tools will enable on your server:</p>
<ul>
<li>video and audio 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>&nbsp;</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>Some prerequisites:</p>
<blockquote><p><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">yum install gcc gcc-c++ automake autoconf libtool yasm git subversion</code></span></span><br />
yum install zlib-devel libmad-devel libvorbis-devel libtheora-devel lame-devel faac-devel a52dec-devel xvidcore-devel freetype-devel<br />
<span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">yum </code><code class="functions">install</code> <code class="plain">libogg zlib-devel libtool</code></span></span></p>
<div class="line alt2"><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">rpm -ivh  http://rpm.livna.org/livna-release.rpm</code></span></span></div>
<p><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">yum </code><code class="functions">install</code> <code class="plain">yasm<br />
</code></span></span><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">yum </code><code class="functions">install</code> <code class="plain">libogg libogg-devel libvorbis libvorbis-devel<br />
</code></span></span></p></blockquote>
<p>The quick way to setup ffmpeg, mplayer, mencoder:</p>
<blockquote><p>rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.5.1-1.el5.rf.i386.rpm</p></blockquote>
<p><em>or</em> if you have 64bit server</p>
<blockquote><p>rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm</p></blockquote>
<blockquote><p>yum -y install ffmpeg ffmpeg-devel mplayer mencoder <code>ffmpeg-libpostproc</code></p></blockquote>
<p>Edit the <strong>/etc/ld.so.conf</strong> file and add the following lines:</p>
<blockquote><p><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">/usr/</code><code class="functions">local</code><code class="plain">/lib<br />
</code></span></span><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">/usr/lib</code></span></span></p></blockquote>
<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<br />
ls -s /usr/local/lib/libx264.so /usr/lib/libx264.so</div>
</blockquote>
<div>
<div><span style="text-decoration: underline;"><strong>Essential Codecs</strong></span></div>
<blockquote>
<div>cd /usr/local/src/</div>
<div>
<div class="lines">
<div class="line alt1"><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">wget http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.</code><code class="functions">tar</code><code class="plain">.bz2</code></span></span></div>
<div class="line alt2"><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">tar</code> <code class="plain">xjvf essential-20071007.</code><code class="functions">tar</code><code class="plain">.bz2</code></span></span></div>
<div class="line alt1"><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">mkdir</code> <code class="plain">/usr/</code><code class="functions">local</code><code class="plain">/lib/codecs/</code></span></span></div>
<div class="line alt2"><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">mv</code> <code class="plain">essential-20071007/ /usr/</code><code class="functions">local</code><code class="plain">/lib/codecs/</code></span></span></div>
<div class="line alt1"><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">chmod</code> <code class="plain">-R 755 /usr/</code><code class="functions">local</code><code class="plain">/lib/codecs/</code></span></span></div>
</div>
</div>
</blockquote>
</div>
<div>
<p>Or all codecs:</p>
<blockquote>
<div>cd /usr/local/src/</div>
<p>wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20100303.tar.bz2<br />
tar xjvf all-20100303.tar.bz2</p>
<div class="line alt1"><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">mkdir</code> <code class="plain">/usr/</code><code class="functions">local</code><code class="plain">/lib/codecs/</code></span></span></div>
<p>mv  all-20100303 <span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">/usr/</code><code class="functions">local</code><code class="plain">/lib/codecs/</code></span></span></p></blockquote>
<p><strong><span style="text-decoration: underline;">LAME</span></strong></p>
<blockquote><p>cd /usr/local/src/</p>
<p>wget http://downloads.sourceforge.net/project/lame/lame/3.98.4/lame-3.98.4.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Flame%2Ffiles%2F&amp;ts=1285175656&amp;use_mirror=switch<br />
tar zxvf lame-3.98.4.tar.gz<br />
cd /usr/local/src/lame-3.98.4<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>
<div>cd /usr/local/src/</div>
</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 <span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">--</code><code class="functions">enable</code><code class="plain">-shared</code></span></span></div>
<div>make &amp;&amp; make installls -s /usr/local/lib/libtheora.so /usr/lib/libtheora.so</p>
</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>
<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>OpenJPEG</strong></span></div>
<blockquote>
<div>cd /usr/local/src/<br />
<span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">wget http://openjpeg.googlecode.com/files/openjpeg_v1_3.</code><code class="functions">tar</code><code class="plain">.gz<br />
</code></span></span><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">tar</code> <code class="plain">zxvf openjpeg_v1_3.</code><code class="functions">tar</code><code class="plain">.gz</code></span></span><br />
<span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">cd</code> <code class="plain">OpenJPEG_v1_3</code></span></span></p>
<div class="line alt1"><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">make &amp;&amp;</code></span></span><code class="number"> </code><span class="content"><span class="block" style="margin-left: 0px;"><code class="functions">make</code> <code class="functions">install</code></span></span></div>
<div class="line alt2"><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">ldconfig</code></span></span></div>
</div>
</blockquote>
<div><span class="content"><span class="block" style="margin-left: 0px;"><br />
</span></span></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 /usr/local/src/xvidcore/build/<span class="code-keyword">generic</span><br />
./configure <span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">--</code><code class="functions">enable</code><code class="plain">-shared</code></span></span><br />
make &amp;&amp; make install</div>
<div>ls -s /usr/local/lib/libxvidcore.so.4.2 /usr/lib/libxvidcore.so.4.2</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/local/lib/libavdevice.so.52 /usr/lib/libavdevice.so.52</p>
<p>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>export TMPDIR=$HOME/tmp<br />
export LD_LIBRARY_PATH=/usr/local/lib/</p>
<p>cd /usr/local/src/<br />
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg<br />
cd /usr/local/src/ffmpeg/</p>
<p><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">./configure --</code><code class="functions">enable</code><code class="plain">-libfaac </code></span></span><span class="content"><span class="block" style="margin-left: 0px;"><code class="plain">--</code><code class="functions">enable</code><code class="plain">-shared --</code><code class="functions">enable</code><code class="plain">-memalign-hack --</code><code class="functions">enable</code><code class="plain">-gpl  --</code><code class="functions">enable</code><code class="plain">-libtheora --</code><code class="functions">enable</code><code class="plain">-libmp3lame --</code><code class="functions">enable</code><code class="plain">-libopenjpeg  --</code><code class="functions">enable</code><code class="plain">-libvorbis --</code><code class="functions">enable</code><code class="plain">-libx264 --</code><code class="functions">enable</code><code class="plain">-libxvid --</code><code class="functions">enable</code><code class="plain">-nonfree --</code><code class="functions">enable</code><code class="plain">-postproc --</code><code class="functions">enable</code><code class="plain">-avfilter </code><code class="plain">--</code><code class="functions">enable</code><code class="plain">-swscale</code></span></span><br />
make &amp;&amp; make install</p>
<p>ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg</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</p>
<p>ln -s /usr/local/bin/mencoder /usr/bin/mencoder<br />
ln -s /usr/local/bin/mplayer /usr/bin/mplayer</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>
<p>ln -s /usr/bin/mediainfo /usr/local/bin/mediainfo</p></blockquote>
<p><span style="text-decoration: underline;"><strong>MP4Box<br />
</strong></span></p>
<blockquote><p>yum -y install freetype-devel SDL-devel freeglut-devel</p>
<p>wget -c http://mirror.ffmpeginstaller.com/source/gpac/gpac-full-0.4.5.tar.gz</p>
<p>tar -xzf gpac-full-0.4.5.tar.gz<br />
cd gpac</p>
<p>./configure &#8211;prefix=/usr/local/cpffmpeg/ &#8211;extra-cflags=-I/usr/local/cpffmpeg/include/ &#8211;extra-ldflags=-L/usr/local/cpffmpeg/lib &#8211;disable-wx &#8211;strip</p>
<p>make &amp;&amp; make lib &amp;&amp;  make apps &amp;&amp; make install lib &amp;&amp; make install</p>
<p>cp bin/gcc/libgpac.so /usr/lib</p>
<p>ln -s /usr/local/cpffmpeg/bin/MP4Box /usr/local/bin/MP4Box<br />
ln -s /usr/local/cpffmpeg/bin/MP4Box /usr/bin/MP4Box</p>
<p>install -m644 bin/gcc/libgpac.so /usr/local/lib/libgpac.so<br />
chmod +x /usr/local/lib/libgpac.so<br />
ldconfig</p></blockquote>
<p><span style="text-decoration: underline;"><strong>neroAacEnc</strong></span></p>
<blockquote><p>wget ftp://ftp6.nero.com/tools/NeroDigitalAudio.zip<br />
unzip NeroDigitalAudio.zip -d nero<br />
cd nero/linux<br />
sudo install -D -m755 neroAacEnc /usr/local/bin</p>
<p>ln -s /usr/local/bin/neroAacEnc /usr/bin/neroAacEnc</p></blockquote>
<p><strong><span style="text-decoration: underline;">uploadprogress</span></strong></p>
<blockquote><p>cd /usr/local/src<br />
wget http://pecl.php.net/get/uploadprogress-1.0.0.tgz<br />
tar -zxvf uploadprogress-1.0.0.tgz<br />
cd uploadprogress-1.0.0<br />
phpize<br />
./configure &amp;&amp; make &amp;&amp; make install</p></blockquote>
<p>Edit /usr/lib/php.ini and add:</p>
<blockquote><p>extension = &#8220;uploadprogress.so&#8221;</p></blockquote>
<blockquote>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 343px; width: 1px; height: 1px;">
<p>ASM 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>
</blockquote>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/' addthis:title='Install ffmpeg mplayer flvtool2 yamdi x264 theora mp3lame vorbis ogg faac' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></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/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/videowhisper-video-recorder/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:24:44 +0000</pubDate>
		<dc:creator>admin</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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-video-recorder/' addthis:title='VideoWhisper Video Recorder '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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 [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-video-recorder/' addthis:title='VideoWhisper Video Recorder' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-video-recorder/' addthis:title='VideoWhisper Video Recorder '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-video-recorder/' addthis:title='VideoWhisper Video Recorder' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></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/?&#038;owa_medium=feed&#038;owa_sid=</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>admin</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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/' addthis:title='Live Streaming v2 by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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 [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/' addthis:title='Live Streaming v2 by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/' addthis:title='Live Streaming v2 by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/live-streaming-v2-by-videowhisper/' addthis:title='Live Streaming v2 by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></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/?&#038;owa_medium=feed&#038;owa_sid=</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>admin</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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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. [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></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/?&#038;owa_medium=feed&#038;owa_sid=</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>admin</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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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 [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></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/?&#038;owa_medium=feed&#038;owa_sid=</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>admin</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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/' addthis:title='Live Streaming on WordPress by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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 [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/' addthis:title='Live Streaming on WordPress by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/' addthis:title='Live Streaming on WordPress by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/live-streaming-on-wordpress-by-videowhisper/' addthis:title='Live Streaming on WordPress by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></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/?&#038;owa_medium=feed&#038;owa_sid=</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>admin</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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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 [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><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>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></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>

