<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Chris Knowlton&amp;#39;s Blog</title><link>http://blogs.iis.net/chriskno/default.aspx</link><description>News, comments, and thoughts on Internet Information Services (IIS), the IIS Media Pack, Windows Media Services (WMS), and digital media delivery.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>Sourcing from a multicast broadcast using Windows Media Services</title><link>http://blogs.iis.net/chriskno/archive/2008/07/14/sourcing-from-a-multicast-broadcast-using-windows-media-services.aspx</link><pubDate>Tue, 15 Jul 2008 06:15:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2491179</guid><dc:creator>chriskno</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=2491179</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2008/07/14/sourcing-from-a-multicast-broadcast-using-windows-media-services.aspx#comments</comments><description>&lt;P&gt;A few folks have recently had questions about how to do sourcing of a video stream when using multicast with &lt;A href="http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx"&gt;Windows Media Services&lt;/A&gt; (WMS). There are two basic scenarios that we often see: &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Unicast edge server sourcing from a multicast broadcast on an origin server &lt;/LI&gt;
&lt;LI&gt;Multicast edge server sourcing from a unicast broadcast on an origin server &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;In this post, I'll address the first scenario, a unicast edge server sourcing from a multicast broadcast on an origin server, as illustrated by the following diagram. &lt;/P&gt;
&lt;P&gt;&lt;IMG alt="" src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro1.png" mce_src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro1.png"&gt; &lt;/P&gt;
&lt;P&gt;Multicast is often employed across an enterprise wide-area network (WAN) or content distribution network (CDN) to move broadcast content out to edge servers. Two examples of where this is useful are for distributing: &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Executive broadcasts across a multicast-enabled WAN link to a remote enterprise LAN that is not multicast-enabled. &lt;/LI&gt;
&lt;LI&gt;IPTV broadcasts across a CDN and then delivering the broadcasts to end users using public-facing edge servers. &lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;The primary advantage of multicast is that no matter how many edge servers you have, you only have one video stream being distributed. In other words, even if you run a large CDN and have two thousand edge servers to which you need to distribute a 500kbps stream, your network will only need to support 500kbps. If you had to use two thousand unicast streams to reach those edge servers, some portions of your network would need to be able to support up to 1Gbps of streaming traffic (2,000 x 500kbps). &lt;/P&gt;
&lt;P&gt;Let me describe how you would you set up this scenario when using WMS 9.0 or above. The following steps assume: &lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You have &lt;A class="" title="Windows Media Services 9 Series" href="http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx"&gt;Windows Media Service 9 Series&lt;/A&gt; running on &lt;A class="" title="Windows Server 2003" href="http://www.microsoft.com/windowsserver2003/" mce_href="http://www.microsoft.com/windowsserver2003/"&gt;Windows Server 2003&lt;/A&gt; servers and/or &lt;A class="" title="Windows Media Services 2008" href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo2008.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo2008.aspx"&gt;Windows Media Services 2008&lt;/A&gt; running on &lt;A class="" title="Windows Server 2008" href="http://www.microsoft.com/windowsserver2008/" mce_href="http://www.microsoft.com/windowsserver2008/"&gt;Windows Server 2008&lt;/A&gt; servers, and &lt;/LI&gt;
&lt;LI&gt;Your network hardware (routers, etc.) between the Origin and Edge Servers is multicast-enabled.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;Origin Server: Set up a multicast publishing point &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;First, we need to set up the Origin Server, from which the multicast originates, sourcing from a file, playlist, or live encoder.&amp;nbsp; &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On the Origin Server, right-click on Publishing Points in the console tree on the left side of the WMS user interface, as shown below.&lt;BR&gt;&lt;BR&gt;&lt;IMG alt="" src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro2.png" mce_src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro2.png"&gt;&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Click on Add Publishing Point (Wizard)… to create a new publishing point with the following settings (click Next to move from one dialog box to the next): &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Name: A descriptive name (I'll call it GlobalMulticast in this example) &lt;/LI&gt;
&lt;LI&gt;Content Type: One file, for testing purposes. (Later, you can source from a live encoder running on a PC, such as the free &lt;A class="" title="Windows Media Encoder 9 Series" href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx"&gt;Windows Media Encoder 9 Series&lt;/A&gt; or a free trial version of &lt;A class="" title="Microsoft Expression Encoder 2" href="http://www.microsoft.com/expression/products/overview.aspx?key=encoder" mce_href="http://www.microsoft.com/expression/products/overview.aspx?key=encoder"&gt;Microsoft Expression Encoder 2&lt;/A&gt;, hooked up to a Webcam or other video camera.) &lt;/LI&gt;
&lt;LI&gt;Publishing Point Type: Broadcast publishing point &lt;/LI&gt;
&lt;LI&gt;Delivery Options: Multicast; for testing purposes, leave the 'Enable unicast rollover' box unchecked &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;File Location: Pick any lengthy Windows Media video (.wmv) file that you have &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;TIP: For testing purposes, you could also source from a WMS Server-Side Playlist that is set to loop &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Publishing Point Summary: Verify your selections &lt;/LI&gt;
&lt;LI&gt;Completing the Publishing Point Wizard: Leave the default choice of creating a .nsc file and click Finish &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Multicast Announcement Wizard &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Click Next if you see the Welcome dialog &lt;/LI&gt;
&lt;LI&gt;Specify Files to Create: Select the second option, Multicast information file (.nsc) &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Stream Formats: Click the Add button &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV&gt;Add Stream Formats: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV&gt;If sourcing from a file, click the Browse button &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;In the Windows Media Browse dialog box, change the Data Source and Location fields as needed to find your multicast source file &lt;/LI&gt;
&lt;LI&gt;Click once on the file name to highlight it &lt;/LI&gt;
&lt;LI&gt;Click the Select File button &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;If sourcing from an encoder, enter an HTTP path to it &lt;/LI&gt;
&lt;LI&gt;Click OK &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Click Next &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Multicast Logging: Leave the default No answer and click Next &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Save Multicast Announcement Files &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;For the edge servers that will be sourcing from the multicast, LAN users, you must save the NSC file at a location that can be accessed using an absolute path (e.g., \\server\directory\file.nsc - in this example, I made use of a shared 'media' directory and would specify \\mediapack1\media\GlobalMulticast.nsc) &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;For local LAN users, you can save the NSC file: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;On a Web server (for example, if you are using the default Web site in IIS7 running on the Origin Server, enter a path such as c:\inetpub\wwwroot\file.nsc), or &lt;/LI&gt;
&lt;LI&gt;On a server share (for example, \\server\directory\file.nsc) &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Click Next &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Archive Content: Leave the default No answer and click Next &lt;/LI&gt;
&lt;LI&gt;Completing the Multicast Announcement Wizard: Click Finish &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Ensure multicast streaming is enabled &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;In the console tree, click the new broadcast publishing point (if the publishing point is started, click Stop) &lt;/LI&gt;
&lt;LI&gt;In the details pane, click the Properties tab &lt;/LI&gt;
&lt;LI&gt;In Category, click Multicast streaming &lt;/LI&gt;
&lt;LI&gt;In Plug-in, click WMS Multicast Data Writer, and then right-click – if Enable is not grayed out, click on it &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;Edge Server: Set up a unicast broadcast publishing point&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;Now, let's set up an edge server, which will receive the multicast stream and pass it on to end users via unicast streams.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On the edge server, right-click on Publishing Points in the WMS console tree &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Click on Add Publishing Point (Advanced)… to create a new publishing point in the Add Publishing Point dialog box, with the following settings: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Publishing Point Type: Broadcast &lt;/LI&gt;
&lt;LI&gt;Publishing Point Name: A descriptive name (I'll call it EdgeBroadcast in this example) &lt;/LI&gt;
&lt;LI&gt;Delivery Options: Multicast; for testing purposes, leave the 'Enable unicast rollover' box unchecked &lt;/LI&gt;
&lt;LI&gt;Location of content: We need to point at your Origin Server. Supply a path that is similar to the Content type example shown for a Multicast stream, mcast://\\server\directory\file.nsc. Using the Origin Server settings above, I would fill in mcast://\\mediapack1\media\GlobalMulticast.nsc (see image, below).&lt;BR&gt;&lt;BR&gt;&lt;IMG alt="" src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro3.png" mce_src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro3.png"&gt;&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;Click OK &lt;/LI&gt;
&lt;LI&gt;Right-click on the new publishing point, and select the Start option (see image, below)&lt;BR&gt;&lt;BR&gt;&lt;IMG alt="" src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro4.png" mce_src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro4.png"&gt;&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;To test that the unicast stream is working: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;First use the Test Stream feature in WMS. Click once on your edge publishing point in the console tree, then in the details pane, select the Source tab. Click on the &lt;A class="" title="Windows Media Player" href="http://www.microsoft.com/windows/windowsmedia/player/default.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/player/default.aspx"&gt;Windows Media Player&lt;/A&gt; icon at the bottom (circled in image below, on a WMS 2008 server).&lt;BR&gt;&lt;BR&gt;&lt;IMG alt="" src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro5.png" mce_src="http://blogs.iis.net/blogs/chriskno/071508_1635_Sourcingfro5.png"&gt;&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;Next, from a client PC, launch Windows Media Player and open (Ctrl + U) the unicast stream on the edge server, using a URL such as mms://server/publishingPoint. In my example, I would use mms://edgeserver1/EdgeBroadcast (URLs are not case-sensitive). &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;If all went well, you are now able to source from a multicast broadcast and re-distribute content using unicast streams from the edge. &lt;/P&gt;
&lt;P&gt;Coming soon: I'll describe how to set up scenario #2, sourcing a multicast edge server from a unicast origin server. &lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2491179" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category></item><item><title>Delivering audio and video media with Windows Web Server 2008</title><link>http://blogs.iis.net/chriskno/archive/2008/04/29/delivering-audio-and-video-media-with-windows-web-server-2008.aspx</link><pubDate>Wed, 30 Apr 2008 05:28:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2329110</guid><dc:creator>chriskno</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=2329110</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2008/04/29/delivering-audio-and-video-media-with-windows-web-server-2008.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Questions from customers on the floor of the &lt;FONT color=#3529ae&gt;&lt;A class="" title="NAB 2008 Show" href="http://www.nabshow.com/" mce_href="http://www.nabshow.com"&gt;NAB 2008 Show&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;underscored again for me that many customers are interested in delivering digital media with &lt;A class="" title="Windows Web Server 2008" href="http://www.iis.net/default.aspx?tabid=27" mce_href="http://www.iis.net/default.aspx?tabid=27"&gt;Windows Web Server 2008&lt;/A&gt;.&amp;nbsp; Why?&amp;nbsp; Because for $469, you can get the power of &lt;A class="" title="IIS 7.0" href="http://www.iis.net/" mce_href="http://www.iis.net"&gt;IIS 7.0&lt;/A&gt;, the new &lt;A class="" title="IIS Media Pack" href="http://www.iis.net/default.aspx?tabid=22" mce_href="http://www.iis.net/default.aspx?tabid=22"&gt;IIS Media Pack&lt;/A&gt;, and &lt;A class="" title="Windows Media Services 2008" href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo2008.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo2008.aspx"&gt;Windows Media Services 2008&lt;/A&gt; in a slimmed-down version of Windows Server 2008 to deliver media to the Internet.&amp;nbsp; Whether you are a hoster building a Silverlight-enabled Web server farm, an enterprise administrator increasing your Web video capacity, or a small company putting up your first media server, Windows Web Server 2008 provides a great low-cost option for delivering your content.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;-Chris&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2329110" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category><category domain="http://blogs.iis.net/chriskno/archive/tags/silverlight/default.aspx">silverlight</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category><category domain="http://blogs.iis.net/chriskno/archive/tags/IIS+Media+Pack/default.aspx">IIS Media Pack</category></item><item><title>Microsoft at NAB</title><link>http://blogs.iis.net/chriskno/archive/2008/04/10/microsoft-at-nab.aspx</link><pubDate>Fri, 11 Apr 2008 05:07:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2290837</guid><dc:creator>chriskno</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=2290837</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2008/04/10/microsoft-at-nab.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;A number of us from Microsoft will be meeting with customers and staffing the booth at the &lt;A class="" title="NAB Show" href="http://nabshow.com/" mce_href="http://nabshow.com/"&gt;NAB Show &lt;/A&gt;again this year, including folks who work on &lt;A class="" title="Windows Media Services" href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo2008.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo2008.aspx"&gt;Windows Media Services 2008&lt;/A&gt;, &lt;A class="" title="IIS Media Pack" href="http://www.iis.net/default.aspx?tabid=22" mce_href="http://www.iis.net/default.aspx?tabid=22"&gt;IIS 7.0 Media Pack&lt;/A&gt;, &lt;A class="" title=Silverlight href="http://silverlight.net/" mce_href="http://silverlight.net/"&gt;Silverlight 2&lt;/A&gt;, &lt;A class="" title="Expression Studio 2" href="http://www.microsoft.com/expression/" mce_href="http://www.microsoft.com/expression/"&gt;Expression Studio 2&lt;/A&gt;, &lt;A class="" title="Interactive Media Manager" href="http://www.microsoft.com/resources/mediaandentertainment/solutions_imm.mspx" mce_href="http://www.microsoft.com/resources/mediaandentertainment/solutions_imm.mspx"&gt;Interactive Media Manager&lt;/A&gt;, &lt;A class="" title="Windows High Performance Computing" href="http://www.microsoft.com/windowsserver2003/ccs/" mce_href="http://www.microsoft.com/windowsserver2003/ccs/"&gt;Windows HPC Server 2008&lt;/A&gt;, &lt;A class="" title="Windows Media Center" href="http://www.microsoft.com/windows/products/winfamily/mediacenter/default.mspx" mce_href="http://www.microsoft.com/windows/products/winfamily/mediacenter/default.mspx"&gt;Windows Media Center&lt;/A&gt;, &lt;A class="" title="Microsoft Digital Advertising Solutions" href="http://advertising.microsoft.com/home/home" mce_href="http://advertising.microsoft.com/home/home"&gt;Microsoft Digital Advertising Solutions&lt;/A&gt;, and &lt;A class="" title="Microsoft Mediaroom" href="http://www.microsoftmediaroom.com/#" mce_href="http://www.microsoftmediaroom.com/#"&gt;Microsoft Mediaroom&lt;/A&gt;, among others.&amp;nbsp; We will also have many partners joining us to demonstrate their value-added solutions for Microsoft media technologies, including integrated support for&amp;nbsp;&lt;A class="" title="Windows Media and the VC-1 codec" href="http://www.microsoft.com/resources/mediaandentertainment/vc-1.mspx" target=_blank mce_href="http://www.microsoft.com/resources/mediaandentertainment/vc-1.mspx"&gt;Windows Media&amp;nbsp;and the SMPTE standard VC-1 codec&lt;/A&gt;.&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="http://www.nabshow.com/" target=_blank&gt;&lt;IMG title=image style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 244px; HEIGHT: 53px; BORDER-RIGHT-WIDTH: 0px" height=53 alt=image hspace=2 src="http://blogs.msdn.com/blogfiles/itmedios/WindowsLiveWriter/LapresenciadeMicrosoftenNAB_14E69/image_3.png" width=244 align=left mce_src="http://blogs.msdn.com/blogfiles/itmedios/WindowsLiveWriter/LapresenciadeMicrosoftenNAB_14E69/image_3.png"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=FreeText&gt;NAB2008 is the most comprehensive showcase of electronic media in the world, bringing together over 1,400 exhibiting companies and more than 105,000 attendees from 130 countries, making it "Electronic Media's Essential Destination." &lt;/DIV&gt;
&lt;DIV class=FreeText&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=FreeText&gt;Microsoft will have an even larger presence at NAB2008, with an expanded exhibit space in the South Hall. Our exhibit will highlight Microsoft’s broad range of offerings targeting the media &amp;amp; entertainment industry, and will illustrate how Microsoft is enabling organizations and individuals to create, manage and experience rich media content.&amp;nbsp; &lt;/DIV&gt;
&lt;P mce_keep="true"&gt;You can find us in&amp;nbsp;&lt;A class="" title="Microsoft, booth SL5520, NAB2008" href="http://www.microsoft.com/resources/mediaandentertainment/nab2008/exhibit.mspx" mce_href="http://www.microsoft.com/resources/mediaandentertainment/nab2008/exhibit.mspx"&gt;booth SL5520 &lt;/A&gt;in the South Hall of the &lt;A class="" title="Las Vegas Convention Center" href="http://www.lvcva.com/meetings/meeting-venues/convention-centers/las-vegas-convention.jsp" mce_href="http://www.lvcva.com/meetings/meeting-venues/convention-centers/las-vegas-convention.jsp"&gt;Las Vegas Convention Center&lt;/A&gt;.&amp;nbsp; For more information, see &lt;A href="http://www.microsoft.com/media/nab2008"&gt;www.microsoft.com/media/nab2008&lt;/A&gt;, and check out these blog posts from some of my colleagues to find out which technologies and show events they recommend:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Ben Waggoner: &amp;nbsp;&lt;A href="http://on10.net/blogs/benwagg/21804/"&gt;http://on10.net/blogs/benwagg/21804/&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Juanjo Carmena Ayuso:&amp;nbsp; &lt;A href="http://blogs.msdn.com/itmedios/archive/2008/04/10/la-presencia-de-microsoft-en-nab.aspx"&gt;http://blogs.msdn.com/itmedios/archive/2008/04/10/la-presencia-de-microsoft-en-nab.aspx&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Chris Carper:&amp;nbsp; &lt;A href="http://silverlightbiz.blogspot.com/2008/04/silverlight-and-nab-2008.html"&gt;http://silverlightbiz.blogspot.com/2008/04/silverlight-and-nab-2008.html&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;Please stop by if you are going to be at NAB!&amp;nbsp; I'll be at a station with &lt;A class="" title="Jim Thill on the Silverlight Media and Expression Encoder blog" href="http://blogs.msdn.com/silverlightmedia/" mce_href="http://blogs.msdn.com/silverlightmedia/"&gt;Jim Thill&lt;/A&gt; to demonstrate Windows Server 2008 and Silverlight.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;-Chris&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2290837" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category><category domain="http://blogs.iis.net/chriskno/archive/tags/silverlight/default.aspx">silverlight</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Expression+Encoder/default.aspx">Expression Encoder</category></item><item><title>Exciting media announcements at MIX08</title><link>http://blogs.iis.net/chriskno/archive/2008/03/06/exciting-media-announcements-at-mix08.aspx</link><pubDate>Fri, 07 Mar 2008 03:27:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2215489</guid><dc:creator>chriskno</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=2215489</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2008/03/06/exciting-media-announcements-at-mix08.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;There were many very cool announcements and demos during Scott Guthrie's portion of the &lt;A class="" href="http://visitmix.com/blogs/Joshua/Day-1-Keynote/" mce_href="http://visitmix.com/blogs/Joshua/Day-1-Keynote/"&gt;MIX08 Day 1 Keynote&lt;/A&gt;, and media technologies related to Silverlight were key among them.&amp;nbsp;&amp;nbsp;One &lt;A class="" href="http://www.iis.net/Downloads/files/media/MediaInMIX08Keynote.asx" mce_href="http://www.iis.net/Downloads/files/media/MediaInMIX08Keynote.asx"&gt;15-minute segment on media&lt;/A&gt;&amp;nbsp;included talking points on Windows Media Services 2008 (WMS), the IIS7 Media Pack, Bit Rate Throttling&amp;nbsp;screen shots and client experience, and Web Playlists in an advertising demo.&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;Here are links to information on some of the media technologies mentioned in the keynote:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Release of the &lt;A href="http://www.microsoft.com/silverlight/"&gt;Silverlight 2 Beta&lt;/A&gt;, bringing the ease and power of the .NET framework to a cross-platform cross-browser plug-in&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://www.movenetworks.com/news-releases/move-networks-to-enter-into-strategic-relationship-with-microsoft" mce_href="http://www.movenetworks.com/news-releases/move-networks-to-enter-into-strategic-relationship-with-microsoft"&gt;Move Networks integration with Silverlight&lt;/A&gt;,&amp;nbsp;a great example of a company making use of&amp;nbsp;new Adaptive Streaming capabilities in Silverlight 2&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://blogs.msdn.com/expressionencoder/archive/2008/03/06/8064390.aspx" mce_href="http://blogs.msdn.com/expressionencoder/archive/2008/03/06/8064390.aspx"&gt;Expression&lt;/SPAN&gt; Encoder 2 Beta&lt;/A&gt;, which accelerates encoding, improves video quality, and includes new Silverlight templates&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://blogs.iis.net/chriskno/archive/2007/12/19/go-live-and-save-money-on-video-downloads-with-bit-rate-throttling.aspx" mce_href="http://blogs.iis.net/chriskno/archive/2007/12/19/go-live-and-save-money-on-video-downloads-with-bit-rate-throttling.aspx"&gt;IIS 7.0 Media Pack Bit Rate Throttling&lt;/A&gt;, which allows you to save money and increase scalability when delivering media from your Web server&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://blogs.iis.net/vsood/archive/2008/02/28/iis-7-media-pack-web-playlists-is-live.aspx" mce_href="http://blogs.iis.net/vsood/archive/2008/02/28/iis-7-media-pack-web-playlists-is-live.aspx"&gt;IIS 7.0 Media Pack Web Playlists&lt;/A&gt;, which allow you to control and monetize your content&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://blogs.iis.net/chriskno/archive/2008/02/27/launch-of-windows-media-services-2008.aspx" mce_href="http://blogs.iis.net/chriskno/archive/2008/02/27/launch-of-windows-media-services-2008.aspx"&gt;Windows Media Services 2008&lt;/A&gt;, which provides over 2x the scalability of WMS 9.0 and now runs on the affordable &lt;A class="" href="http://www.iis.net/default.aspx?tabid=27" mce_href="http://www.iis.net/default.aspx?tabid=27"&gt;Windows Web Server 2008&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;Media serving breakout session highlights for MIX08:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt; 
&lt;UL&gt;
&lt;LI&gt;Wednesday afternoon, March 5th&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;IIS and WMS media serving were a key component in a session by &lt;A class="" href="http://on10.net/blogs/benwagg/" mce_href="http://on10.net/blogs/benwagg/"&gt;Ben Waggoner&lt;/A&gt; on &lt;B style="mso-bidi-font-weight: normal"&gt;Encoding Video for Microsoft Silverlight Delivery Scenarios&lt;/B&gt;&lt;/LI&gt;
&lt;LI&gt;Web Playlists were featured during an in-depth breakout session on &lt;B style="mso-bidi-font-weight: normal"&gt;Silverlight and the Advertising Opportunity&lt;/B&gt; that got into the details of the keynote advertising demo&lt;/LI&gt;&lt;/UL&gt;
&lt;LI&gt;Thursday morning, March 6th, Ed Maia showed a great demo of the IIS Media Pack during his session on &lt;B style="mso-bidi-font-weight: normal"&gt;Integrating Media in Silverlight Applications&lt;/B&gt;&lt;/LI&gt;
&lt;LI&gt;Friday morning, March 7th,&amp;nbsp;Charles Finkelstein will mention IIS and WMS media serving in the &lt;B style="mso-bidi-font-weight: normal"&gt;Overview of Expression Encoder 2&lt;/B&gt; session with &lt;A class="" href="http://www.clarkezone.net/" mce_href="http://www.clarkezone.net/"&gt;James Clarke&lt;o:p&gt;&lt;/o:p&gt;&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;IIS-specific sessions at MIX08 include the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Wednesday afternoon, March 5th, Robert Cameron and &lt;A class="" href="http://blogs.msdn.com/klevereblog/" mce_href="http://blogs.msdn.com/klevereblog/"&gt;Tito Leverette&lt;/A&gt; presented &lt;STRONG&gt;Bringing Hosters and Developers Together with IIS7 &lt;/STRONG&gt;(including demos of Bit Rate Throttling and Web Playlists)&lt;/LI&gt;
&lt;LI&gt;Thursday morning, March 6th, &lt;A class="" href="http://blogs.iis.net/drobbins/" mce_href="http://blogs.iis.net/drobbins/"&gt;Drew Robbins&lt;/A&gt; presented &lt;B style="mso-bidi-font-weight: normal"&gt;Partying with PHP on Microsoft Internet Information Services 7&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Thursday afternoon, March 6th, &lt;A class="" href="http://blogs.iis.net/mailant" mce_href="http://blogs.iis.net/mailant"&gt;Mai-lan Tomsen Bukovec&lt;/A&gt; presented &lt;B style="mso-bidi-font-weight: normal"&gt;Everything You Need to Know about Diagnostics and Debugging on Microsoft Internet Information Services 7&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;/o:p&gt;-Chris&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2215489" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category><category domain="http://blogs.iis.net/chriskno/archive/tags/silverlight/default.aspx">silverlight</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Web+Playlists/default.aspx">Web Playlists</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Bit+Rate+Throttling/default.aspx">Bit Rate Throttling</category></item><item><title>Launch of Windows Media Services 2008 </title><link>http://blogs.iis.net/chriskno/archive/2008/02/27/launch-of-windows-media-services-2008.aspx</link><pubDate>Thu, 28 Feb 2008 07:22:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2200735</guid><dc:creator>chriskno</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=2200735</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2008/02/27/launch-of-windows-media-services-2008.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;&lt;IMG title="Windows Media Services 2008" style="WIDTH: 275px; HEIGHT: 69px" height=69 alt="Windows Media Services 2008" src="http://www.iis.net/themes/iis/images/content/Windows_Media_Services_2008.jpg" width=275 align=right mce_src="http://www.iis.net/themes/iis/images/content/Windows_Media_Services_2008.jpg"&gt;&lt;/P&gt;
&lt;P&gt;Today I'm pleased to announce the launch of Windows Media Services 2008.&amp;nbsp; Windows Media Services, like all of Windows Server 2008, is significantly more secure, reliable and robust - and it is already considered by many customers to be the best in the market for live and streaming delivery, and the latest improvements provide 2x scalability over Windows Media Services 9.0.&lt;/P&gt;
&lt;P&gt;In addition to its proven scalability and reliability, Windows Media Services now supports a Server Core installation, enabling reduced footprints for fixed-function streaming server scenarios, offering embedded appliance-like performance. Additionally, a cache/proxy plug-in is built in, making it easier to configure WMS for edge network enterprise and Internet topologies. Many features of Windows Media Services that were previously available only on Windows Server Enterprise and Datacenter are now available on Windows Server Standard, and all Standard features are now also available on Windows Web Server 2008. This makes the power of Windows Media Services 2008 available to a broader set of users at a lower cost. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Key benefits of Windows Media Services (WMS) 2008 include:&lt;/P&gt;
&lt;H4&gt;Industrial Strength. Global Scale. &lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;Proven Reliability.&lt;/B&gt; Windows Server 2008 improves on the five nines reliability of Windows Server 2003 to deliver a rock solid server platform that companies bet their businesses on.&lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Native 64-bit OS Support.&lt;/B&gt; Windows Media Services 2008 provides 2x the industry-leading scalability of WMS 9.0 thanks to native 64-bit operating system support and new networking technologies built into Windows Server 2008. &lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Scalable Live Streaming.&lt;/B&gt; The combination of massive scalability and proven reliability make Windows Media Services 2008 the right choice for delivering large-scale live events to a global audience. &lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Fast Streaming. &lt;/B&gt;Windows Media Services 2008 can deliver instant-on/always-on streaming for broadband users and dramatic improvements in the streaming experience for all users. Fast Start and the newer Advanced Fast Start for WMS&lt;B&gt; &lt;/B&gt;significantly reduce streaming buffering times to deliver near-television-like experiences when playing back content or switching between sources. For on-demand content, Advanced Fast Start also enables quick seeking within a WMS stream, allowing users to "seek" forward or backward instantly. &lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;New Cache/Proxy Server plug-in. &lt;/B&gt;Included with Windows Media Services 2008, this plug-in&lt;B&gt; &lt;/B&gt;allows a Windows Media server in a branch office or other remote location to easily split a single broadcast stream from the home office into multiple streams for local end users, reducing WAN traffic. Similarly, the caching functionality caches on-demand content streamed to the remote location (e.g., training videos) the first time it is viewed, and subsequent requests for that content are served from the local cache/proxy server. &lt;B&gt;&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;H4&gt;Monetize Content. Cut Costs. &lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;Streaming for Windows Web Server 2008&lt;/B&gt;. With the launch of Windows Server 2008, Windows Media Services 2008 is now available for the very affordable Windows Web Server 2008, which has a suggested retail price of $469.&lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Advertising for Streaming Content. &lt;/B&gt;A variety of advertising types, including bumpers, trailers, and interstitial ads, can be dynamic and personalized via integration with ASP.NET servers, WMS server-side playlists (.WSX), and client side playlists (.ASX). Windows Media Services 2008 provides the advanced usage logging necessary to ensure broadcasters can accurately and effectively track and report on advertisement reach. &lt;/LI&gt;&lt;/UL&gt;
&lt;H4&gt;Simplified Management&lt;/H4&gt;
&lt;UL type=disc&gt;
&lt;LI&gt;&lt;B&gt;Server Core installation&lt;/B&gt;. Windows Server 2008 provides a componentized installation option&lt;B&gt; &lt;/B&gt;for Windows Media Services 2008. &amp;nbsp;All unneeded components and services except for the components used for streaming are removed. This results in a minimized attack surface, more efficient use of system resources, and substantially reduced servicing for headless, dedicated streaming servers, giving them appliance-like performance and reliability. &lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Server Manager.&amp;nbsp; &lt;/B&gt;Windows Server 2008 provides a one-stop interface for server configuration and monitoring. Server Manager is an addition to familiar options including Microsoft Management Console (MMC), Web, script, and command-line control; it allows general IT professionals to administer Web and streaming servers with a higher-level console consistent with other Windows server roles.&lt;B&gt;&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;B&gt;Scenario-based Wizards and Help.&lt;/B&gt; Windows Media Services 2008 makes it easy for non-media professionals to integrate streaming servers into their existing network.&lt;B&gt;&lt;/B&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;HTTP protocol support.&lt;/B&gt; Windows Media Services 2008 provides consistent streaming across Internet- and intranet- based routers, switches, and firewalls. &lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Powerful Object Model and Event Mechanism. &lt;/B&gt;Developers can choose from over 1,000 methods, interfaces, and properties for rich customization of the server. Combined with support for DCOM/WBEM/WMI and an extensive object model, Windows Media Services 2008 provides the most powerful platform for the development of customized streaming solutions.&lt;B&gt;&lt;/B&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;Broad programming language support including .NET 2.0. &lt;/B&gt;Create plug-ins and custom server-based applications for event management, logging, authentication and more.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Please click on the following links to learn more:&lt;/P&gt;
&lt;OL type=1&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo2008.aspx" target=_blank&gt;&lt;B&gt;WMS 2008 homepage&lt;/B&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A title="Windows Media Services 2008 RC1" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ccf6312-723b-4577-be58-7caab2e1c5b7&amp;amp;DisplayLang=en"&gt;&lt;B&gt;Download Location&lt;/B&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;B&gt;&lt;U&gt;&lt;A class="" href="http://support.microsoft.com/kb/934518" mce_href="http://support.microsoft.com/kb/934518"&gt;Instructions for Download&amp;nbsp;and Installation&lt;/A&gt;&lt;/U&gt;&lt;/B&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx?dg=microsoft.public.windowsmedia.server&amp;amp;lang=en&amp;amp;cr=US" target=_blank&gt;&lt;B&gt;WMS Newsgroup&lt;/B&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/cache_proxy.aspx" target=_blank&gt;&lt;B&gt;Caching and Proxying Overview&lt;/B&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;If you have any feedback, please let us know on the &lt;B&gt;&lt;U&gt;&lt;A class="" href="http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx?dg=microsoft.public.windowsmedia.server&amp;amp;lang=en&amp;amp;cr=US" mce_href="http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx?dg=microsoft.public.windowsmedia.server&amp;amp;lang=en&amp;amp;cr=US"&gt;WMS Newsgroup&lt;/A&gt;&lt;/U&gt;&lt;/B&gt;, or comment on this post.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2200735" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category></item><item><title>Web Playlists, WMS 2008, and a new IIS Media Page</title><link>http://blogs.iis.net/chriskno/archive/2008/02/27/web-playlists-wms-2008-and-a-new-iis-media-page.aspx</link><pubDate>Thu, 28 Feb 2008 07:00:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2200745</guid><dc:creator>chriskno</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=2200745</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2008/02/27/web-playlists-wms-2008-and-a-new-iis-media-page.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Today was a big day for IIS and WMS!&amp;nbsp; As you may have seen among the many announcements, today we announced the launch of several media technologies:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://blogs.iis.net/bills/archive/2008/02/27/windows-2008-and-iis7-now-available.aspx" mce_href="http://blogs.iis.net/bills/archive/2008/02/27/windows-2008-and-iis7-now-available.aspx"&gt;IIS 7.0 in Windows Server 2008&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://blogs.iis.net/vsood/archive/2008/02/28/iis-7-media-pack-web-playlists-is-live.aspx" mce_href="http://blogs.iis.net/vsood/archive/2008/02/28/iis-7-media-pack-web-playlists-is-live.aspx"&gt;IIS Media Pack Web Playlists Customer Technology Preview (CTP)&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;&lt;A class="" href="http://blogs.iis.net/chriskno/archive/2008/02/27/launch-of-windows-media-services-2008.aspx" mce_href="http://blogs.iis.net/chriskno/archive/2008/02/27/launch-of-windows-media-services-2008.aspx"&gt;Windows Media Services 2008&lt;/A&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;..and the launch of &lt;A class="" href="http://blogs.iis.net/mailant/archive/2008/02/27/introducing-the-new-iis-net-web-site.aspx" mce_href="http://blogs.iis.net/mailant/archive/2008/02/27/introducing-the-new-iis-net-web-site.aspx"&gt;IIS.NET 2.0&lt;/A&gt;, including a new &lt;A class="" href="http://www.iis.net/default.aspx?tabid=22" mce_href="http://www.iis.net/default.aspx?tabid=22"&gt;IIS Media page&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Give us your feedback.&amp;nbsp; :-)&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2200745" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category><category domain="http://blogs.iis.net/chriskno/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Web+Playlists/default.aspx">Web Playlists</category></item><item><title>Go Live (and save money) with Bit Rate Throttling!</title><link>http://blogs.iis.net/chriskno/archive/2007/12/19/go-live-and-save-money-on-video-downloads-with-bit-rate-throttling.aspx</link><pubDate>Wed, 19 Dec 2007 17:18:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:2068628</guid><dc:creator>chriskno</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=2068628</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2007/12/19/go-live-and-save-money-on-video-downloads-with-bit-rate-throttling.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;I am happy to announce that the latest version of Bit Rate Throttling, an Internet Information Services 7.0 (IIS7) Media Pack feature, is now available for download!&amp;nbsp; This updated version adds additional controls to help an administrator ensure a reliable and consistent end-user experience, particularly when serving video content.&amp;nbsp; For many scenarios, this feature will reduce bandwidth costs while increasing per-server capacity for concurrent download connections.&lt;/P&gt;
&lt;P&gt;Bit Rate Throttling allows a Web administrator or site operator to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Easily and automatically provide metered delivery of media and data downloads 
&lt;LI&gt;Significantly reduce bandwidth costs for audio/video content that has high drop-off rates 
&lt;LI&gt;Increase the number of concurrent users that can be supported per serverThis is a&amp;nbsp;Go Live beta release, which means you can deploy this in live production environments.&amp;nbsp; See &lt;A href="http://www.iis.net/golive" mce_href="http://www.iis.net/golive"&gt;http://www.iis.net/golive&lt;/A&gt; for details of the Go Live program.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Key features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Automatically reads the encoded bit rate information from each defined media file type 
&lt;LI&gt;Per-response bandwidth limiting on progressive downloads for every connection 
&lt;LI&gt;Throttling rules are configurable at the server, site, virtual directory, and file levels 
&lt;LI&gt;Fast Start experience for end users 
&lt;LI&gt;Extensible to add support for other media and file formats 
&lt;LI&gt;Fully integrated into the IIS7 administration and configuration models 
&lt;LI&gt;NEW – Set default and maximum throttling rates, and concurrent connection limits&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Click &lt;A href="http://www.iis.net/go/1523" mce_href="http://www.iis.net/go/1523"&gt;here&lt;/A&gt; for the 64 bit version; click &lt;A href="http://www.iis.net/go/1522" mce_href="http://www.iis.net/go/1522"&gt;here&lt;/A&gt; for the 32 bit version.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;For more information, see the Bit Rate Throttling walkthroughs:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=BulletedList1&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;A href="http://go.microsoft.com/?LinkID=7439973"&gt;Bit Rate Throttling Setup Walkthrough&lt;/A&gt;&lt;/B&gt;. Describes how to download and install the Bit Rate Throttling module.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=BulletedList1&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;A href="http://go.microsoft.com/?LinkID=7439975"&gt;Bit Rate Throttling Configuration Walkthrough&lt;/A&gt;&lt;/B&gt;. Describes how to configure the Bit Rate Throttling module at the server, site, virtual directory, and file levels, including new Site-level limits.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=BulletedList1&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;A href="http://go.microsoft.com/?LinkID=7439974"&gt;&lt;FONT color=#0000ff&gt;Bit Rate Throttling Extensibility Walkthrough&lt;/FONT&gt;&lt;/A&gt;&lt;/B&gt;. Describes how to use the extensibility interface provided by the Rate Throttling module to add support for additional media file types.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;-Chris&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=2068628" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Bit+Rate+Throttling/default.aspx">Bit Rate Throttling</category></item><item><title>Call for input and feedback on media features</title><link>http://blogs.iis.net/chriskno/archive/2007/10/15/call-for-input-and-feedback-on-media-features.aspx</link><pubDate>Mon, 15 Oct 2007 20:26:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1957192</guid><dc:creator>chriskno</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=1957192</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2007/10/15/call-for-input-and-feedback-on-media-features.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;We're getting some great off-line feedback on feature tweaks and additions for the new IIS7 Media Pack&amp;nbsp;Bit Rate Throttling feature.&amp;nbsp; Have you tried it out, but not yet submitted your feedback?&amp;nbsp; Is there something you'd like to add or change?&amp;nbsp; What other media features have you always wanted in your Web server?&amp;nbsp; I'd love to hear your thoughts on any of these questions.&amp;nbsp; You can reply publicly to this blog, or reply privately by clicking the Contact link on my blog page.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;-Chris&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1957192" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Bit+Rate+Throttling/default.aspx">Bit Rate Throttling</category></item><item><title>Announcing the Bit Rate Throttling module Customer Technology Preview</title><link>http://blogs.iis.net/chriskno/archive/2007/09/25/announcing-the-bit-rate-throttling-module-customer-technology-preview.aspx</link><pubDate>Tue, 25 Sep 2007 20:23:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1926528</guid><dc:creator>chriskno</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=1926528</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2007/09/25/announcing-the-bit-rate-throttling-module-customer-technology-preview.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Bit Rate Throttling, the first feature in the upcoming IIS7 Media Pack, is now available for &lt;A class="" title="Bit Rate Throttling module download" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1522" target=_blank mce_href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1522"&gt;download&lt;/A&gt;&amp;nbsp;at &lt;A class="" title="Bit Rate Throttling module download" href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1522" target=_blank mce_href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1522"&gt;http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1522&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;The IIS7&amp;nbsp;Bit Rate Throttling module was first announced at the National Association of Broadcasters (NAB) &lt;A class="" title="NAB 2007 press release" href="http://www.microsoft.com/presspass/press/2007/apr07/04-15WPFEPR.mspx" target=_blank mce_href="http://www.microsoft.com/presspass/press/2007/apr07/04-15WPFEPR.mspx"&gt;show&lt;/A&gt; last April as part of the TCO advantage for &lt;A class="" title=Silverlight href="http://www.microsoft.com/silverlight/" target=_blank mce_href="http://www.microsoft.com/silverlight/"&gt;Silverlight&lt;/A&gt;.&amp;nbsp; It&amp;nbsp;enables Web administrators to throttle the delivery of any file based on the file type, with additional functionality for digital audio/video files. Throttling can be set at the following levels within Internet Information Services (IIS) Manager: server, site, virtual directory, and file.&lt;/P&gt;
&lt;P class=Text&gt;For audio and video files, this module automatically detects the encoded bit rate of the file, sends a short burst of data to the client at full throttle to ensure a fast start to their playback experience, and then delivers the content at a throttled rate that is equal to or slightly greater than the encoded bit rate. Several popular digital &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; file types are pre-defined in the module, and others can be added. Data files are throttled at a configurable constant rate.&lt;/P&gt;
&lt;P class=Text&gt;The Bit Rate Throttling module includes the following key features:&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=Bold&gt;&lt;STRONG&gt;Integration with IIS 7.0&lt;/STRONG&gt;&lt;/SPAN&gt;. The Bit Rate Throttling module is tightly integrated with this new administration interface and configuration store in IIS 7.0. In addition, IIS 7.0 has a new administration tool, and the new Bit Rate Throttling module plugs seamlessly into that paradigm.&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=Bold&gt;&lt;STRONG&gt;Throttling for any file type&lt;/STRONG&gt;&lt;/SPAN&gt;. Any file type can be throttled at a constant rate. An administrator can easily specify a new file type and throttling settings through the user interface.&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=Bold&gt;&lt;STRONG&gt;Advanced &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; throttling&lt;/STRONG&gt;&lt;/SPAN&gt;. One of the most significant features in the new Bit Rate Throttling module is the advanced support of audio/video &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; formats. This includes automatic detection of the encoded bit rate in a file, and intelligent progressive-download throttling based on that. Built-in support is included for digital &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; with the following file name extensions: .asf, .avi, .flv, .mov, .mp3, .mp4, .rm, .rmvb, .wma, .wmv. An administrator can simply enable Bit Rate Throttling and start intelligently delivering these common &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; types using the default throttling settings.&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=Bold&gt;&lt;STRONG&gt;Extensibility&lt;/STRONG&gt;&lt;/SPAN&gt;. The new Bit Rate Throttling module supports developer extensibility, making it possible for software vendors and hobbyists to add support for additional &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; formats using simple XML editing. Microsoft is using this extensibility feature to implement the built-in &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; format support.&lt;/P&gt;
&lt;P class=BulletedList1&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=Bold&gt;&lt;STRONG&gt;Shared hosting support&lt;/STRONG&gt;&lt;/SPAN&gt;. By fully integrating into the IIS 7.0 pipeline and configuration model, the new Bit Rate Throttling module makes it possible to host Web page content and intelligently deliver a variety of &lt;FONT style="BACKGROUND-COLOR: transparent" color=black&gt;media&lt;/FONT&gt; from the same Web server, site, or virtual directory. This level of granularity also provides the ability to isolate users through per-user virtual directories.&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Bryan Fleming and Eric Woersching have both written about the &lt;A class="" title="Bit Rate Throttling value proposition" href="http://blogs.iis.net/media/archive/2007/07/13/welcome-to-the-iis-media-blog.aspx" target=_blank mce_href="http://blogs.iis.net/media/archive/2007/07/13/welcome-to-the-iis-media-blog.aspx"&gt;Bit Rate Throttling value proposition&lt;/A&gt; provided by this module for folks who are hosting media content on Web servers.&amp;nbsp; If&amp;nbsp;you are wondering whether to deliver&amp;nbsp;media content using IIS7&amp;nbsp;or Windows Media Services, please read my previous &lt;A class="" title="Comparing Web servers to streaming media servers" href="http://blogs.iis.net/chriskno/archive/2007/08/13/comparing-web-servers-to-streaming-media-servers.aspx" target=_blank mce_href="http://blogs.iis.net/chriskno/archive/2007/08/13/comparing-web-servers-to-streaming-media-servers.aspx"&gt;blog post&lt;/A&gt;.&lt;/P&gt;
&lt;P mce_keep="true"&gt;We'd love to get your feedback on this module - please post a comment below, or join the discussion at the new &lt;A class="" title="IIS7 - Media forum" href="http://forums.iis.net/1145.aspx" target=_blank mce_href="http://forums.iis.net/1145.aspx"&gt;IIS7 - Media forum&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;-Chris&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1926528" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/news/default.aspx">news</category><category domain="http://blogs.iis.net/chriskno/archive/tags/IIS+News+Item/default.aspx">IIS News Item</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Bit+Rate+Throttling/default.aspx">Bit Rate Throttling</category></item><item><title>Comparing Web servers to streaming media servers</title><link>http://blogs.iis.net/chriskno/archive/2007/08/13/comparing-web-servers-to-streaming-media-servers.aspx</link><pubDate>Mon, 13 Aug 2007 07:13:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1854377</guid><dc:creator>chriskno</dc:creator><slash:comments>18</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=1854377</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2007/08/13/comparing-web-servers-to-streaming-media-servers.aspx#comments</comments><description>&lt;P&gt;I'm often asked by customers whether they should use Web servers or streaming media servers to deliver their content, especially now for new rich media sites rolling out &lt;A href="http://silverlight.net/" mce_href="http://silverlight.net/"&gt;Silverlight&lt;/A&gt;. The answer invariably depends on their business objectives. Each type of server offers pros and cons related to infrastructure, business model, administrative requirements, and end-user experience. This post will provide some information that might help when making this decision. &lt;/P&gt;
&lt;P&gt;Two articles provide a good primer for such a discussion. The first is &lt;A href="http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx"&gt;Web Server vs. Streaming Server&lt;/A&gt;, an older analysis that needs updating but provides great context. The second is the relatively more recent &lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx"&gt;Streaming from a Web Server&lt;/A&gt;, which provides Web server how-to instructions and updates the comparison to streaming with Windows Media Services 9 Series. &lt;/P&gt;
&lt;P&gt;Both articles basically make the case for using a streaming media server based on efficiency, quality, features, scalability, content protection, and protocol options. Many of the points made are still very valid, while others have diminished in relevance due to improvements in bandwidth and changes in technology. For instance, let's look specifically at &lt;A href="http://www.iis.net/default.aspx?tabid=7" mce_href="http://www.iis.net/default.aspx?tabid=7"&gt;IIS&lt;/A&gt; and &lt;A href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo95.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo95.aspx"&gt;Windows Media Services&lt;/A&gt;… &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV&gt;In many scenarios, HTTP streaming: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Has proven to be very scalable in terms of concurrent connections on a Windows Media Services server &lt;/LI&gt;
&lt;LI&gt;Is increasingly effective for delivering high-quality end-user experiences as bandwidths to homes and branch offices increase &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;IIS 7 takes a giant step forward from IIS 6 and competing Web servers with the new IIS 7 Media Pack bandwidth throttling feature and &lt;A class="" href="http://www.microsoft.com/windowsserver2008/" mce_href="http://www.microsoft.com/windowsserver2008/"&gt;Windows Server 2008&lt;/A&gt; scalable networking capabilities, as it can: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Make better use of resources on the server and delivers more concurrent data streams over HTTP when serving large files, such as video content &lt;/LI&gt;
&lt;LI&gt;Provide configurable functionality similar to Fast Start and Fast Cache in Windows Media Services &lt;/LI&gt;
&lt;LI&gt;Send media content at the encoded bit rate, or an administrator-defined rate, for popular formats such as Windows Media Audio, Windows Media Video, and MP3 &lt;/LI&gt;
&lt;LI&gt;Throttle other data types at administrator-defined rates &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Given these changes and many others for Windows Server 2008, we might change the high-level "&lt;STRONG&gt;Comparing server features&lt;/STRONG&gt;" table from the &lt;A href="http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx"&gt;Web Server vs. Streaming Server&lt;/A&gt; article to look as follows… &lt;/P&gt;
&lt;DIV style="TEXT-ALIGN: center"&gt;
&lt;TABLE class="" style="BORDER-COLLAPSE: collapse" border=0&gt;
&lt;COLGROUP&gt;
&lt;COL style="WIDTH: 283px"&gt;
&lt;COL style="WIDTH: 63px"&gt;
&lt;COL style="WIDTH: 52px"&gt;&lt;/COLGROUP&gt;
&lt;TBODY vAlign=top&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: black 0.5pt solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=top align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;STRONG&gt;Windows Server 2008 Feature&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: black 0.5pt solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;STRONG&gt;Windows&lt;BR&gt;Media&lt;BR&gt;Services&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: black 0.5pt solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;STRONG&gt;IIS 7 +&lt;BR&gt;Media&lt;BR&gt;Pack&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Stream through most firewalls&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;SPAN style="COLOR: black"&gt;Stream content with &lt;/SPAN&gt;&lt;A class="" href="http://www.microsoft.com/windows/windowsmedia/forpros/drm/default.mspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/drm/default.mspx"&gt;Digital Rights Management&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;Fast Streaming&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;~&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Fast Start&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Fast Cache&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Fast Reconnect&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Fast Recovery&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P style="MARGIN-LEFT: 36pt"&gt;&lt;A href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/features.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/features.aspx"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;Advanced Fast Start&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Stream without downloading&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Broadcast (live)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/intstreaming.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/howto/articles/intstreaming.aspx"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;Intelligent streaming&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Optimized for delivering Windows Media content&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Indexing&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Rich Windows Media client logging&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;SPAN style="COLOR: black"&gt;Built-in Windows Media &lt;/SPAN&gt;&lt;A class="" href="http://msdn2.microsoft.com/en-us/library/ms755640.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/ms755640.aspx"&gt;Cache/Proxy&lt;/A&gt;&lt;SPAN style="COLOR: black"&gt; plug-in&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;SPAN style="COLOR: black"&gt;Supported on &lt;/SPAN&gt;&lt;A class="" href="http://msdn2.microsoft.com/en-us/library/ms723891.aspx" mce_href="http://msdn2.microsoft.com/en-us/library/ms723891.aspx"&gt;Server Core&lt;/A&gt;&lt;SPAN style="COLOR: black"&gt; installations&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;SPAN style="COLOR: black"&gt;Available for &lt;/SPAN&gt;&lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=41f3cbbe-891e-4c71-98be-9bd40aeeaf1e&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=41f3cbbe-891e-4c71-98be-9bd40aeeaf1e&amp;amp;displaylang=en"&gt;Windows Web Server 2008&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;&lt;SPAN style="COLOR: black"&gt;Stream content to cross-platform &lt;/SPAN&gt;&lt;A class="" href="http://silverlight.net/" mce_href="http://silverlight.net/"&gt;Silverlight&lt;/A&gt;&lt;SPAN style="COLOR: black"&gt; clients&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;A href="http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Delegation-in-IIS7/Delegating-permissions-in-IIS-Manager/An-Overview-of-Feature-Delegation-in-IIS-7-0" mce_href="http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Delegation-in-IIS7/Delegating-permissions-in-IIS-Manager/An-Overview-of-Feature-Delegation-in-IIS-7-0"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;Delegated Administration&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;A href="http://www.iis.net/articles/view.aspx/IIS7/Use-IIS7-Administration-Tools/Using-XML-Configuration/Centralized-Configuration" mce_href="http://www.iis.net/articles/view.aspx/IIS7/Use-IIS7-Administration-Tools/Using-XML-Configuration/Centralized-Configuration"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;Centralized Configuration&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;A href="http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Configuring-Security/Using-SSL/How-to-Setup-SSL-on-IIS7" mce_href="http://www.iis.net/articles/view.aspx/IIS7/Managing-IIS7/Configuring-Security/Using-SSL/How-to-Setup-SSL-on-IIS7"&gt;&lt;SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana"&gt;Secure Socket Layer (SSL)&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt; for on-demand streams&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: black 0.5pt solid; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center align=left&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;Ability to deliver a broad range of media formats&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 4px; BORDER-TOP: medium none; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: medium none; PADDING-TOP: 1px; BORDER-BOTTOM: black 0.5pt solid" vAlign=center&gt;
&lt;P style="TEXT-ALIGN: center"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you compare this to the original table, you'll notice that both &lt;A href="http://www.iis.net/default.aspx?tabid=7" mce_href="http://www.iis.net/default.aspx?tabid=7"&gt;IIS&lt;/A&gt; and &lt;A href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo95.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/serve/prodinfo95.aspx"&gt;Windows Media Services&lt;/A&gt; have some great new features that might affect your choice for delivering streaming media. Clearly, your decision will be based on your particular business requirements. Fortunately, with the new functionality provided by &lt;A class="" href="http://www.microsoft.com/windowsserver2008/" mce_href="http://www.microsoft.com/windowsserver2008/"&gt;Windows Server 2008&lt;/A&gt;, your options for this decision have just increased. &lt;/P&gt;
&lt;P&gt;After Windows Server 2008 launches, we'll provide updated versions of both &lt;A href="http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx"&gt;Web Server vs. Streaming Server&lt;/A&gt; and &lt;A href="http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/howto/articles/webserver.aspx"&gt;Streaming from a Web Server&lt;/A&gt;. In the meantime, stay tuned to &lt;A href="http://www.iis.net/" mce_href="http://www.iis.net"&gt;www.iis.net&lt;/A&gt; for more information on the delivery of streaming media, and let us know if you have any questions or topics that we can address. &lt;/P&gt;
&lt;P&gt;-Chris &lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1854377" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category><category domain="http://blogs.iis.net/chriskno/archive/tags/silverlight/default.aspx">silverlight</category><category domain="http://blogs.iis.net/chriskno/archive/tags/Media+Pack/default.aspx">Media Pack</category></item><item><title>Putting a toe in the water...</title><link>http://blogs.iis.net/chriskno/archive/2007/07/24/like-a-toe-in-the-water.aspx</link><pubDate>Wed, 25 Jul 2007 04:53:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1821914</guid><dc:creator>chriskno</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/chriskno/rsscomments.aspx?PostID=1821914</wfw:commentRss><comments>http://blogs.iis.net/chriskno/archive/2007/07/24/like-a-toe-in-the-water.aspx#comments</comments><description>&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Hi, my name is Chris Knowlton, and I am a Lead Program Manager on the&amp;nbsp;&lt;A class="" title=IIS.net href="http://www.iis.net/" mce_href="http://www.iis.net"&gt;IIS&lt;/A&gt; team.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I have been with Microsoft for five years, working on &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;streaming media delivery with &lt;A class="" title="Windows Media Services" href="http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx" mce_href="http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx"&gt;Windows Media Services&lt;/A&gt;&amp;nbsp;(WMS).&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The IIS team recently &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;A class="" title="WMS Beta 3 Available " href="http://blogs.iis.net/bills/archive/2007/04/26/windows-media-server-beta-3-available-for-download.aspx" mce_href="http://blogs.iis.net/bills/archive/2007/04/26/windows-media-server-beta-3-available-for-download.aspx"&gt;picked up the charter for WMS&lt;/A&gt; as part of the formation of the Web Server Platform Group.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;My focus here will be largely media-centric, starting with an upcoming post on when to use a Web server vs. a streaming media server for delivering audio/video content.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;With the everyday use of rich media growing fast for entertainment and business, the fun is just beginning.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;:-)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Please provide Comments listing the media delivery questions that you would like to see answered...&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt; 
&lt;P mce_keep="true"&gt;-Chris&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1821914" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/chriskno/archive/tags/media/default.aspx">media</category><category domain="http://blogs.iis.net/chriskno/archive/tags/windows+media+services/default.aspx">windows media services</category></item></channel></rss>