How to Configure HTTP Proxy Settings for Publishing Point Push/Pull Connections

If you use push/pull connection feature on IIS Live Smooth Streaming publishing points, you might run into a problem where somehow those connections failed to be established even though the same URLs work fine from your desktop applications (say Expression Encoder). If your server is behind a HTTP proxy, there is a good chance that it’s caused by the lack of HTTP proxy setting for your IIS worker process. IIS worker process by default runs under a lower privileged account and is not able to pick up the Internet Connection settings from your desktop user. The way to fix this problem is to use “netsh” command to set a machine level HTTP proxy for WinHTTP which the publishing point uses for establish push/pull connections.

An example of the command would be: “netsh winhttp set proxy myproxy” and you should see the following output:

Current WinHTTP proxy settings:

    Proxy Server(s) :  myproxy
    Bypass List     :  (none)

The proxy value will be encoded in this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\WinHttpSettings

For more information about configuring WinHTTP through netsh commands, you can check out http://technet.microsoft.com/en-us/library/cc731131(WS.10).aspx#BKMK_5

1 Comment

  • Can you please answer my question on following thread or here?

    http://social.msdn.microsoft.com/Forums/en-US/0d9fa627-03be-4a40-b341-dadea9d36bf3/iis-pull-publish-point-start-is-not-zero-t0


    Thread text:

    I've two Azure windows virtual machines (VM1, VM2) and I am creating publish point on both machine using Push-Pull.

    VM1 is for Push (http://vm1.cloudapp.net/PushPoint.isml)

    VM2 is for Pull (http://vm2.cloudapp.net/PullPoint.isml)

    With this scenario encoding is working fine but when I check the publishpoint manifest on browser using:

    http://vm1.cloudapp.net/PushPoint.isml/Manifest

    http://vm2.cloudapp.net/PullPoint.isml//Manifest

    start time of both manifest are different, about 30-40 seconds. So the media start positing is changed. Another thing is that if on vm2 encoding doesn't start immediate, I checked it by reloading above manifest links in browser.

    I want to know how can I get the pull video from start? I mean both video starts from same position.

    Thanks
    Dev

Comments have been disabled for this content.