<?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: Fast seek forward or backward videos is not working on IIS 7.0</title><link>http://forums.iis.net/thread/1909063.aspx</link><pubDate>Thu, 02 Jul 2009 19:12:20 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909063</guid><dc:creator>bobbyv</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909063.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1909063</wfw:commentRss><description>&lt;p&gt;Hi serhan,&lt;/p&gt;
&lt;p&gt;The WMP client&amp;nbsp;happens to do a pre-roll of the content by default, meaning that it will download the entire file and then do the seeks locally on the client.&amp;nbsp; In v2.0, we made a change to send the request header &amp;#39;Accept-Ranges: bytes&amp;#39; which should tell the client not to do this.&amp;nbsp; Instead, the client should send byte-range requests for subsequent seek requests.&amp;nbsp; Though, I&amp;#39;m not sure whether the client will end the current download or continue to download since the pre-roll happens concurrently.&lt;/p&gt;
&lt;p&gt;One thing I would suggest is to download Fiddler from &lt;a href="http://www.fiddler2.com/fiddler2/"&gt;http://www.fiddler2.com/fiddler2/&lt;/a&gt;&amp;nbsp;to trace the http traffic between the server and your client machine.&amp;nbsp; It&amp;#39;s a 3rd party tool so I can&amp;#39;t offer much support for it.&amp;nbsp; It should work either from the client or server machine, though sometimes it depends on the client you are using.&lt;/p&gt;
&lt;p&gt;When you have it installed, you should be able to verify whether or not the &amp;#39;Accept-Ranges&amp;#39; header is being sent for entries where &amp;#39;canSeek = true&amp;#39; and that it is not sent when &amp;#39;canSeek=false&amp;#39;.&amp;nbsp; You can probably also verify the timing of the requests from the client to see if a pre-roll is indeed happening.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re still seeing issues, feel free to post your traces and I&amp;#39;ll see if I can help to debug what is happening.&amp;nbsp; thx...&lt;/p&gt;</description></item><item><title>Re: Fast seek forward or backward videos is not working on IIS 7.0</title><link>http://forums.iis.net/thread/1908683.aspx</link><pubDate>Tue, 30 Jun 2009 06:10:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908683</guid><dc:creator>serhancetin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908683.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1908683</wfw:commentRss><description>&lt;p&gt;Hi Chris;&lt;/p&gt;
&lt;p&gt;Clients are using Windows Media Player 11 to watch videos. Actually those videos are embedeed in a web page like msn videos service. Clients&amp;nbsp;have a proxy configuration on their web browser.&amp;nbsp;On windows media player Network configuration -&amp;gt; Streaming proxy settings -&amp;gt; Use proxy seetings of web browser is selected.&lt;/p&gt;
&lt;p&gt;I did a quick test. I open my windows media player and wrote down the url of the video like &lt;strong&gt;http:\\computername\subdirectory\videoname.wmv . &lt;/strong&gt;During that test i closed the proxy configuration on my web browser and the problem is still continuing. &lt;/p&gt;
&lt;p&gt;Videos are encoded on Microsoft Expression Encoder 2 and all the videos are indexed which i am trying to use fast seek and backward seek function.&lt;/p&gt;</description></item><item><title>Re: Fast seek forward or backward videos is not working on IIS 7.0</title><link>http://forums.iis.net/thread/1908670.aspx</link><pubDate>Tue, 30 Jun 2009 02:01:01 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908670</guid><dc:creator>chriskno</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908670.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1908670</wfw:commentRss><description>&lt;p&gt;Hi, Serhan,&lt;/p&gt;
&lt;p&gt;A&amp;nbsp;couple of questions for you.&amp;nbsp; Which player are your end users using? Are there any HTTP proxies between the IIS server and the end users?&lt;/p&gt;
&lt;p&gt;-Chris&lt;/p&gt;</description></item><item><title>Re: Fast seek forward or backward videos is not working on IIS 7.0</title><link>http://forums.iis.net/thread/1908543.aspx</link><pubDate>Mon, 29 Jun 2009 10:07:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908543</guid><dc:creator>serhancetin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908543.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1908543</wfw:commentRss><description>&lt;p&gt;Hello;&lt;/p&gt;
&lt;p&gt;I am using IIS media services. And with that component i was able to put bandwith limitation to clients. But my client&amp;#39;s can seek videos forward or backward untill the whole video has been watched. &lt;/p&gt;
&lt;p&gt;I am using sharepoint templates to configure the web page which has a video inside. &lt;/p&gt;
&lt;p&gt;There must be a configuration at IIS side to seek videos.&lt;/p&gt;</description></item><item><title>Re: Fast seek forward or backward videos is not working on IIS 7.0</title><link>http://forums.iis.net/thread/1908540.aspx</link><pubDate>Mon, 29 Jun 2009 09:54:38 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908540</guid><dc:creator>lextm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908540.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1908540</wfw:commentRss><description>&lt;p&gt;If SharePoint is used to host those video clips, then SharePoint forum is more suitable for the question.&lt;/p&gt;&lt;p&gt;http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint &lt;br /&gt;&lt;/p&gt;&lt;p&gt;For IIS 7 streaming, Media Services is a basic option you may consider. &lt;/p&gt;&lt;p&gt;http://www.iis.net/media &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Fast seek forward or backward videos is not working on IIS 7.0</title><link>http://forums.iis.net/thread/1908533.aspx</link><pubDate>Mon, 29 Jun 2009 09:01:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908533</guid><dc:creator>serhancetin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908533.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1145&amp;PostID=1908533</wfw:commentRss><description>&lt;p&gt;I&amp;nbsp;have a problem with IIS 7.0 Media pack 2.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a windows server 2008 enterprise server which has IIS 7.0 installed on it. I create a web site and a virtual directory on it. On the virtual directory i placed my video files. My clients are streaming videos from a sharepoint page which refers the video urls of this web server. Up to this point everthing works fine. &lt;/p&gt;
&lt;p&gt;My problem is clients cant seek fast forward or backward videos untill it&amp;#39;s downloaded by client.I encode that videos on Windows Media Encoder and i indexed them.&amp;nbsp;I mean IIS 7.0 must have fast seek forward and backward videos. What should i do to solve this problem?&lt;/p&gt;
&lt;p&gt;Thanks A Lot&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Serhan&lt;/p&gt;</description></item></channel></rss>