<?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: MediaStreamSource Takes On a New Life</title>
	<atom:link href="http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/</link>
	<description>Silverlight, streaming media, Windows Media, VC-1, H.264, Smooth Streaming</description>
	<lastBuildDate>Fri, 30 Jul 2010 23:31:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Zambelli</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-11161</link>
		<dc:creator>Alex Zambelli</dc:creator>
		<pubDate>Sat, 17 Apr 2010 02:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-11161</guid>
		<description>Yes, MediaStreamSource could be of help, but you&#039;d need to write an ASF streaming receiver/parser in .NET, plus managed code decoders for any codecs not natively supported in Silverlight (in other words, anything that&#039;s not H.264, VC-1 or WMV). The extensibility framework is there - somebody just needs to take the plunge and write the necessary code.</description>
		<content:encoded><![CDATA[<p>Yes, MediaStreamSource could be of help, but you&#8217;d need to write an ASF streaming receiver/parser in .NET, plus managed code decoders for any codecs not natively supported in Silverlight (in other words, anything that&#8217;s not H.264, VC-1 or WMV). The extensibility framework is there &#8211; somebody just needs to take the plunge and write the necessary code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-10946</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 31 Mar 2010 03:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-10946</guid>
		<description>I have custom ASF stream coming from Windows Media Server. The custom stream contains mpeg4 part2, mjpeg or proprietary format.

How to play custom ASF stream with proprietary format data and other formats data which is not directly supported by silverlight?

Does MediaStreamSource help?</description>
		<content:encoded><![CDATA[<p>I have custom ASF stream coming from Windows Media Server. The custom stream contains mpeg4 part2, mjpeg or proprietary format.</p>
<p>How to play custom ASF stream with proprietary format data and other formats data which is not directly supported by silverlight?</p>
<p>Does MediaStreamSource help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buchi</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-9019</link>
		<dc:creator>buchi</dc:creator>
		<pubDate>Thu, 24 Dec 2009 20:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-9019</guid>
		<description>youve got a nice blog here buddy, bookmark it already. ^_^</description>
		<content:encoded><![CDATA[<p>youve got a nice blog here buddy, bookmark it already. ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LEE CHUL SUNG</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-7503</link>
		<dc:creator>LEE CHUL SUNG</dc:creator>
		<pubDate>Fri, 30 Oct 2009 02:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-7503</guid>
		<description>I try using MediaStreamSource for VC-1 Playback speed. 

Playback speed is very important for korean students. (I&#039;m korean)

Korean Students study very very hard. they have no time for normal speed, online lecture. usually they play vod lecture 1.5 or 2x speed.

but I found out yesterday that I have no chance for using Silverlight Decoder output.

If I don&#039;t use raw a/v, silverlight decoder, I must make(or port) a decoder. but  performance issue.

May I have any method, access raw a/v ?</description>
		<content:encoded><![CDATA[<p>I try using MediaStreamSource for VC-1 Playback speed. </p>
<p>Playback speed is very important for korean students. (I&#8217;m korean)</p>
<p>Korean Students study very very hard. they have no time for normal speed, online lecture. usually they play vod lecture 1.5 or 2x speed.</p>
<p>but I found out yesterday that I have no chance for using Silverlight Decoder output.</p>
<p>If I don&#8217;t use raw a/v, silverlight decoder, I must make(or port) a decoder. but  performance issue.</p>
<p>May I have any method, access raw a/v ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richie</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-5044</link>
		<dc:creator>Richie</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-5044</guid>
		<description>I am currently in the process of porting OGG Decoder into Silverlight MediaStreamSource. I already have it done in C#, just need to now port it into SL.

:-)</description>
		<content:encoded><![CDATA[<p>I am currently in the process of porting OGG Decoder into Silverlight MediaStreamSource. I already have it done in C#, just need to now port it into SL.</p>
<p> <img src='http://alexzambelli.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Zambelli</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-3920</link>
		<dc:creator>Alex Zambelli</dc:creator>
		<pubDate>Mon, 01 Jun 2009 08:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-3920</guid>
		<description>No, not yet. Silverlight is currently the only supported client platform, but that&#039;s likely to change in the future. Because the format spec is so new there was no time to get it into Windows 7.</description>
		<content:encoded><![CDATA[<p>No, not yet. Silverlight is currently the only supported client platform, but that&#8217;s likely to change in the future. Because the format spec is so new there was no time to get it into Windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curtis</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-3917</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Sat, 30 May 2009 22:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-3917</guid>
		<description>Any idea if Smooth Streaming output works with the player in Windows Media Center?</description>
		<content:encoded><![CDATA[<p>Any idea if Smooth Streaming output works with the player in Windows Media Center?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-2647</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 28 Mar 2009 01:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-2647</guid>
		<description>Thanks Alex!

Pete</description>
		<content:encoded><![CDATA[<p>Thanks Alex!</p>
<p>Pete</p>
]]></content:encoded>
	</item>
</channel>
</rss>
