<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - Media</title><link>http://forums.iis.net/1145.aspx</link><description>Discussions on delivering audio/video media files and best practices for the IIS7 Media Pack features</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895104.aspx</link><pubDate>Fri, 27 Feb 2009 21:03:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895104</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895104.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895104</wfw:commentRss><description>&lt;p&gt;Another way to diagonise this issue is to turn on Failed Request Tracing on IIS7 and see whether the server has received the client&amp;#39;s .ism request.&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895103.aspx</link><pubDate>Fri, 27 Feb 2009 21:01:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895103</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895103.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895103</wfw:commentRss><description>&lt;p&gt;One thing to note here is that for .wmv files that are played back directly by Silverlight runtime, cross-domain restriction is not enforced. Smooth streaming files (.ism)&amp;nbsp;are handled by a Silverlight extension called Media Stream Source which&amp;nbsp;is subject to cross-domain restriction. My hunch is that it&amp;#39;s still someting related to cross-domain issue.&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895101.aspx</link><pubDate>Fri, 27 Feb 2009 20:29:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895101</guid><dc:creator>tjader</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895101.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895101</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;jboch:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;This entry gets interpreted by the logic in the XAP loaded into Silverlight. To change media location (if, for example, the media is on a different server), replace the .ism entry with an absolute path (e.g. &lt;strong&gt;mediaSource=&amp;quot;&lt;a href="http://myserver.mydomain.com/MyVDir/MyPresentation.ism/Manifest"&gt;http://myserver.mydomain.com/MyVDir/MyPresentation.ism/Manifest&lt;/a&gt;&lt;/strong&gt;&amp;quot;)&lt;/div&gt;
&lt;li&gt;
&lt;div&gt;If your media is hosted on a server a different domain, you&amp;#39;ll need a clientaccesspolicy.xml file on the media server&amp;#39;s root for everything to work correctly. Look &lt;a href="http://msdn.microsoft.com/en-us/library/cc197955%28VS.95%29.aspx"&gt;here&lt;/a&gt; for details.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;This is&amp;nbsp;exactly what I want and try to do but it&amp;#39;s not working. I&amp;#39;m testing on same machine and domain so it shouldn&amp;#39;t be cross domain. If I just make a .wmv file and put that in the same place and use that url, the player works. And it works when the player i in&amp;nbsp;the same dir as in the sample and i&amp;#39;m not using the absolute path. Well I guess I have to try more...&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895095.aspx</link><pubDate>Fri, 27 Feb 2009 19:08:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895095</guid><dc:creator>jboch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895095.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895095</wfw:commentRss><description>&lt;p&gt;tjader - thanks for your questions! I&amp;#39;d like to clarify a couple of things about how the Silverlight control is intialized from the web page that should help. In order to play content, you will need three things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;A Web page with an &amp;lt;object&amp;gt; tag that creates hosts the control&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;A XAP (Silverlight application package) that the &amp;lt;object&amp;gt; tag loads&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;A set of initialization parameters (initParams) that get supplied to the logic in the XAP&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;The &lt;a href="http://go.microsoft.com/?linkid=9652408"&gt;sample content package&lt;/a&gt; include the BlackGlass.html file which provides an example. If you look at the source for BlackGlass.html in a text editor, you should see all three of these element in action:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&amp;lt;object data=&amp;quot;data:application/x-silverlight-2,&amp;quot; type=&amp;quot;application/x-silverlight-2&amp;quot; width=&amp;quot;100%&amp;quot; height=&amp;quot;100%&amp;quot;&amp;gt;&amp;lt;/object&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;This is pretty much mandatory. You can change the visual display attributes but the data and type attributes pretty much need to appear as they are in the sample file.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;The other &amp;lt;param&amp;gt; tag below reside inside the &amp;lt;object&amp;gt; tag.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div&gt;&amp;lt;param name=&amp;quot;source&amp;quot; value=&amp;quot;SmoothStreamingBlackGlass.xap&amp;quot;/&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;This is the reference to the XAP. If your XAP is hosted on a different server, you&amp;#39;ll need to supply an absolute URL (e.g. &amp;lt;param name=&amp;quot;source&amp;quot; value=&amp;quot;&lt;a href="http://myserver.mydomain.com/myVDir/myXAP.xap"&gt;http://myserver.mydomain.com/myVDir/myXAP.xap&lt;/a&gt;&amp;quot; /&amp;gt;). Otherwise, the value of this parameter is interpreted as relative to the html file.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div&gt;&amp;lt;param name=&amp;quot;initparams&amp;quot; value=&amp;#39;autoplay=True,muted=False,stretchmode=0,displaytimecode=False,playlist=&amp;lt;playList&amp;gt;&amp;lt;playListItems&amp;gt;&amp;lt;playListItem title=&amp;quot;Big%20Buck%20Bunny&amp;quot; description=&amp;quot;&amp;quot; &lt;strong&gt;mediaSource=&amp;quot;Big%20Buck%20Bunny.ism\Manifest&amp;quot;&lt;/strong&gt; adaptiveStreaming=&amp;quot;True&amp;quot; thumbSource=&amp;quot;Big%20Buck%20Bunny_Thumb.jpg&amp;quot; frameRate=&amp;quot;24.0000384000614&amp;quot; &amp;gt;&amp;lt;/playListItem&amp;gt;&amp;lt;/playListItems&amp;gt;&amp;lt;/playList&amp;gt;&amp;#39; /&amp;gt;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;This entry gets interpreted by the logic in the XAP loaded into Silverlight. To change media location (if, for example, the media is on a different server), replace the .ism entry with an absolute path (e.g. &lt;strong&gt;mediaSource=&amp;quot;&lt;a href="http://myserver.mydomain.com/MyVDir/MyPresentation.ism/Manifest"&gt;http://myserver.mydomain.com/MyVDir/MyPresentation.ism/Manifest&lt;/a&gt;&lt;/strong&gt;&amp;quot;)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;If your media is hosted on a server a different domain, you&amp;#39;ll need a clientaccesspolicy.xml file on the media server&amp;#39;s root for everything to work correctly. Look &lt;a href="http://msdn.microsoft.com/en-us/library/cc197955%28VS.95%29.aspx"&gt;here&lt;/a&gt; for details.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;Hope this helps and let us know if you have any further questions.&lt;/p&gt;
&lt;p&gt;--John&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895094.aspx</link><pubDate>Fri, 27 Feb 2009 18:47:22 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895094</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895094.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895094</wfw:commentRss><description>&lt;p&gt;Correction:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it that your client xap file comes from a different &lt;strong&gt;&lt;u&gt;domain&lt;/u&gt; &lt;/strong&gt;than your ism file? &lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895093.aspx</link><pubDate>Fri, 27 Feb 2009 18:46:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895093</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895093.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895093</wfw:commentRss><description>&lt;p&gt;Is it that your client xap file comes from a different URL than your ism file? If that&amp;#39;s the case, I think you&amp;#39;re hitting the corss-domain restriction in Silverlight. You either need to move the xap file to the same server as your media contents or setup cross-domain policies.&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895053.aspx</link><pubDate>Fri, 27 Feb 2009 09:43:13 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895053</guid><dc:creator>tjader</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895053.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895053</wfw:commentRss><description>&lt;p&gt;Yes, the ism file is colocated with the other files. the problem is that as soon as I try to reference the file in Silverlight player with a url in the form of www.mydomain.com/myfile.ism instead of just myfile.ism as in the sample, it fails. It is on a webserver, not a media server, sorry for not being clear. With media server I mean our server were we are hosting the media files and not the server were the web pages exist serving the clients.&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1895001.aspx</link><pubDate>Thu, 26 Feb 2009 18:33:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1895001</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1895001.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1895001</wfw:commentRss><description>&lt;p&gt;With smooth streaming, your media server could just be your web server since it&amp;#39;s running on IIS7. The .ism file needs to be co-located with the media files it references. Actually a better way to think of it is that .ism file is part of the &amp;quot;media presentation&amp;quot; which contains manifest files and the video files.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1894977.aspx</link><pubDate>Thu, 26 Feb 2009 14:56:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1894977</guid><dc:creator>tjader</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1894977.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1894977</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to get this to work. How can I play a mediafile when I have the full path &amp;#39;http://www.mycomain.com/myfile.ism&amp;#39;. In other words how should I reference a file when the webserver and mediaserver are on different machines? The sample works as expected but I need to be able to play files from different servers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1894560.aspx</link><pubDate>Tue, 24 Feb 2009 05:36:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1894560</guid><dc:creator>jboch</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1894560.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1894560</wfw:commentRss><description>&lt;p&gt;The IIS Smooth Streaming Beta is now available. Please see the announcement for details, and use this thread to provide your feedback:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.iis.net/jboch/archive/2009/02/24/beta-release-of-smooth-streaming-now-available.aspx"&gt;http://blogs.iis.net/jboch/archive/2009/02/24/beta-release-of-smooth-streaming-now-available.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1884895.aspx</link><pubDate>Fri, 14 Nov 2008 21:41:43 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884895</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1884895.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1884895</wfw:commentRss><description>&lt;p&gt;You can use Microsoft Expression Encoder 2 SP1(&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A29BE9F9-29E1-4E70-BF67-02D87D3E556E&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=A29BE9F9-29E1-4E70-BF67-02D87D3E556E&amp;amp;displaylang=en&lt;/a&gt;) to encode and generate the files that are needed for IIS Smooth Streaming. It also allows you to directly publish to IIS using WebDav. Along with the media files and server config files, Expression Encoder generates a XAP file that contains a sample implementation of the client side managed code module. Better yet, you can find the source code and Visual Studio solution/project file for the sample implementation in Expression Encoder&amp;#39;s template directory. So with that, you can do whatever you want to plug in your own logic and build your own Silverlight player.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The server module will be a future release of IIS Media Pack running on top of IIS 7.0. The current plan is to release it in Q1 2009.&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1884872.aspx</link><pubDate>Fri, 14 Nov 2008 18:05:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884872</guid><dc:creator>One_adm12@hotmail.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1884872.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1884872</wfw:commentRss><description>&lt;p&gt;Will the managed code module be extensible?&amp;nbsp; How would we configure or override the logic to determine the switching?&amp;nbsp; There are many cases where we may want to restrict, or allow certaing behaiviours or capabilities.&amp;nbsp; For instance only allowing the hight bit rates only&amp;nbsp;to premium subscribers. &lt;/p&gt;
&lt;p&gt;Will this be supported for&amp;nbsp;Live events also?&amp;nbsp; &lt;/p&gt;
&lt;p&gt;How&amp;nbsp;does the file chunking work?&amp;nbsp; Is that&amp;nbsp;part of the encode/distribution process?&amp;nbsp;&amp;nbsp;&amp;nbsp;Or is IIS handling this similar to&amp;nbsp;byte range requests?&amp;nbsp; Are their content management tools planned for managing the different encode profiles and the distribution of those files? &lt;/p&gt;
&lt;p&gt;Also, when is a beta planned?&amp;nbsp; I&amp;#39;m excited to get my hands on this stuff!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks!&lt;/p&gt;
&lt;p&gt;Adam &lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1884801.aspx</link><pubDate>Fri, 14 Nov 2008 01:16:25 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884801</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1884801.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1884801</wfw:commentRss><description>&lt;p&gt;Adam, thanks for the feedback.&lt;/p&gt;
&lt;p&gt;IIS Smooth Streaming is supported by Silverlight 2.0. There&amp;#39;s a seperate managed code module running on top of Silverlight runtime that&amp;#39;s doing the smooth streaming logic. The managed code module is automatically downloaded as a Silverlight XAP app.&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1884798.aspx</link><pubDate>Fri, 14 Nov 2008 01:02:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884798</guid><dc:creator>One_adm12@hotmail.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1884798.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1884798</wfw:commentRss><description>&lt;font face="Times New Roman" size="3"&gt;Looks pretty good.&amp;nbsp; Although still not quite as good as the Move Network plugin and encoding.&amp;nbsp; I noticed quite a lot of artifacting especially during quality level switchs between &lt;/font&gt;&lt;a href="http://video.smoothhd.com/Media/AD_Streaming/NBA.ism/QualityLevels(1500000)/Fragments(video=3130120746"&gt;&lt;font face="Times New Roman" color="#0000ff" size="3"&gt;http://video.smoothhd.com/Media/AD_Streaming/NBA.ism/QualityLevels(1500000)/Fragments(video=3130120746&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;and &lt;/font&gt;&lt;a href="http://video.smoothhd.com/Media/AD_Streaming/NBA.ism/QualityLevels(2000000)/Fragments(video=3267924804"&gt;&lt;font face="Times New Roman" color="#0000ff" size="3"&gt;http://video.smoothhd.com/Media/AD_Streaming/NBA.ism/QualityLevels(2000000)/Fragments(video=3267924804&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;also vertical movement cause distortion on the high action scenes.&amp;nbsp; But overall very nice! &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;BTW, what version of Silverlight will this be supported in?&amp;nbsp; I don&amp;#39;t see anything in the Silverlight media documentation about bit rate switching or how to control the quality switching ie.. what factors to base the switch on.&amp;nbsp; But maybe I&amp;#39;m missing something.&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;br /&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;Thanks, &lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;Adam Smith&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Times New Roman" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: IIS Smooth Streaming Feedback Thread</title><link>http://forums.iis.net/thread/1884030.aspx</link><pubDate>Fri, 07 Nov 2008 00:44:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1884030</guid><dc:creator>samzhang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1884030.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1884030</wfw:commentRss><description>&lt;p&gt;It only supports Silverlight clients. Thanks.&lt;/p&gt;
&lt;p&gt;-Sam&lt;/p&gt;</description></item></channel></rss>