<?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; related</title>
	<atom:link href="http://www.videochat-scripts.com/tag/related/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>Sat, 04 Feb 2012 16:06:19 +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>Use JW Player to play VideoWhisper application streams</title>
		<link>http://www.videochat-scripts.com/use-jw-player-to-play-videowhisper-application-streams/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/use-jw-player-to-play-videowhisper-application-streams/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 01:35:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[advertisements]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[jw player]]></category>
		<category><![CDATA[jwPlayer]]></category>
		<category><![CDATA[live streaming]]></category>
		<category><![CDATA[live video]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[recommend]]></category>
		<category><![CDATA[related]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[streams]]></category>
		<category><![CDATA[text ads]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video ads]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=109</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/use-jw-player-to-play-videowhisper-application-streams/' addthis:title='Use JW Player to play VideoWhisper application streams '  ><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>With the latest VideoWhisper rtmp applications versions, webmasters can enable external player support (both for FMIS and Red5).  This can be enabled from  RTMP Application Settings. You need to have allowPlayers=true for FMIS or acceptPlayers=true for Red5 . These settings are turned on by default. This will allow playing a stream published by a VideoWhisper [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/use-jw-player-to-play-videowhisper-application-streams/' addthis:title='Use JW Player to play VideoWhisper application streams' ><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/use-jw-player-to-play-videowhisper-application-streams/' addthis:title='Use JW Player to play VideoWhisper application streams '  ><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>With the latest VideoWhisper rtmp applications versions, webmasters can enable external player support (both for FMIS and Red5).  This can be enabled from  <a href="http://www.videowhisper.com/?p=RTMP+Applications#settings">RTMP Application Settings</a>.</p>
<p>You need to have allowPlayers=true for FMIS or acceptPlayers=true for Red5 . These settings are turned on by default.</p>
<p>This will allow playing a stream published by a VideoWhisper flash application like Live Streaming with an external player like JW Player.</p>
<p>Demo:</p>
<p>Publish a stream from <a href="http://www.videowhisper.com/demos/livestreaming/">Live Streaming Demo</a> (i.e. Studio1) and then view it on <a href="http://www.videowhisper.com/demos/livestreaming/player.php?n=Studio1">JW Player</a>. Update channel name in link if you&#8217;re using a different one.</p>
<p>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. Because of this, demo above is disabled (to prevent heavy rtmp usage on public install), but you can use sample code in your own installs.</p>
<p>&nbsp;</p>
<p>Here is the code to embed JW Player:</p>
<blockquote><p><span style="color: #339966;"><em>&lt;?<br />
include(&#8220;settings.php&#8221;);<br />
$stream=$_GET['n'];<br />
?&gt;<br />
&lt;object id=&#8221;player&#8221; classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; name=&#8221;player&#8221; width=&#8221;328&#8243; height=&#8221;260&#8243;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;player.swf&#8221; /&gt;<br />
&lt;param name=&#8221;allowfullscreen&#8221; value=&#8221;true&#8221; /&gt;<br />
&lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221; /&gt;<br />
&lt;param name=&#8221;flashvars&#8221; value=&#8221;file=&lt;?=</em></span><span style="color: #339966;"><em>urlencode(</em></span><span style="color: #339966;"><em>$stream)?&gt;.flv&amp;streamer=&lt;?=urlencode($rtmp_server)?&gt;&amp;autostart=true&#8221; /&gt;<br />
&lt;object type=&#8221;application/x-shockwave-flash&#8221; data=&#8221;player.swf&#8221; width=&#8221;328&#8243; height=&#8221;260&#8243;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;player.swf&#8221; /&gt;<br />
&lt;param name=&#8221;allowfullscreen&#8221; value=&#8221;true&#8221; /&gt;<br />
&lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221; /&gt;<br />
&lt;param name=&#8221;flashvars&#8221; value=&#8221;file=&lt;?=</em></span><span style="color: #339966;"><em>urlencode(</em></span><span style="color: #339966;"><em>$stream)?&gt;.flv&amp;streamer=&lt;?=urlencode($rtmp_server)?&gt;&amp;autostart=true&#8221; /&gt;<br />
&lt;p&gt;&lt;a href=&#8221;http://get.adobe.com/flashplayer&#8221;&gt;Get Flash&lt;/a&gt; to see this player.&lt;/p&gt;<br />
&lt;/object&gt;<br />
&lt;/object&gt; </em></span></p></blockquote>
<p>Also this code could be used for playing a Studio1 stream broadcaster with VideoWhisper Live Streaming. Make sure you have swobject.js and player-viral.swf in that folder.</p>
<pre id="line1"><span style="color: #008080;">&lt;script type='text/javascript' src='swfobject.js'&gt;&lt;/script&gt; &lt;div id='mediaspace'&gt;This text will be replaced&lt;/div&gt; &lt;script type='text/javascript'&gt; var so = new SWFObject('player-viral.swf','mpl','320','320','9'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','Studio1.flv'); so.addVariable('volume','5'); so.addVariable('streamer','rtmp://your-rtmp-server/videowhisper'); so.addVariable('autostart','true'); so.addVariable('quality','false'); so.write('mediaspace'); &lt;/script&gt;</span></pre>
<p><strong>JW Player Demo</strong></p>
<p><object id="player" width="250" height="200" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="file=http://content.longtailvideo.com/videos/flvplayer.flv&amp;stretching=fill&amp;duration=27&amp;image=http://content.longtailvideo.com/videos/flvplayer.jpg" /><param name="src" value="http://player.longtailvideo.com/player.swf" /><embed id="player" width="250" height="200" type="application/x-shockwave-flash" src="http://player.longtailvideo.com/player.swf" allowfullscreen="true" allowscriptaccess="always" flashvars="file=http://content.longtailvideo.com/videos/flvplayer.flv&amp;stretching=fill&amp;duration=27&amp;image=http://content.longtailvideo.com/videos/flvplayer.jpg" /></object></p>
<p>Interesting Plugins:</p>
<ul>
<li>Adtonomy Text Ads Plugin lets you run your own text ads within the JW FLV Player</li>
<li>Google Analytics plugin for the JW Player is designed to help you understand how well your video content is performing online</li>
<li>LongTail&#8217;s AdSolution allows you to run pre-roll, overlay mid-roll, and post-roll advertisements in your media player</li>
<li>LongTail Video&#8217;s Adtonomy Plugin lets you run your own FLV advertisements within the JW FLV Player</li>
<li>Viral, a video distribution plugin, supports three main functions: embed, link, and recommendations</li>
<li>The D-Related plugin allows you to load in list of the related clips in XML format</li>
</ul>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/use-jw-player-to-play-videowhisper-application-streams/' addthis:title='Use JW Player to play VideoWhisper application streams' ><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/use-jw-player-to-play-videowhisper-application-streams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

