<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Playing a video from an RTMP server using the Spark VideoPlayer control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2009/12/14/playing-a-video-from-an-rtmp-server-using-the-spark-videoplayer-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2009/12/14/playing-a-video-from-an-rtmp-server-using-the-spark-videoplayer-control-in-flex-4/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://blog.flexexamples.com/2009/12/14/playing-a-video-from-an-rtmp-server-using-the-spark-videoplayer-control-in-flex-4/comment-page-1/#comment-8439</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 14 Oct 2010 14:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2256#comment-8439</guid>
		<description>btw this is how i added them and it works perfectly

//setting up dynamicstreamingvideosource
videoStreamSource = new DynamicStreamingVideoSource();
videoStreamSource.host = &#039;rtmp://1.1.1.1/bla/bla&#039;;

 var videoStreamItem1:DynamicStreamingVideoItem = new DynamicStreamingVideoItem();
 var videoStreamItem2:DynamicStreamingVideoItem = new DynamicStreamingVideoItem();
//setting up video stream items
var dynVector:Vector. = new Vector.();
dynVector.push(videoStreamItem1);
dynVector.push(videoStreamItem2);
videoStreamSource.streamItems = dynVector;
videoPlayer.source = videoStreamSource;</description>
		<content:encoded><![CDATA[<p>btw this is how i added them and it works perfectly</p>
<p>//setting up dynamicstreamingvideosource<br />
videoStreamSource = new DynamicStreamingVideoSource();<br />
videoStreamSource.host = &#8216;rtmp://1.1.1.1/bla/bla&#8217;;</p>
<p> var videoStreamItem1:DynamicStreamingVideoItem = new DynamicStreamingVideoItem();<br />
 var videoStreamItem2:DynamicStreamingVideoItem = new DynamicStreamingVideoItem();<br />
//setting up video stream items<br />
var dynVector:Vector. = new Vector.();<br />
dynVector.push(videoStreamItem1);<br />
dynVector.push(videoStreamItem2);<br />
videoStreamSource.streamItems = dynVector;<br />
videoPlayer.source = videoStreamSource;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.flexexamples.com/2009/12/14/playing-a-video-from-an-rtmp-server-using-the-spark-videoplayer-control-in-flex-4/comment-page-1/#comment-8438</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 14 Oct 2010 14:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2256#comment-8438</guid>
		<description>I am new to this and your Blog is awesome.

I have done this and added multiple streams with different bitrates.

But how do i switch??</description>
		<content:encoded><![CDATA[<p>I am new to this and your Blog is awesome.</p>
<p>I have done this and added multiple streams with different bitrates.</p>
<p>But how do i switch??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2009/12/14/playing-a-video-from-an-rtmp-server-using-the-spark-videoplayer-control-in-flex-4/comment-page-1/#comment-6709</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2256#comment-6709</guid>
		<description>@Bruce Hopkins,

Yeah, the Flex 4 Beta 2 SDK build is relatively &quot;old&quot; now. I always use the nightly builds as they contain oodles of bug fixes and the latest and/or greatest code.

To download the latest build of the Flex 4 SDK, see http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.

Peter</description>
		<content:encoded><![CDATA[<p>@Bruce Hopkins,</p>
<p>Yeah, the Flex 4 Beta 2 SDK build is relatively &#8220;old&#8221; now. I always use the nightly builds as they contain oodles of bug fixes and the latest and/or greatest code.</p>
<p>To download the latest build of the Flex 4 SDK, see <a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Hopkins</title>
		<link>http://blog.flexexamples.com/2009/12/14/playing-a-video-from-an-rtmp-server-using-the-spark-videoplayer-control-in-flex-4/comment-page-1/#comment-6707</link>
		<dc:creator>Bruce Hopkins</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2256#comment-6707</guid>
		<description>FYI,

I have the Flash Builder 4 Beta 2, and this this example does not work at all. The &quot;DynamicStreamingVideoSource&quot; class is not in the API.</description>
		<content:encoded><![CDATA[<p>FYI,</p>
<p>I have the Flash Builder 4 Beta 2, and this this example does not work at all. The &#8220;DynamicStreamingVideoSource&#8221; class is not in the API.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

