<?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</title>
	<atom:link href="http://www.videochat-scripts.com/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>VideoWhisper RTMP Web Session Check</title>
		<link>http://www.videochat-scripts.com/videowhisper-rtmp-web-authetication-check/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/videowhisper-rtmp-web-authetication-check/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:55:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[authorize]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[videowhisper]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=541</guid>
		<description><![CDATA[For sites and integrations where additional security measures are required, VideoWhisper applications support login session check on RTMP side. This is used to make sure no clients will be able to connect to rtmp server without having previously logged in with the _login.php scripts. When a new client tries to connect to RTMP server with [...]]]></description>
			<content:encoded><![CDATA[<p>For sites and integrations where additional security measures are required, VideoWhisper applications support login session check on RTMP side.</p>
<p>This is used to make sure no clients will be able to connect to rtmp server without having previously logged in with the _login.php scripts.<br />
When a new client tries to connect to RTMP server with a session name, rtmp application will check on the web server if that client session exists. If web server does not confirm that client logged in, rtmp server will reject the connection. RTMP server will also check for a webKey that needs to be configured same way on rtmp and web server: this will prevent connections in case of web domain hijacking.<br />
Notes<br />
- This will disable connections from external encoders (ie. FMLE) and players (ie. JwPlayer) to that rtmp address, as these will not provide a session name to check for validity.<br />
- Usually, each installation will require its own rtmp side that checks session info with that installation. Otherwise you will have to tweak scripts to check on all installations.</p>
<p>&nbsp;</p>
<h3>RTMP Configuration</h3>
<p>RTMP side web session check is currently supported for Wowza rtmp side. <a href="http://www.videowhisper.com/download.php">Download latest </a>version of Wowza rtmp side, deploy to your server and update these settings in <em>conf/videowhisper-web/Application.xml</em> :</p>
<blockquote><p>&#8230;<br />
&lt;Properties&gt;<br />
&lt;Property&gt;<br />
&lt;Name&gt;acceptPlayers&lt;/Name&gt;<br />
&lt;Value&gt;true&lt;/Value&gt;<br />
&lt;/Property&gt;<br />
&lt;Property&gt;<br />
&lt;Name&gt;webLogin&lt;/Name&gt;<br />
&lt;Value&gt;http://<strong>installation_url/</strong>rtmp_login.php?s=&lt;/Value&gt;<br />
&lt;/Property&gt;<br />
&lt;Property&gt;<br />
&lt;Name&gt;webKey&lt;/Name&gt;<br />
&lt;Value&gt;VideoWhisper&lt;/Value&gt;<br />
&lt;/Property&gt;<br />
&lt;Property&gt;<br />
&lt;Name&gt;webLogout&lt;/Name&gt;<br />
&lt;Value&gt;http://<strong>installation_url</strong>/rtmp_logout.php?s=&lt;/Value&gt;<br />
&lt;/Property&gt;<br />
&lt;/Properties&gt;<br />
&lt;/Application&gt;</p>
<p>&nbsp;</p>
<p>&nbsp;</p></blockquote>
<p>Then restart WowzaMediaServer service. For troubleshooting check Wowza access logs. If errors occur in the error logs <a href="http://www.videowhisper.com/tickets_submit.php">submit a ticket to VideoWhisper</a> about this.</p>
<h3>Web Configuration</h3>
<p>Download latest Video Conference php edition and check these integration files:<br />
<em>rtmp.inc.php</em> &#8211; stores session info when user authenticates from vc_login.php ; contains $webKey if you want to change it<br />
<em>rtmp_login.php</em> &#8211; called by rtmp server to see if a session name is valid (authenticated); also gets canKick permission to allow user to kick clients<br />
<em>rtmp_logout.php</em> &#8211; called by rtmp server when client with a session name disconnected (to cleanup session)</p>
<p>Configure settings.php to use the videowhisper-web rtmp address.</p>
<p>To integrate this on other editions or installations you will need to copy the 3 files mentioned above to installation folder and include rtmp.inc.php in the _login.php scripts that authorize the user.<br />
Other changes could be required depending on particularities of each integration.</p>
<h3>Sample Demo Configuration</h3>
<p>Installation url: <a href="http://www.videowhisper.com/demos/vc_web">http://www.videowhisper.com/demos/vc_web</a><br />
Using rtmp address: <em>rtmp://videowhisper.com/videowhisper-web</em></p>
<blockquote><p>         &lt;Property&gt;<br />
&lt;Name&gt;webLogin&lt;/Name&gt;<br />
&lt;Value&gt;http://www.videowhisper.com/demos/vc_web/rtmp_login.php?s=&lt;/Value&gt;<br />
&lt;/Property&gt;<br />
&lt;Property&gt;<br />
&lt;Name&gt;webKey&lt;/Name&gt;<br />
&lt;Value&gt;VideoWhisper&lt;/Value&gt;<br />
&lt;/Property&gt;<br />
&lt;Property&gt;<br />
&lt;Name&gt;webLogout&lt;/Name&gt;<br />
&lt;Value&gt;http://www.videowhisper.com/demos/vc_web/rtmp_logout.php?s=&lt;/Value&gt;<br />
&lt;/Property&gt;</p>
<p>&nbsp;</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/videowhisper-rtmp-web-authetication-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install CSF ConfigServer Security &amp; Firewall</title>
		<link>http://www.videochat-scripts.com/install-csf-security-firewall/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/install-csf-security-firewall/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:50:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[csf]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lfd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=534</guid>
		<description><![CDATA[Install wget http://www.configserver.com/free/csf.tgz tar -xzf csf.tgz cd csf ./install.sh Edit configuration from WHM&#62; ConfigServer Security &#38; Firewall &#62; Plugins or manually from /etc/csf/csf.conf . Enable incoming connections on ports 1935 and 5080 for Red5 support.]]></description>
			<content:encoded><![CDATA[<p>Install<br />
<em><strong>wget http://www.configserver.com/free/csf.tgz</strong></em><br />
<em><strong>tar -xzf csf.tgz </strong></em><br />
<em><strong>cd csf</strong></em><br />
<em><strong>./install.sh</strong></em></p>
<p>Edit configuration from <strong>WHM&gt; ConfigServer Security &amp; Firewall &gt; Plugins </strong>or manually from <em>/etc/csf/csf.conf</em> .</p>
<p>Enable incoming connections on ports 1935 and 5080 for Red5 support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-csf-security-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Red5 on Debian</title>
		<link>http://www.videochat-scripts.com/install-red5-on-debian/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/install-red5-on-debian/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 18:48:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wheezy]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=523</guid>
		<description><![CDATA[At least Debian 5 (Lenny) required. Checkout release: cat /proc/version uname -a cat /etc/issue cat /etc/debian_version &#160; If system is not in English, enable that: dpkg-reconfigure locales export LANG=en_US.UTF-8 Update /etc/enviroment You may need to reboot. &#160; Update: apt-get update Install Subversion: apt-get -y install subversion Install tools to build your own Debian packages: apt-get -y [...]]]></description>
			<content:encoded><![CDATA[<p>At least Debian 5 (Lenny) required.</p>
<p>Checkout release:<br />
<em><strong>cat /proc/version</strong></em><br />
<em><strong> uname -a</strong></em><br />
<em><strong> cat /etc/issue</strong></em><br />
<em><strong>cat /etc/debian_version</strong></em></p>
<p>&nbsp;</p>
<p>If system is not in English, enable that:<br />
<em><strong>dpkg-reconfigure locales</strong></em><br />
<em><strong> export LANG=en_US.UTF-8</strong></em></p>
<p>Update /etc/enviroment</p>
<p>You may need to reboot.</p>
<p>&nbsp;</p>
<p>Update:<br />
<em><strong>apt-get update</strong></em></p>
<p><span class="search_hit">Install</span> <a class="urlextern" title="http://subversion.tigris.org" href="http://subversion.tigris.org/" rel="nofollow">Subversion</a>:<br />
<em><strong>apt-get -y install subversion</strong></em></p>
<p>Install tools to build your own Debian packages:<br />
<em><strong>apt-get -y install dpkg-dev debhelper dh-make devscripts fakeroot</strong></em></p>
<p><span class="search_hit">Install</span> Java (accept sun license if applies):<br />
<strong><em>apt-get -y install java-package</em></strong><br />
<strong><em>apt-get -y install sun-java6-jre</em></strong><br />
<strong><em>apt-get -y install sun-java6-jdk</em></strong><br />
<strong><em>java -version</em></strong></p>
<p><span class="search_hit">Install</span> Apache <a class="urlextern" title="http://ant.apache.org" href="http://ant.apache.org/" rel="nofollow">Ant</a>:<br />
<em><strong>wget http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz</strong></em><br />
<em><strong>tar zxvf apache-ant-1.8.2-bin.tar.gz</strong></em><br />
<em><strong>mv apache-ant-1.8.2 /usr/local/ant </strong></em><br />
<em><strong>export ANT_HOME=/usr/local/ant</strong></em><br />
<em><strong>/usr/local/ant/bin/ant -version</strong></em></p>
<p>Download the latest development version of Red5:<br />
<em><strong>svn co http://red5.googlecode.com/svn/java/server/trunk red5-trunk</strong></em></p>
<p>Run ant to build red5:<br />
<em><strong>cd red5-trunk</strong></em><br />
<em><strong>/usr/local/ant/bin/ant</strong></em></p>
<p>Deploy red5:<br />
<em><strong>mkdir /usr/local/red5</strong></em><br />
<em><strong>cp -R dist/* /usr/local/red5/</strong></em><br />
<em><strong>cd /usr/local/red5 </strong></em><br />
<em><strong>chmod 755 red5.sh</strong></em></p>
<p>Deploy your custom apps in/usr/local/red5/webapps .<br />
In example <a href="http://www.videowhisper.com/?p=RTMP+Applications">VideoWhisper Red5 RTMP application</a> needed to run <a href="http://www.videowhisper.com/">VideoWhisper</a> solutions.</p>
<p>Start Red5 in background:<br />
<em><strong>cd /usr/local/red5<br />
./red5.sh &gt;&gt; red5.log &amp;</strong></em></p>
<p>Verify the correct ports are being bound to:<br />
<em><strong>netstat -ant</strong></em></p>
<p>&nbsp;</p>
<p>You need to restart red5 each time you add webapps to /usr/local/red5/webapps or change configuration.</p>
<p>Close Red5:<br />
<em><strong>cd /usr/local/red5<br />
./red5-shutdown.sh<br />
</strong></em></p>
<p>Or kill Red5 processes:<br />
<em><strong>ps aux | grep red5</strong></em><br />
<em><strong>kill</strong></em> $process_id</p>
<p>Then start it again:<br />
<em><strong>cd /usr/local/red5<br />
./red5.sh &gt;&gt; red5.log &amp;</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-red5-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up VideoWhisper RTMP on Influxis</title>
		<link>http://www.videochat-scripts.com/setting-up-videowhisper-rtmp-on-influxis/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/setting-up-videowhisper-rtmp-on-influxis/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 13:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[flash media server]]></category>
		<category><![CDATA[fmis]]></category>
		<category><![CDATA[Influxis]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Vhost]]></category>
		<category><![CDATA[videowhisper]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=515</guid>
		<description><![CDATA[If you have a FMS account with Influxis, use these instructions for setting up a new application: 1. Create application from Tools &#62; New App Builder or My Applications &#62; Add New Application. Use any name i.e. &#8220;videowhisper&#8221; and save generated rtmp path. 2. From Tools &#62; File Manager / File Admin edit videowhisper/main.asc file [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a FMS account with Influxis, use these instructions for setting up a new application:</p>
<p>1. Create application from Tools &gt; New App Builder or My Applications &gt; Add New Application. Use any name i.e. &#8220;videowhisper&#8221; and save generated rtmp path.</p>
<p>2. From Tools &gt; File Manager / File Admin edit videowhisper/main.asc file and make sure it has the contents of videowhisper/main.asc (open it with notepad or other text editor). If needed select all from text editor (CTRL+A), copy (CTRL+C), move to form, select all from there (CTRL+A), paste from clipboard (CTRL+V).<br />
Get VideoWhisper FMIS rtmp side from <a href="http://www.videowhisper.com/download.php">Downloads</a> : RTMP VideoWhisper Applications &gt; FMIS .</p>
<p>3. From Account Settings &gt; Domain Permissions, Set Referring Domain(s), Add New Domain &#8211; add your domain that hosts the flash (i.e. your-domain.com)</p>
<p>4. Reset the VHost for your Influxis account so it loads new applications or updates.<br />
In your Influxis account go to My Applications &gt; FCS Administration Console: Connect then go to Maintenance : Adaptor / VHost: Restart .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/setting-up-videowhisper-rtmp-on-influxis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Joomla</title>
		<link>http://www.videochat-scripts.com/install-joomla/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/install-joomla/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 23:53:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=509</guid>
		<description><![CDATA[Downloading to computer and then uploading unzipped files by ftp is time consuming on ADSL internet. Get download link from http://www.joomla.org/download.html . Assuming installing for an account camcomm: cd /home/camcomm wget http://joomlacode.org/gf/download/frsrelease/16024/69674/Joomla_1.7.3-Stable-Full_Package.zip unzip Joomla_1.7* -d public_html chown -R camcomm:camcomm public_html/* &#160; Then open website and follow installation procedure.]]></description>
			<content:encoded><![CDATA[<p>Downloading to computer and then uploading unzipped files by ftp is time consuming on ADSL internet.</p>
<p>Get download link from <a href="http://www.joomla.org/download.html">http://www.joomla.org/download.html</a> .</p>
<p>Assuming installing for an account camcomm:</p>
<blockquote><p>cd /home/camcomm<br />
wget http://joomlacode.org/gf/download/frsrelease/16024/69674/Joomla_1.7.3-Stable-Full_Package.zip<br />
unzip Joomla_1.7* -d public_html<br />
chown -R camcomm:camcomm public_html/*</p>
<p>&nbsp;</p></blockquote>
<p>Then open website and follow installation procedure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install latest wget</title>
		<link>http://www.videochat-scripts.com/install-latest-wget/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/install-latest-wget/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 23:03:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=506</guid>
		<description><![CDATA[Find latest wget version on http://ftp.gnu.org/gnu/wget/wget/ and install it as /usr/local/bin/wget . wget ftp://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz yum remove wget tar xfz wget-* cd wget-* ./configure make make test make install cd ../]]></description>
			<content:encoded><![CDATA[<p>Find latest wget version on http://ftp.gnu.org/gnu/wget/wget/ and install it as /usr/local/bin/wget .</p>
<blockquote><p>
wget ftp://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz<br />
yum remove wget<br />
tar xfz wget-*<br />
cd wget-*<br />
./configure<br />
make<br />
make test<br />
make install<br />
cd ../</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-latest-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[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 [...]]]></description>
			<content:encoded><![CDATA[<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>
]]></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>Security Scans for Server and VPS</title>
		<link>http://www.videochat-scripts.com/security-scans-for-server-and-vps/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/security-scans-for-server-and-vps/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 01:20:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[ChkRootkit]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[RKHunter]]></category>
		<category><![CDATA[root kit]]></category>
		<category><![CDATA[Rootkit]]></category>
		<category><![CDATA[scan]]></category>
		<category><![CDATA[Scanner]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[trojans]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=489</guid>
		<description><![CDATA[Here is how to install 2 popular tools for scanning your servers for rootkits, trojans: &#160; RKHunter http://rkhunter.sourceforge.net/ Install wget http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.3.8/rkhunter-1.3.8.tar.gz tar -xvzf rkhunter-1.3.8.tar.gz cd rkhunter-1.3.8 ./installer.sh &#8211;install rkhunter &#8211;propupd Scan rkhunter &#8211;check Also check resulting log in /var/log/rkhunter.log . &#160; &#160; ChkRootkit http://www.chkrootkit.org/ Install wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz tar xvzf chkrootkit.tar.gz cd chkrootkit* make sense Scan [...]]]></description>
			<content:encoded><![CDATA[<p>Here is how to install 2 popular tools for scanning your servers for rootkits, trojans:</p>
<p>&nbsp;</p>
<p><strong>RKHunter</strong><br />
<a href="http://rkhunter.sourceforge.net/">http://rkhunter.sourceforge.net/</a></p>
<p><span style="text-decoration: underline;">Install</span></p>
<blockquote><p>wget http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.3.8/rkhunter-1.3.8.tar.gz<br />
tar -xvzf rkhunter-1.3.8.tar.gz<br />
cd rkhunter-1.3.8<br />
./installer.sh &#8211;install<br />
rkhunter &#8211;propupd</p></blockquote>
<p><span style="text-decoration: underline;">Scan</span></p>
<blockquote><p>rkhunter &#8211;check</p></blockquote>
<p>Also check resulting log in /var/log/rkhunter.log .</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>ChkRootkit</strong><br />
<a href="http://www.chkrootkit.org/">http://www.chkrootkit.org/</a></p>
<p><span style="text-decoration: underline;">Install</span></p>
<blockquote><p>wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz<br />
tar xvzf chkrootkit.tar.gz<br />
cd chkrootkit*<br />
make sense</p></blockquote>
<p><span style="text-decoration: underline;">Scan</span></p>
<blockquote><p>./chkrootkit</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/security-scans-for-server-and-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benchmark your VPS or Dedicated Server</title>
		<link>http://www.videochat-scripts.com/benchmark-your-vps-or-dedicated-server/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/benchmark-your-vps-or-dedicated-server/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 15:06:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=484</guid>
		<description><![CDATA[Have multiple servers or VPS and want to compare performance by running a benchmark as root? This takes some time. wget http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz gunzip -dvc UnixBench5.1.3.tgz &#124; tar xvf - cd UnixBench make ./Run Also found an older version on Web Hosting Talk: wget http://members.dslextreme.com/users/andylee/unixbench-4.1.0-wht.tar.gz gunzip -dvc unixbench-4.1.0-wht.tar.gz &#124; tar xvf - cd unixbench-4.1.0-wht-2 make ./Run]]></description>
			<content:encoded><![CDATA[<p>Have multiple servers or VPS and want to compare performance by running a benchmark as root?</p>
<p>This takes some time.</p>
<blockquote><p>wget http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz<br />
gunzip -dvc UnixBench5.1.3.tgz | tar xvf -<br />
cd UnixBench<br />
make<br />
./Run</p></blockquote>
<p>Also found an older version on Web Hosting Talk:</p>
<blockquote><p>wget http://members.dslextreme.com/users/andylee/unixbench-4.1.0-wht.tar.gz<br />
gunzip -dvc unixbench-4.1.0-wht.tar.gz | tar xvf -<br />
cd unixbench-4.1.0-wht-2<br />
make<br />
./Run</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/benchmark-your-vps-or-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install YUM Centos 5.5 i386</title>
		<link>http://www.videochat-scripts.com/install-yum-centos-5-5-i386/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/install-yum-centos-5-5-i386/#comments</comments>
		<pubDate>Wed, 25 May 2011 21:58:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[i386]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[reinstall]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=479</guid>
		<description><![CDATA[In case yum is unavailable due to various reasons (broken, uninstalled) here is a shell script that can install it. Paste this in a yumi.sh file: for file in \ gmp-4.1.4-10.el5.i386.rpm \ readline-5.1-3.el5.i386.rpm \ python-libs-2.4.3-43.el5.i386.rpm \ python-2.4.3-43.el5.i386.rpm \ libxml2-2.6.26-2.1.2.8.el5_5.1.i386.rpm \ libxml2-python-2.6.26-2.1.2.8.el5_5.1.i386.rpm \ expat-1.95.8-8.3.el5_5.3.i386.rpm \ python-elementtree-1.2.6-5.i386.rpm \ sqlite-3.3.6-5.i386.rpm \ python-sqlite-1.1.7-1.2.1.i386.rpm \ elfutils-libelf-0.137-3.el5.i386.rpm \ elfutils-0.137-3.el5.i386.rpm \ popt-1.10.2.3-22.el5.i386.rpm [...]]]></description>
			<content:encoded><![CDATA[<p>In case yum is unavailable due to various reasons (broken, uninstalled) here is a shell script that can install it.</p>
<p>Paste this in a yumi.sh file:</p>
<blockquote><p>for file in \<br />
gmp-4.1.4-10.el5.i386.rpm \<br />
readline-5.1-3.el5.i386.rpm \<br />
python-libs-2.4.3-43.el5.i386.rpm \<br />
python-2.4.3-43.el5.i386.rpm \<br />
libxml2-2.6.26-2.1.2.8.el5_5.1.i386.rpm \<br />
libxml2-python-2.6.26-2.1.2.8.el5_5.1.i386.rpm \<br />
expat-1.95.8-8.3.el5_5.3.i386.rpm \<br />
python-elementtree-1.2.6-5.i386.rpm \<br />
sqlite-3.3.6-5.i386.rpm \<br />
python-sqlite-1.1.7-1.2.1.i386.rpm \<br />
elfutils-libelf-0.137-3.el5.i386.rpm \<br />
elfutils-0.137-3.el5.i386.rpm \<br />
popt-1.10.2.3-22.el5.i386.rpm \<br />
rpm-libs-4.4.2.3-22.el5.i386.rpm \<br />
rpm-4.4.2.3-22.el5.i386.rpm \<br />
rpm-python-4.4.2.3-22.el5.i386.rpm \<br />
m2crypto-0.16-6.el5.8.i386.rpm \<br />
python-urlgrabber-3.1.0-6.el5.noarch.rpm \<br />
python-iniparse-0.2.3-4.el5.noarch.rpm \<br />
yum-fastestmirror-1.1.16-14.el5.centos.1.noarch.rpm \<br />
yum-metadata-parser-1.1.2-3.el5.centos.i386.rpm \<br />
yum-3.2.22-33.el5.centos.noarch.rpm<br />
do rpm -Uvh &#8211;nodeps http://mirror.centos.org/centos-5/5/os/i386/CentOS/$file;<br />
done</p></blockquote>
<p>chmod a+x yumi.sh<br />
./yumi.sh<br />
yum update<br />
Some files may have been updated, so if you get errors update these file names to latest versions from <a href="http://mirror.centos.org/centos-5/5/os/i386/CentOS/">http://mirror.centos.org/centos-5/5/os/i386/CentOS/</a> or other mirror you may be using.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-yum-centos-5-5-i386/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

