Forum Search Results for "" RSS 1—7 of 7

More Search Options

  • Re: Live Smooth Player rerequesting same data

    Posted to IIS7 - Media by jackfree on 11-19-2009, 4:59 PM

    Thanks for your post! The Silverlight-based IIS Smooth Streaming client (the Smooth Streaming Media Element, or SSME) generally requests data as needed, in a forward fashion, so the behavior captured above is unusual and not one that I've seen before. What tool was used to capture the HTTP traffic above? By default the networking ...

    • http://forums.iis.net/p/1162797/1925488.aspx#1925488
  • Re: Smooth Streaming Player Source

    Posted to IIS7 - Media by jackfree on 04-09-2009, 4:24 AM

    Thanks Keivan - I am doing what I can to see if we can make the source code available, I'll keep you posted!  -jack

    • http://forums.iis.net/p/1156402/1899988.aspx#1899988
  • Re: Smooth Streaming Player Source

    Posted to IIS7 - Media by jackfree on 04-01-2009, 7:55 PM

    Keivan - I agree - the graphing controls are very cool!  Are you primarily looking for the source for the newer UI (the XAML)?  -jack

    • http://forums.iis.net/p/1156402/1899058.aspx#1899058
  • Re: Bitrate throttling model should use Content Type Header

    Posted to IIS7 - Media by jackfree on 07-25-2008, 5:52 AM

    Shiv - Bitrate throttling favors throttling by file extension because it is so much more specific than mime-type.  But, it can only do so much to determine the file extension associated with a response.  If the response contains exactly one entity chunk, and if that entity is a disk-based file handle then we can use that handle to get ...

    • http://forums.iis.net/p/1150648/1874962.aspx#1874962
  • Re: Network share as a virtual folder

    Posted to IIS7 - General by jackfree on 07-25-2008, 4:32 AM

    Do you know what permissions are on the network share?  You might need to set system.web/identity@impersonate to true in web.config.  If you are using default config settings then chances are that the app pool is running as Network Service and does not have permission to access that share.  You'd need to impersonate the ...

    • http://forums.iis.net/p/1150639/1874958.aspx#1874958
  • Re: Bitrate throttling model should use Content Type Header

    Posted to IIS7 - Media by jackfree on 07-25-2008, 4:14 AM

    Could you provide more detail on the specific version of bitrate throttling that you are using?  The RTW release does indeed support throttling based on content-type.  However, file extension rules take precedence over rules based on content-type. A single mime-type may apply to several file extensions, so a throttling rule based on ...

    • http://forums.iis.net/p/1150648/1874956.aspx#1874956
  • Re: Bitrate throttling and out of memory issues

    Posted to IIS7 - Media by jackfree on 07-25-2008, 3:53 AM

    If possible can you share a snippet of the HTTP headers that contain bit rate info? If absent the bitrate throttling module will add a Content-Length response header, but that is the only header it will potentially modify.  We do not remove or modify any headers, nor do we add any headers that would contain information about the bitrate of ...

    • http://forums.iis.net/p/1150616/1874955.aspx#1874955

Microsoft Communities