FIX: Windows Media Player 9 Series for Windows may prompt you for your credentials when submitting the client log (885353)



The information in this article applies to:

  • Microsoft Windows Media Player 9 Series for Windows 2000
  • Microsoft Windows Media Player 9 Series for Windows Server 2003
  • Microsoft Windows Media Player 9 Series for Windows XP
  • Microsoft Windows Media Player 9 Series SDK
  • Microsoft Windows Media Player 10

SYMPTOMS

When Microsoft Windows Media Player 9 Series for Windows connects to a stream by using an authenticated proxy, the Windows Media Player client may be prompted for credentials. This problem may occur when Windows Media Player 9 Series for Windows submits log data back to the server. This problem may occur when one of the following conditions is true:
  • Windows Media Player hits the end of a stream.
  • Windows Media Player or the user seeks or skips in the file.
  • Windows Media Player or the user manually stops the stream or pauses the stream.

CAUSE

Depending on the type of streaming that Windows Media Player 9 Series for Windows uses, it may try to submit the logs by using the HTTP protocol. By default, Windows Media Player 9 Series for Windows tries to use HTTP 1.1. However, sometimes Windows Media Player 9 Series for Windows fails over to HTTP 1.0. Depending on proxy-specific implementations of the HTTP 1.0 specification, Windows Media Player 9 Series for Windows may prompt for credentials.

RESOLUTION

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next release that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Windows Media Player 9 Series for Microsoft Windows XP

The following file is available for download from the Microsoft Download Center:
DownloadDownload the WindowsXP-KB885353-v4-x86-enu.exe package now.

Windows Media Player 9 Series for Microsoft Windows 2000 and for Microsoft Windows Server 2003

The following file is available for download from the Microsoft Download Center:
DownloadDownload the WindowsMedia9-KB885353-v4-x86-ENU.exe package now.

Windows Media Player 10

The following file is available for download from the Microsoft Download Center:
DownloadDownload the WindowsMedia10-KB885353-x86-ENU.exe package now. For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:

119591 How to obtain Microsoft support files from online services

Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
 Date         Time   Version      Size       File name 
-------------------------------------------------------------- 
 11-Oct-2004  13:15  9.0.0.3260   1,053,184  Wmnetmgr.dll (Windows Media Player 9 Series, all operating systems) 
 01-Mar-2005  11:19  10.0.0.3904  1,027,584  Wmnetmgr.dll (Windows Media Player 10)

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

Warning This article contains information about editing the namespace. Before you edit the namespace, verify that you have a backup copy that you can restore if a problem occurs. If you edit the namespace incorrectly, you can cause serious problems that may require you to reinstall any product that uses the namespace. Microsoft cannot guarantee that problems that result if you incorrectly edit the namespace can be solved. Edit the namespace at your own risk.

To disable this fix, follow these steps:
  1. For Windows Media Player 9 Series, locate the following directory where the client namespace is located:

    C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Windows Media\9.0

    For Windows Media Player 10, locate the following directory where the client namespace is located:

    C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Windows Media\10.0
  2. Open the Wmsdkns.xml file in a text editor such as Notepad.
  3. Locate the Network Source node in the namespace.
  4. Locate the Object Store node under the Network Source node.
  5. Locate the WMS Http Network Source node under the Object Store node.
  6. Locate the Properties node under the WMS Http Network Source node.
  7. Add the following code example under the Properties node.
    <node name="SendPostProxyKeepAlive" opcode="create" type="int32" value="0x0" />

This namespace value can have one of the following values:
  • 0x0 - Disable the fix
  • 0x1 - Enable the fix (Default)

The following code sample is another representation of the value that you can set in the Wmsdkns.xml file.
<node name="Network Source" opcode="create">
    ...
    <node name="Object Store" opcode="create">
        ...
        <node name="WMS Http Network Source" opcode="create">
            ...
            <node name="Properties" opcode="create">
                ...
                <node name="SendPostProxyKeepAlive" opcode="create" type="int32" value="0x0" />
            </node> <!--  Properties -->
            ...
        </node> <!--  WMS Http Network Source -->
        ...
    </node> <!--  Object Store -->
    ...
</node><!--  Network Source -->

Modification Type:MinorLast Reviewed:6/2/2006
Keywords:kbtshoot kbfix kbQFE kbHotfixServer KB885353 kbAudDeveloper kbAudEndUser kbAudITPRO