<?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>IIS Smooth Streaming Player Development Kit 1.0 - Beta 1 Feedback</title><link>http://forums.iis.net/thread/1920463.aspx</link><pubDate>Mon, 12 Oct 2009 22:23:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1920463</guid><dc:creator>vsood</dc:creator><slash:comments>21</slash:comments><comments>http://forums.iis.net/thread/1920463.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1920463</wfw:commentRss><description>&lt;p&gt;Please use this thread to provide us your feedback on Smooth Streaming Player Development Kit Beta 1. You can get more details &lt;a href="http://blogs.iis.net/vsood/archive/2009/10/09/iis-smooth-streaming-player-development-kit-1-0-beta-1-released.aspx" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp;on the release.&lt;/p&gt;</description></item><item><title>Migrating from Windows Media Services to IIS Smooth Streaming</title><link>http://forums.iis.net/thread/1925559.aspx</link><pubDate>Fri, 20 Nov 2009 09:24:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925559</guid><dc:creator>einar</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1925559.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1925559</wfw:commentRss><description>Hi

I would like to know if there is any documentation about migrating media delivery from Windows Media Services (WMS) to IIS Smooth streaming?

Today I serve my content using WMS. My content is usually just one bitrate wmv file in Windows Media 9 format (video and audio) in an asf container. I also have another version of my content for mobile devices such as the iPhone. This is a lower resolution version of the same file encoded using AVC1(h264)/ACC in an mp4 container. 

My question are: 
Do I need to re-encode my content for smooth streaming or can I somehow generate the Manifest files according to the already existing keyframes in my media files?
Also, would it be possible to offer two bitrates in different formats?
The idea is to use the lower resolution (and lower bitrate) format (iPhone version) together with the higher bitrate version of the video. Clients seeking around or experiencing bandwith problems could therefore start by playing the lower bitrate and then switch to the higher bitrate version. Furthermore, could I &amp;quot;smooth stream&amp;quot; the lower bitrate version directly to the iPhone as well (as shown (or almost shown..) in ScottGu&amp;#39;s keynote at PDC09)?

</description></item><item><title>Calculation of next fragment ts fails with Inlet Spinnaker Live SS</title><link>http://forums.iis.net/thread/1925616.aspx</link><pubDate>Fri, 20 Nov 2009 16:22:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925616</guid><dc:creator>303</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1925616.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1925616</wfw:commentRss><description>Since I can&amp;#39;t get any answers from Inlet I will try and ask here if anyone has a clue. I&amp;#39;m having troubles with Live Smooth Streaming together with the Inlet Spinnaker 5000 (4.1.2.10846) in that sometimes the fragment timestamps in the manifest doesn&amp;#39;t sum up with the calculated timestamp from the duration of the samples in the fragment.&lt;br /&gt;
&lt;br /&gt;
In the manifest I can see these fragments:&lt;br /&gt;
&lt;pre&gt;...
&amp;lt;c t=&amp;quot;324693333&amp;quot;/&amp;gt;
&amp;lt;c t=&amp;quot;345173333&amp;quot;/&amp;gt;
...&lt;/pre&gt;
&lt;br /&gt;
If I get the fragment with the 324693333 ts from the IIS server and look at its trun-box it contains 6 samples, adding the duration of all samples gives a total duration of 20479999. To get the next timestamp to request I add the duration to the requested ts and get 345173332, this timestamp is now 1 off the next fragment in the manifest and the IIS server of course respond with a 404 and I cannot continue to stream. Am I missing something in the calculation or what gives this discrepancy?&lt;br /&gt;
I never see this issue when using the push encoder with material encoded with Expression Encoder 3.&lt;br /&gt;
&lt;br /&gt;
I have an archive that can be replayed with the push encoder to reproduce the behaviour.</description></item><item><title>Live Smooth Player rerequesting same data</title><link>http://forums.iis.net/thread/1925413.aspx</link><pubDate>Thu, 19 Nov 2009 15:09:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925413</guid><dc:creator>303</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1925413.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1925413</wfw:commentRss><description>I have noticed the smooth player (latest player sdk) some times rerequesting a fragment it already has. Anyone know the reason why it would do this? The status of all requests are 200 OK, and all requests are issued after the other in the same connection towards the server.

&lt;pre&gt;
snippet from server:
14:02:17,719	/smooth2.isml/QualityLevels(688000)/Fragments(video=185245350000)
14:02:17,725	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185245350000)
14:02:20,022	/smooth2.isml/QualityLevels(688000)/Fragments(video=185265370000)
14:02:20,024	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185265370000)
14:02:20,088	/smooth2.isml/QualityLevels(688000)/Fragments(video=185285390000)
14:02:20,091	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185285390000)
14:02:23,789	/smooth2.isml/QualityLevels(688000)/Fragments(video=185305410000)
14:02:23,794	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185305410000)
14:02:26,022	/smooth2.isml/QualityLevels(688000)/Fragments(video=185325430000)
14:02:26,024	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185325430000)
14:02:26,108	/smooth2.isml/QualityLevels(688000)/Fragments(video=185345450000)
14:02:26,109	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185345450000)
rerequesting here --&amp;gt; 14:02:27,745	/smooth2.isml/QualityLevels(688000)/Fragments(video=185305410000)
14:02:27,830	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185305410000) 
14:02:27,906	/smooth2.isml/QualityLevels(688000)/Fragments(video=185325430000)
14:02:27,949	complete /smooth2.isml/QualityLevels(688000)/Fragments(video=185325430000)
14:02:27,989	/smooth2.isml/QualityLevels(688000)/Fragments(video=185345450000)
14:02:28,031	complete/smooth2.isml/QualityLevels(688000)/Fragments(video=185345450000)
14:02:28,072	/smooth2.isml/QualityLevels(688000)/Fragments(video=185365470000)
&lt;/pre&gt;</description></item><item><title>Live Smooth Streaming - Encoders</title><link>http://forums.iis.net/thread/1899092.aspx</link><pubDate>Thu, 02 Apr 2009 10:11:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899092</guid><dc:creator>einar</dc:creator><slash:comments>4</slash:comments><comments>http://forums.iis.net/thread/1899092.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1899092</wfw:commentRss><description>&lt;p&gt;What software encoders are currently available for broadcasting video to IIS using Live Smooth Streaming?&lt;/p&gt;&lt;p&gt;I assume that Windows Media Encoder does not support pushing to IIS, right? And since that is built around the DirectShow SDK, the &lt;strong&gt;IWMWriterPushSink&lt;/strong&gt; does not support it either?&lt;/p&gt;&lt;p&gt;My question is therefore, what APIs/SDKs are available today for me to build Live Smooth Streaming support into my applications? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Live Smooth Streaming: Browser blocks when push encoder is running </title><link>http://forums.iis.net/thread/1925300.aspx</link><pubDate>Wed, 18 Nov 2009 20:34:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1925300</guid><dc:creator>bluetooth2020</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1925300.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1925300</wfw:commentRss><description>&lt;p&gt;I have downloaded the example Big Bucks Bunny ISM files as well as the pushEncoder binaries and trying to get Live Smooth Streaming going with IIS 7. When I start the publishing point, it goes into Starting and then I run the pushEncoder. It seems to be doing it OK and pushing it to the PP (dont see any error and it is waiting for the threads to finish). But when I connect a client browser to view this, the page just hangs. When I kill the push encoder, immediately the client plays a couple of chunks and reports that it reached end of known chunk with 2 consecutive chunk errors.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It feels like the pushencoder is blocking other HTTP requests to the IIS server. I tried so that pushEncoder pushes to &lt;a href="http://localhost/"&gt;http://localhost&lt;/a&gt; while I use a different client connect to it using &lt;a href="http://ip_address/"&gt;http://ip_address&lt;/a&gt; and it does the same thing. Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Inject Script Command</title><link>http://forums.iis.net/thread/1922148.aspx</link><pubDate>Mon, 26 Oct 2009 11:48:29 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922148</guid><dc:creator>elenasp</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1922148.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922148</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;is it possible to injecet Script command into a published video stream in IIS?&lt;/p&gt;&lt;p&gt;We would like to add metadata into the streams from the smooth streaming, an read it with silverlight. We will stream a video to IIS without Windows Expression Encoder, we will probably use the Inlet&amp;#39;s encoder. We need to know how to insert Script Commands into the stream generated by the inlet encoder.Iss it possible to do it in IIS? Or is there any other application to do it?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;&lt;p&gt;Elena &lt;br /&gt;&lt;/p&gt;</description></item><item><title>DirectAccess</title><link>http://forums.iis.net/thread/1924730.aspx</link><pubDate>Sat, 14 Nov 2009 01:54:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924730</guid><dc:creator>George Payne</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1924730.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1924730</wfw:commentRss><description>&lt;p&gt;Is DirectAccess availiable in Windows Server 2008 Web Edition SP 2?&lt;/p&gt;
&lt;p&gt;In the article:&amp;nbsp; &lt;a href="http://technet.microsoft.com/en-us/library/dd637813(WS.10).aspx"&gt;http://technet.microsoft.com/en-us/library/dd637813(WS.10).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It shows:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To install the DirectAccess Management Console feature&lt;/strong&gt; &lt;/p&gt;
&lt;ol class="ordered"&gt;
&lt;li&gt;
&lt;p&gt;In Server Manager, under &lt;strong&gt;Features Summary&lt;/strong&gt;, click &lt;strong&gt;Add features&lt;/strong&gt;.&lt;/p&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Select Features&lt;/strong&gt; page, select &lt;strong&gt;DirectAccess Management Console&lt;/strong&gt;. &lt;em&gt;I don&amp;#39;t find this&lt;/em&gt;&lt;/p&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Add Features Wizard&lt;/strong&gt; window, click &lt;strong&gt;Add Required Features&lt;/strong&gt;.&lt;/p&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Select Features&lt;/strong&gt; page, click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/p&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Confirm Installation Selections&lt;/strong&gt; page, click &lt;strong&gt;Install&lt;/strong&gt;. &lt;/p&gt;
&lt;li&gt;
&lt;p&gt;On the &lt;strong&gt;Installation Results&lt;/strong&gt; page, click &lt;strong&gt;Close&lt;/strong&gt;.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;</description></item><item><title>Logging with SSME</title><link>http://forums.iis.net/thread/1922036.aspx</link><pubDate>Sat, 24 Oct 2009 18:41:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922036</guid><dc:creator>vsood</dc:creator><slash:comments>7</slash:comments><comments>http://forums.iis.net/thread/1922036.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922036</wfw:commentRss><description>&lt;span class="comment_content"&gt;Copied from a comment on my blog&lt;/span&gt;&lt;span class="comment_content"&gt; 
&lt;p&gt;&amp;quot;We are working on samples and documentation&amp;quot;. Great! &amp;nbsp;Hopefully they will cover the logging capabilities of the smooth streaming media element. I&amp;#39;ve noticed a couple of things while testing the logging capabilities so far.&lt;/p&gt;
&lt;p&gt;I was able to successfully get the control to post client logs by adding the LogUrl element to the .ismc file, but is there a way this can be configured dynamically through code? &amp;nbsp;I see that the control has a LoggingUrl property, but setting it does not seem to work.&lt;/p&gt;
&lt;p&gt;The control exposes a LogReady event but seems that this event only fires when playing non-smooth-stream content (i.e. when the Source property is set to a progressive download URL like a .wmv file). &amp;nbsp;When playing smooth stream content, the control does post the client logs but the event doesn&amp;#39;t fire.&lt;/p&gt;&lt;/span&gt;</description></item><item><title>Can't serve ISM files - 400 errors "Error parsing incoming URL"</title><link>http://forums.iis.net/thread/1924456.aspx</link><pubDate>Thu, 12 Nov 2009 14:56:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924456</guid><dc:creator>steve schofield</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1924456.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1924456</wfw:commentRss><description>&lt;p&gt;I have&amp;nbsp;a FRT trace where smooth streaming isn&amp;#39;t working when trying to serve an ISM inside a MOSS site.&amp;nbsp;&amp;nbsp;&amp;nbsp; The file is there and I can browse a static file named ss.htm.&amp;nbsp; (this helps prove the app pool can serve up pages)&amp;nbsp; My bing foo and google foo isn&amp;#39;t helping. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;http://www.example.com/_layouts/NetworkFileStore/UploadFolder/ss.ism/manifest&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Error277. -MODULE_ERROR &lt;br /&gt;ModuleName SmoothHandler &lt;br /&gt;Data1 Error parsing incoming URL &lt;br /&gt;Data2&amp;nbsp; &lt;br /&gt;&lt;br /&gt;ErrorCode 2156396546 &lt;br /&gt;&amp;nbsp;Warning278. -MODULE_SET_RESPONSE_ERROR_STATUS &lt;br /&gt;ModuleName SmoothHandler &lt;br /&gt;Notification 128 &lt;br /&gt;HttpStatus 400 &lt;br /&gt;HttpReason Bad Request &lt;br /&gt;HttpSubStatus 0 &lt;br /&gt;ErrorCode 2156396546 &lt;br /&gt;ConfigExceptionInfo&amp;nbsp; &lt;br /&gt;Notification EXECUTE_REQUEST_HANDLER &lt;/p&gt;</description></item><item><title>Video streaming is not smooth</title><link>http://forums.iis.net/thread/1922641.aspx</link><pubDate>Thu, 29 Oct 2009 10:33:36 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922641</guid><dc:creator>nan_go</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1922641.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922641</wfw:commentRss><description>&lt;p&gt;Video is always streaming in low bit rate and playing video is not smooth but videos play from smoothHD.com and IIS7 Big buck bunny are smooth and playing in High bit rate.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I am converting my videos in following bit rates 300,424,600,849,1200 kbps using expression encoder 3 in VC-1/WMA profile.&lt;/p&gt;&lt;p&gt;Please any one guide me on this issue to solve whether I have to change any setting Expression Encoder 3 while converting video or in IIS7 &lt;/p&gt;&lt;p&gt;&amp;nbsp;My Server is located in Remote place and configuration is windows 2008 server / Xeon processors(6 core) / 8 GB RAM&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;&lt;p&gt;Nantha &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Pseudo streaming and managed modules on IIS</title><link>http://forums.iis.net/thread/1924026.aspx</link><pubDate>Tue, 10 Nov 2009 07:13:19 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1924026</guid><dc:creator>saasheim</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1924026.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1924026</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m currently working on setting up pseudo streaming on IIS7 to a flash client (JW-Player). This works right out of the box, but we have some large files and would like to have a solution like Youtube where the user can skip in the video before the whole thing i downloaded.&lt;/p&gt;
&lt;p&gt;I have found one module that works fine: &lt;a href="http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Internet-Information-Services-IIS7-Version2"&gt;http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Internet-Information-Services-IIS7-Version2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When using this module the user can skip forward in the video, and the download startes from the point the user selects (the whole file is not downloaded).&lt;/p&gt;
&lt;p&gt;In addition to the seek functionallity we would like to check the clients ip and map it to a geographical area, due to rights. The module from code-shop doen&amp;#39;t have this functionality.&lt;/p&gt;
&lt;p&gt;As I see it, there is two possible solutions:&lt;/p&gt;
&lt;p&gt;1) Write a second plugin that checks ip, and when the request comes in it is piped through the ip-module, and then the code-shop module. Is that possible? If so - how?&lt;/p&gt;
&lt;p&gt;2) Write a new module with ip check and file seek, and drop the module from code shop. IIS supports byte range, but the JW-player we use sends in the number of seconds the user wants to skip - that means that we have to do a mapping from number of seconds to byte-range for the spesified video quality in the module. Can anyone help...?&lt;/p&gt;
&lt;p&gt;What is the best solution, and how do I fix it? Suggestions?&lt;/p&gt;</description></item><item><title>Push to Smooth Streaming Publishing point</title><link>http://forums.iis.net/thread/1923501.aspx</link><pubDate>Thu, 05 Nov 2009 14:15:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923501</guid><dc:creator>Iain Ballard</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1923501.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1923501</wfw:commentRss><description>Hi.
&lt;br /&gt;&lt;br /&gt;
I&amp;#39;ve been trying to push a stream IIS with the Live Smooth Streaming plugin.
&lt;br /&gt;&lt;br /&gt;
Using the &amp;quot;pushEncoder.exe&amp;quot; it works OK, but using any other method, IIS returns a &amp;quot;200 OK&amp;quot; method after the first fragment&amp;#39;s &amp;#39;mdat&amp;#39;.
&lt;br /&gt;&lt;br /&gt;
It then won&amp;#39;t accept any further fragments.
&lt;br /&gt;&lt;br /&gt;
Is there any way of finding out what&amp;#39;s going wrong? Event log and IIS logs aren&amp;#39;t giving any useful info (no difference between success and failure).
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;

Also, I notice that &amp;quot;pushEncoder.exe&amp;quot; puts a &amp;#39;uuid&amp;#39; atom at the end of the &amp;#39;moof&amp;#39; atoms, and this is not present in the source MP4. Is it important &amp;amp; what is it&amp;#39;s purpose?
&lt;br /&gt;&lt;br /&gt;
Thanks,
Iain B.</description></item><item><title>Live Smooth Streaming with Expression Encoder 3 and Web Cam</title><link>http://forums.iis.net/thread/1921085.aspx</link><pubDate>Sat, 17 Oct 2009 20:34:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1921085</guid><dc:creator>rickj1</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1921085.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1921085</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to connect a live broadcast with &amp;nbsp;Expression Encoder 3&amp;nbsp;and a wed cam when I try to connect to Publishing point I get this error Unable to establish connection to server. Ensure Windows Media Services is starter and the HTTP server control protocol is properly enabled is there an article or a walk through out there that will help with setting this up I&amp;#39;m running IIS7 I have media services installed. and has any one see articles on this subject for encoder the help files basically only tell you what properties they have I&amp;#39;m trying to have a web or video cam fire straight up to a web page&lt;br /&gt;like Monday night football encoder seems to have the choice to do this there is a publishing option and a broadcast option I just need to get it to work&lt;/p&gt;</description></item><item><title>IIS Smooth streaming and SQL Server FILESTREAM</title><link>http://forums.iis.net/thread/1922943.aspx</link><pubDate>Sat, 31 Oct 2009 19:17:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922943</guid><dc:creator>brainbox</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1922943.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922943</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Is it possible to store IIS smooth streaming media files in SQL Server FILESTREAM binary fields. &lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Alexey Zakharov &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problem with HTTP Streaming in Windows Media Services </title><link>http://forums.iis.net/thread/1923404.aspx</link><pubDate>Wed, 04 Nov 2009 20:22:30 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923404</guid><dc:creator>George Payne</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923404.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1923404</wfw:commentRss><description>&lt;div class="ForumPostContentText"&gt;
&lt;p&gt;I have Windows Server 2008 with both HTTP and RTSP streaming set up and as an option.&lt;br /&gt;&lt;br /&gt;These links will play off my server:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://74.208.171.60/FGM-Streams/Johnson/090723-Bill_Johnson-Pour_Out_Your_Spirit-Thurs_PM.wmv"&gt;http://74.208.171.60/FGM-Streams/Johnson/090723-Bill_Johnson-Pour_Out_Your_Spirit-Thurs_PM.wmv&lt;/a&gt;&amp;nbsp; HTTP&lt;/p&gt;
&lt;p&gt;mms://74.208.144.19/FGM-Streams/Johnson/090723-Bill_Johnson-Pour_Out_Your_Spirit-Thurs_PM.wmv &amp;nbsp; RTSP &lt;br /&gt;&lt;br /&gt;Both Start but the HTTP will stop at say 40 seconds and the RTSP will play for over two hours.&amp;nbsp; It&amp;#39;s the same file.&amp;nbsp; Same server.&amp;nbsp; Same directory.&lt;br /&gt;&lt;br /&gt;Any idea how I can over come the failure?&lt;br /&gt;&lt;br /&gt;Thank you for helping me.&lt;br /&gt;&lt;br /&gt;George Payne&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Unattended install for 3.0 / Smooth streaming only</title><link>http://forums.iis.net/thread/1923074.aspx</link><pubDate>Mon, 02 Nov 2009 14:03:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1923074</guid><dc:creator>steve schofield</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1923074.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1923074</wfw:commentRss><description>&lt;p&gt;Is there documentation to perform an unattended install of the&amp;nbsp;Smooth streaming module only?&amp;nbsp; I don&amp;#39;t&amp;nbsp;need&amp;nbsp;Live&amp;nbsp;Smooth Streaming, Bit Rate Throttling and Media Playlists modules.&amp;nbsp;&amp;nbsp;I have to install this module on dozens of machines and would like to automate installation / configuration.&lt;/p&gt;
&lt;p&gt;Any direction is greatly appreciated&lt;/p&gt;</description></item><item><title>bit rate throttling &amp; browser cache problem</title><link>http://forums.iis.net/thread/1922747.aspx</link><pubDate>Fri, 30 Oct 2009 05:46:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922747</guid><dc:creator>re076</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1922747.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922747</wfw:commentRss><description>&lt;p&gt;I installed IIS Media Services 3.0 on server&amp;nbsp;(Win 2008 R2)&amp;nbsp;and enable bit rate throttling. If I open direct link to WMV file &lt;a href="http://test.b1905.cz/video/2009/TV_TRENER_2009_09_13_BOH_CB_768.wmv"&gt;http://test.b1905.cz/video/2009/TV_TRENER_2009_09_13_BOH_CB_768.wmv&lt;/a&gt; &amp;nbsp;close Media player after couple of seconds&amp;nbsp;(before media file is fully downloaded)&amp;nbsp;and then open link again I receive browser error. If I open URL in Windows Media Player, break playback and open again, it works. &lt;/p&gt;
&lt;p&gt;Bu what is more interesting. If bit rate throttling is not enabled on IIS it works. Try this, same scenario:&amp;nbsp;&amp;nbsp;&lt;a href="http://www.bohemians1905.cz/video/2009/TV_OHLASY_2009_10_28_LIB_BOH_1536.wmv"&gt;http://www.bohemians1905.cz/video/2009/TV_OHLASY_2009_10_28_LIB_BOH_1536.wmv&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It seems like problem with write&amp;nbsp;to part of downloaded file in browser cache. Any solution please&amp;nbsp;? Thank you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;-re-&lt;/p&gt;</description></item><item><title>Module question</title><link>http://forums.iis.net/thread/1922870.aspx</link><pubDate>Fri, 30 Oct 2009 21:16:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922870</guid><dc:creator>steve schofield</dc:creator><slash:comments>3</slash:comments><comments>http://forums.iis.net/thread/1922870.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922870</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m looking to deploy just the smooth streaming module.&amp;nbsp; On a test server, there are two modules listed&lt;/p&gt;
&lt;p&gt;One is called ResfulUrlMapModule, the second is called SmoothHandler.&amp;nbsp; Are both modules needed for supporting just SmoothStreaming?&lt;/p&gt;</description></item><item><title>2.0 to 3.0 differences in smooth streaming</title><link>http://forums.iis.net/thread/1922808.aspx</link><pubDate>Fri, 30 Oct 2009 15:10:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922808</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1922808.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922808</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m looking for information / readme on the differences between smooth streaming in 2.0 to 3.0.&amp;nbsp;&amp;nbsp; We are looking to use smooth streaming module in a environment.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Skipping forward (seeking)</title><link>http://forums.iis.net/thread/1915650.aspx</link><pubDate>Wed, 02 Sep 2009 21:44:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1915650</guid><dc:creator>dbukhan</dc:creator><slash:comments>5</slash:comments><comments>http://forums.iis.net/thread/1915650.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1915650</wfw:commentRss><description>&lt;p&gt;I remember reading that IIS7 supports seeking in the file that is being played before it downloads the whole file. As I remember the client sends GET requests for byte ranges corresponding to a seek position&amp;nbsp;and the server serves the requested range.&lt;/p&gt;
&lt;p&gt;I was testing it today with a Windows Media Player 11 and skipping forward was not working until the whole file was in the local cache. IIS Media Pack is installed.&lt;/p&gt;
&lt;p&gt;Does it work with a Silverlight player only and not with a Win Media Player? Or am I missing something on the server side?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;</description></item><item><title>Manual publish smooth streaming video</title><link>http://forums.iis.net/thread/1922446.aspx</link><pubDate>Wed, 28 Oct 2009 06:16:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922446</guid><dc:creator>brainbox</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1922446.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922446</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Is it possible to manually publish smooth streaming video to IIS? I want to manually copy output files of Enconder and publish them.&lt;/p&gt;&lt;p&gt;&amp;nbsp;When I opened Smooth Streaming Presentations section i failed to find any add buttons or something like that.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Also I want smooth stream files to be published just by uploading them via FTP? Is it possible without any IIS manipulations? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Changing from different bitrates took nearly 7 seconds in Smooth Streaming format</title><link>http://forums.iis.net/thread/1918428.aspx</link><pubDate>Sat, 26 Sep 2009 10:12:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1918428</guid><dc:creator>Joeri P</dc:creator><slash:comments>2</slash:comments><comments>http://forums.iis.net/thread/1918428.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1918428</wfw:commentRss><description>&lt;p&gt;Could somebody explain me why it took 7 seconds why my IIS (or smooth streaming addon) change from the smallest bitrate to the highest bitrate in 7 seconds ? Why took it so long ? Is there some explaination ?&lt;/p&gt;
&lt;p&gt;I encoded the movies with the Expression Encoder 2 SDK, but&amp;nbsp;I don&amp;#39;t think that&amp;#39;s the problem.&lt;/p&gt;
&lt;p&gt;Anybody an explaination ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>IIS 7 Web Server 2008</title><link>http://forums.iis.net/thread/1922032.aspx</link><pubDate>Sat, 24 Oct 2009 18:03:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922032</guid><dc:creator>ragrone</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1922032.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922032</wfw:commentRss><description>&lt;p&gt;I have a dedicated hosted 2008 Web Server that I would like to begin using media services.&lt;/p&gt;
&lt;p&gt;I looked at the comparison chart for Media Server and IIS 7&lt;/p&gt;
&lt;p&gt;Is it possible to simply add a media server or integrate media server with web server 2008&lt;/p&gt;
&lt;p&gt;I would like to begin doing podcasts, and live streaming video&lt;/p&gt;</description></item><item><title>MP3 file run client machine from dedicated server 2008</title><link>http://forums.iis.net/thread/1922301.aspx</link><pubDate>Tue, 27 Oct 2009 10:26:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922301</guid><dc:creator>rvsuresh</dc:creator><slash:comments>1</slash:comments><comments>http://forums.iis.net/thread/1922301.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1922301</wfw:commentRss><description>&lt;p&gt;How can set MP3 files in IIS 7.&lt;/p&gt;
&lt;p&gt;Now we&amp;nbsp;unable to run MP3 files through my application. It is dedicated server 2008.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;already set File path full permission.&lt;/p&gt;</description></item></channel></rss>