<?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; live</title>
	<atom:link href="http://www.videochat-scripts.com/tag/live/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>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>Online Video Consultation Solution by VideoWhisper</title>
		<link>http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 01:06:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[2 way]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[coaching]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[consultation]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[high definition]]></category>
		<category><![CDATA[inquirer]]></category>
		<category><![CDATA[instant]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[moderation]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[room]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[speaker]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video conference]]></category>
		<category><![CDATA[videopresence]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=103</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution 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 Video Consultation is a premium high definition video communication software designed for online video consultations, trainings, webinars, coaching and online collaboration. It was designed for few to many 2 way moderated video communication. Moderators control what participant is displayed on main screen (speaker) and can also add an additional participant (inquirer) to ask questions [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution 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/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution 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><em>VideoWhisper <a href="http://www.videowhisper.com/?p=Video+Consultation"><strong>Video Consultation</strong></a></em> is a premium high definition video communication software designed for online <strong>video consultations</strong>, <strong>trainings</strong>, <strong>webinars</strong>, <strong>coaching</strong> and <strong>online collaboration</strong>.</p>
<p>It was designed for few to many 2 way moderated video communication. Moderators control what participant is displayed on main screen (speaker) and can also add an additional participant (inquirer) to ask questions or assist. Participants can change their public status (i.e. request to speak), upload and download room files, text and video chat.</p>
<div>
<p><a href="http://www.videowhisper.com/?p=Video+Consultation"><img src="http://www.videowhisper.com/snaps/vcons_371x275.jpg" border="0" alt="Online Video Consultation Software" width="371" height="274" /></a></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution 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/online-video-consultation-solution-by-videowhisper/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>
	</channel>
</rss>

