<?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: Smooth Streaming 3D concept previewed at NAB</title>
	<atom:link href="http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/</link>
	<description>Microsoft Media Platform, streaming video, Silverlight, VC-1, H.264, Smooth Streaming, Windows Media</description>
	<lastBuildDate>Tue, 03 Jan 2012 04:55:03 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Alex Zambelli&#39;s Silverlight Media Blog &#187; Blog Archive &#187; NASCAR Racing in 3D on Your PC!</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-12330</link>
		<dc:creator>Alex Zambelli&#39;s Silverlight Media Blog &#187; Blog Archive &#187; NASCAR Racing in 3D on Your PC!</dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-12330</guid>
		<description>[...] we showed at NAB back in April that Silverlight and Smooth Streaming could be used to deliver 3D video to anaglyph [...]</description>
		<content:encoded><![CDATA[<p>[...] we showed at NAB back in April that Silverlight and Smooth Streaming could be used to deliver 3D video to anaglyph [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Zambelli</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-12275</link>
		<dc:creator>Alex Zambelli</dc:creator>
		<pubDate>Fri, 25 Jun 2010 07:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-12275</guid>
		<description>@Allan:
1. Silverlight natively supports Windows Media and MP4 file formats, and in addition to that the Silverlight Media Framework also supports Smooth Streaming. The full list of supported codecs and file formats can be found at http://msdn.microsoft.com/en-us/library/cc189080(VS.95).aspx.
2. No, there&#039;s no proprietary media format specific to Silverlight. Furthermore, Silverlight has a low-level API called MediaStreamSource which provides codec and format extensibility, allowing developers to write custom decoders and file parsers. The only requirement is that they must be written in pure .NET (no C++ or interop). You can find an example here:  http://www.cristiancivera.com/directshow4sl/ 
3. Windows Server 2008 already comes with IIS7, so you only need to install IIS MS. On your dev machine you can install IIS7/IISMS if you wish, but for example Expression Encoder can play back Smooth Streaming content even if IIS is not installed.</description>
		<content:encoded><![CDATA[<p>@Allan:<br />
1. Silverlight natively supports Windows Media and MP4 file formats, and in addition to that the Silverlight Media Framework also supports Smooth Streaming. The full list of supported codecs and file formats can be found at <a href="http://msdn.microsoft.com/en-us/library/cc189080(VS.95).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/cc189080(VS.95).aspx</a>.<br />
2. No, there&#8217;s no proprietary media format specific to Silverlight. Furthermore, Silverlight has a low-level API called MediaStreamSource which provides codec and format extensibility, allowing developers to write custom decoders and file parsers. The only requirement is that they must be written in pure .NET (no C++ or interop). You can find an example here:  <a href="http://www.cristiancivera.com/directshow4sl/" rel="nofollow">http://www.cristiancivera.com/directshow4sl/</a><br />
3. Windows Server 2008 already comes with IIS7, so you only need to install IIS MS. On your dev machine you can install IIS7/IISMS if you wish, but for example Expression Encoder can play back Smooth Streaming content even if IIS is not installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Client Developer Roundup for 6/14/2010 - Pete Brown's 10rem.net</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-12137</link>
		<dc:creator>Windows Client Developer Roundup for 6/14/2010 - Pete Brown's 10rem.net</dc:creator>
		<pubDate>Mon, 14 Jun 2010 05:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-12137</guid>
		<description>[...] Smooth Streaming 3D Concept Previewed at NAB (Alex Zambelli) [...]</description>
		<content:encoded><![CDATA[<p>[...] Smooth Streaming 3D Concept Previewed at NAB (Alex Zambelli) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-12107</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Sat, 12 Jun 2010 02:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-12107</guid>
		<description>Hi Alex,

I am new to silverlight, and I have some questions when I have read the &quot;Smooth Streaming FAQ&quot;.

1.How many media formats does silverlight support? Does it support the .avi, .3gp file extention video?
2.Is there a proprietary format for silverlight likes .FLV format to Flash, so that we can broadcast all kinds of video even if the client users do not have codecs?
3.When I use smooth streaming, I must install IIS7.0 and IIS Media services 3.0 in the windows server 2008, install IIS media services 3.0 or Expression Encoder 3.0 in my development machine, is it right?

Thanks very much for the nice post!</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>I am new to silverlight, and I have some questions when I have read the &#8220;Smooth Streaming FAQ&#8221;.</p>
<p>1.How many media formats does silverlight support? Does it support the .avi, .3gp file extention video?<br />
2.Is there a proprietary format for silverlight likes .FLV format to Flash, so that we can broadcast all kinds of video even if the client users do not have codecs?<br />
3.When I use smooth streaming, I must install IIS7.0 and IIS Media services 3.0 in the windows server 2008, install IIS media services 3.0 or Expression Encoder 3.0 in my development machine, is it right?</p>
<p>Thanks very much for the nice post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kellie Welborn</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-11581</link>
		<dc:creator>Kellie Welborn</dc:creator>
		<pubDate>Tue, 11 May 2010 05:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-11581</guid>
		<description>Hi Alex, 
I&#039;m presenting a paper at the New Media Consortium conference regarding live, 3D video streaming and am interested in learning more about the Silverlight/SmoothStreaming model, its release, and potential price points.  
Thank you, 
Kellie</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
I&#8217;m presenting a paper at the New Media Consortium conference regarding live, 3D video streaming and am interested in learning more about the Silverlight/SmoothStreaming model, its release, and potential price points.<br />
Thank you,<br />
Kellie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pancrazio</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-11341</link>
		<dc:creator>Pancrazio</dc:creator>
		<pubDate>Tue, 27 Apr 2010 16:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-11341</guid>
		<description>Hi Alex,

this is interesting, nice post. 
We are developing a platform-independent SmoothStreaming client as a &quot;source&quot; in our middleware for over-the-top TV products.

It will be included in a &quot;Connected DTT HD PVR&quot; for a European brand that will launch it for the upcoming World Cup.
The client runs on embedded Linux, both on Broadcom and Sigma Designs SoC.

Ciao from Italy,
Pancrazio</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>this is interesting, nice post.<br />
We are developing a platform-independent SmoothStreaming client as a &#8220;source&#8221; in our middleware for over-the-top TV products.</p>
<p>It will be included in a &#8220;Connected DTT HD PVR&#8221; for a European brand that will launch it for the upcoming World Cup.<br />
The client runs on embedded Linux, both on Broadcom and Sigma Designs SoC.</p>
<p>Ciao from Italy,<br />
Pancrazio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NAB 2010 and IIS Media Services &#171; John Deutscher</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-11174</link>
		<dc:creator>NAB 2010 and IIS Media Services &#171; John Deutscher</dc:creator>
		<pubDate>Sat, 17 Apr 2010 18:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-11174</guid>
		<description>[...] IIS Smooth Streaming in 3D – this demo was a crowd puller. It may be the colored 3D glasses but people loved watching 3D content in a browser and the same content was also demoed on a TV connected to a set top box running Silverlight. This demo was done working very closely with Level 3. Alex Zambelli, who put this demo together, has more details here. [...]</description>
		<content:encoded><![CDATA[<p>[...] IIS Smooth Streaming in 3D – this demo was a crowd puller. It may be the colored 3D glasses but people loved watching 3D content in a browser and the same content was also demoed on a TV connected to a set top box running Silverlight. This demo was done working very closely with Level 3. Alex Zambelli, who put this demo together, has more details here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Zambelli</title>
		<link>http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/comment-page-1/#comment-11163</link>
		<dc:creator>Alex Zambelli</dc:creator>
		<pubDate>Sat, 17 Apr 2010 03:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=138#comment-11163</guid>
		<description>VideoNuze had some very nice things to say about our 3D demo:
http://www.videonuze.com/blogs/?2010-04-13/Seeing-3D-Streaming-Video-For-the-First-Time-at-NAB-Show/&amp;id=2511</description>
		<content:encoded><![CDATA[<p>VideoNuze had some very nice things to say about our 3D demo:<br />
<a href="http://www.videonuze.com/blogs/?2010-04-13/Seeing-3D-Streaming-Video-For-the-First-Time-at-NAB-Show/&#038;id=2511" rel="nofollow">http://www.videonuze.com/blogs/?2010-04-13/Seeing-3D-Streaming-Video-For-the-First-Time-at-NAB-Show/&#038;id=2511</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

