<?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>IIS Media Delivery Blog</title><link>http://blogs.iis.net/media/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>Customizing Bandwidth Usage</title><link>http://blogs.iis.net/media/archive/2007/08/02/customizing-bandwidth-usage.aspx</link><pubDate>Fri, 03 Aug 2007 00:27:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1838872</guid><dc:creator>brflem</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/media/rsscomments.aspx?PostID=1838872</wfw:commentRss><comments>http://blogs.iis.net/media/archive/2007/08/02/customizing-bandwidth-usage.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;First of all, apologies for not having introduced myself in my first post.&amp;nbsp; My name is Bryan and I am a Program Manager Intern on the IIS team.&amp;nbsp; In my "real life," I am an undergraduate student pursuing a double major in Electrical and Computer Engineering and Computer Science.&amp;nbsp; I have been at Microsoft since mid-May 2007.&lt;/P&gt;
&lt;P&gt;I have already &lt;A class="" title=posted href="http://blogs.iis.net/media/archive/2007/07/13/welcome-to-the-iis-media-blog.aspx" mce_href="http://blogs.iis.net/media/archive/2007/07/13/welcome-to-the-iis-media-blog.aspx"&gt;posted&lt;/A&gt; about delivering on-demand media more efficiently, because users often do not watch entire videos. &amp;nbsp;Download throttling for media is one of the things we are currently working on for our upcoming Media Pack.&lt;/P&gt;
&lt;P&gt;There is also another way to limit bandwidth use in IIS.&amp;nbsp; IIS6 and IIS7 allow an administrator to set a limit on the total bandwidth that can be used at the site and server levels.&amp;nbsp; This existing functionality has some interesting applications, but it is not a very good solution to the media problem. &lt;/P&gt;
&lt;P&gt;Where the existing bandwidth throttling might make sense is in a shared hosting scenario.&amp;nbsp; To ensure no one site incurs heavy traffic that could use all of a server's bandwidth, you could set a bandwidth limit of 80% of that server's total bandwidth for each site on the box.&amp;nbsp; That way no single site could ever be allowed to use enough bandwidth to completely choke out others.&lt;/P&gt;
&lt;P&gt;Setting a bandwidth limit can also potentially lower bandwidth cost, if the bill is somehow based on the peak or "average peak" bandwidth used.&amp;nbsp; Throttling allows an administrator to ensure that the bandwidth used never exceeds a set maximum, which can also mean that the bill will not exceed a set maximum.&amp;nbsp; Setting a limit to control cost can be especially beneficial for a server that routinely sends large files to clients with very fast connections, generating very high bandwidth usage for extended periods of time.&lt;/P&gt;
&lt;P&gt;Many folks are surprised to learn about the existing bandwidth limit feature, and I wanted to put it out into the community a little louder.&amp;nbsp; In the IIS Manager, select a site or server, and then click on "Limits..." under "Configure" in the Actions panel.&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1838872" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/media/archive/tags/Media/default.aspx">Media</category><category domain="http://blogs.iis.net/media/archive/tags/Hosting/default.aspx">Hosting</category><category domain="http://blogs.iis.net/media/archive/tags/Tips+and+Tricks/default.aspx">Tips and Tricks</category></item><item><title>Welcome to the IIS Media Blog!</title><link>http://blogs.iis.net/media/archive/2007/07/13/welcome-to-the-iis-media-blog.aspx</link><pubDate>Fri, 13 Jul 2007 16:06:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1803028</guid><dc:creator>brflem</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.iis.net/media/rsscomments.aspx?PostID=1803028</wfw:commentRss><comments>http://blogs.iis.net/media/archive/2007/07/13/welcome-to-the-iis-media-blog.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello and welcome to the IIS Media Blog.&amp;nbsp; I am very excited to be making my first post here and starting a deeper media discussion with the broader IIS community.&amp;nbsp; IIS team members working on media will be posting here to talk about technologies in the pipeline and already here today that will help you better serve media content to your users.&lt;/P&gt;
&lt;P&gt;So you may be asking yourself, "When did IIS start focusing on media delivery?"&amp;nbsp; Microsoft recognized the trends in multimedia content on the internet - Web and media are becoming increasingly integrated.&amp;nbsp; Today more than ever, music and videos are being served as part of websites and Web applications.&amp;nbsp; Because of this convergence, and in order to build the most relevant technology possible, the Windows Media Services team has become part of the IIS team.&amp;nbsp; &lt;A href="http://blogs.iis.net/bills/default.aspx"&gt;Bill Staples&lt;/A&gt; announced and explained this change in this &lt;A href="http://blogs.iis.net/bills/archive/2007/04/26/windows-media-server-beta-3-available-for-download.aspx"&gt;blog post&lt;/A&gt;.&amp;nbsp; He also writes about the Windows Media Services product, which I will discuss briefly below.&lt;/P&gt;
&lt;P&gt;There are really two options for delivering multimedia content today.&amp;nbsp; For on-demand content you can use progressive download with a Web server.&amp;nbsp; IIS sends the multimedia file as fast as available bandwidth allows, as it would any other file type.&amp;nbsp; The client's player typically begins playing as soon as it has buffered a sufficient amount of content.&amp;nbsp; However, more often than not, a visitor will only play a small portion of that downloaded content.&amp;nbsp; When this happens, simple downloading is a somewhat inefficient method for serving media.&amp;nbsp; It also makes little sense, in most cases, to send down data faster than the client can play it.&amp;nbsp; IIS7 will address this - keep reading.&lt;/P&gt;
&lt;P&gt;The other option for delivering media over the internet today is to use a fully featured streaming media server such as &lt;A href="http://www.microsoft.com/windows/windowsmedia/forpros/server/server.aspx"&gt;Windows Media Services&lt;/A&gt; (WMS).&amp;nbsp; WMS has support for on-demand as well as live video streams, all of which can be delivered in a very efficient and cost-effective method.&amp;nbsp; It can serve a different stream to each client and can also use multicast to broadcast a single stream to thousands of clients at once using only one stream's worth of bandwidth.&amp;nbsp; WMS also ships with a number of features in the box that ensure a high quality end user experience.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.iis.net/members/EWoersch.aspx"&gt;Eric Woersching&lt;/A&gt; wrote an excellent post on using WMS, IIS7, and bit rate throttling as part of his MIX 2007 coverage, which you can check out &lt;A href="http://blogs.iis.net/iistour/archive/2007/05/02/iis-team-gets-in-the-mix-pt-2-rich-media-sites.aspx"&gt;here&lt;/A&gt;.&amp;nbsp; As Eric noted, we are currently working on a new Media Pack that will move IIS7 beyond the simple download method for delivering on-demand content in the future.&amp;nbsp; More on that coming soon.&amp;nbsp; In the meantime, you can Go Live in production with the latest versions of IIS and WMS today by downloading &lt;A href="http://www.microsoft.com/windowsserver2008/default.mspx"&gt;Windows Server 2008 Beta 3&lt;/A&gt;, installing &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=2C09FD09-A1D8-4C27-B210-CD16DD778B62&amp;amp;displaylang=en"&gt;WMS&lt;/A&gt;, and signing the &lt;A href="http://connect.microsoft.com/site/sitehome.aspx?SiteID=404"&gt;Go Live&lt;/A&gt; license.&lt;/P&gt;
&lt;P&gt;We are looking forward to posting here often in the future!&lt;/P&gt;&lt;img src="http://blogs.iis.net/aggbug.aspx?PostID=1803028" width="1" height="1"&gt;</description><category domain="http://blogs.iis.net/media/archive/tags/Media/default.aspx">Media</category><category domain="http://blogs.iis.net/media/archive/tags/Windows+Media+Services/default.aspx">Windows Media Services</category></item></channel></rss>