Acoustic echo cancelation in FLME

Hello
I read a paper http://www.adobe.com/devnet/flashplayer/articles/acoustic-echo-cancellation.html about echo cancelation. Now I know how to use enchanced microphone. But it's only setting for output microphone in client. What to do if echo received from Flash Live Media Encoder?
Is it some API solution for client? Or similar setting in FLME configuration?

Originally Posted by Dwarden
i'm going to re-bump this,
is it possible to 'move' the feature (even via some 'unsupported hack of drivers/filters)
from PCIe X-fi to PCI X-fi serie ?
'Silencer' function of PCIE Titanium X-Fis works only with Creative proprietary mics&headsets, so is nothing to transfer.

Similar Messages

  • When will flash have acoustic Echo cancellation?

    Do you know if this will be in the next version? are their any short term solutions? I have a live video site and the audio is screaming and there are echo's without use of earphones. Please advise!

    This probably isn't the answer you are looking for (and I haven't done any micropohone use with Flash before), but I do know from my audio recording experience that live audio + hearing that audio through your own speakers (which gets back to your mic) can create a feedback loop. Headphones are the only true way to deal with this (and eliminate the feedback). On this level, it has nothing to do with Flash.
    Is this qhat you're asking, or something more specific to what you can actually program with AS3?
    If your issue is with recording audio using Flash, have you gotten familair with the Microphone class (flash.media.Microphone)?
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/media/Microphone.html

  • Will AEC ( Acoustic Echo Cancellation ) work in an SWF App that runs inside of an AIR app?

    Hi,
    I was forwarded here in hopes of better understanding the architecture of Flash Player within the AIR environment.
    1) Woulda SWF App compiled to target FP10.3 run in an AIR App that targets FP 9.0 and AIR 2.7?
    * Would FP10.3 specific features work correctly within the AIR app since all the work is happening in the SWF app?
    * Assumption: The user has AIR runtime 3.1 installed( which I assume embeds FP 11 )
    Details:
    * App #1 => is a swf app that targets FP10.3 + LCCS v2.2.0 ( FP 10.3 )
    * App #2 => AIR 2.7 app that target FP 9.0
    Execution Flow:
    * App #2 creates an HTML view, loads the "App #1" within itself and runs it.
    Will the App #1 have AEC working and/or any FP10.3 specific behavior ? Is it OK that the container AIR app is not be targeting FP10.3 ?
    Thanks,
    Alex G.
    PS Original post came from: http://forums.adobe.com/thread/927781

    This question would be better directed to the FlashPlayer and/or AIR forum.
    AIR embeds a version of WebKit to implement the HTML view and I am not sure of what FlashPlayer is used by that "browser" (it could be an embedded FlashPlayer, in which case I am assuming will be the same version of AIR FP, or the FlashPlayer installed at the OS / external browser level, in which case it could possibly be a newer version of the FlashPlayer).
    Best thing to do: try it out
    I would build an AIR app embedding a small SWF that prints out the FlashPlayer version and see what happen changing the targets for the AIR app and the SWF.

  • Acoustic echo cancellation

    Hello, I develop in flash CS5.5 and I installed the player 10.3.
    I try to use AEC with the new microphone options but that does not work.
    Is this feature really works newly implement?
    There is there a solution so that the sound coming out of the speaker is not captured by the microphone?
    thank you

    thanks for your reply
    I use function like this:
    mic = Microphone.getEnhancedMicrophone();
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    options.echoPath = 128;
    options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;
    options.autoGain = false;
    options.nonLinearProcessing = true;
    mic.enhancedOptions = options;
    mic.rate = 44;
    mic.gain = 50;
    mic.setSilenceLevel(10);
    mic.setUseEchoSuppression(true);
    mic.setLoopBack(false);
    But this dont work. The speaker sound is captured by the microphone.
    Thanks to help me with this and excuse me for my english.. i speak french.

  • Audio echo cancellation not working over rtmp

    I'm doing a audio conferencing app, using RTMP to our server (freeswitch) and getting a bad echo from anyone using speakers & mic- headsets don't cause the echo.  I've also tried 3rd party audio chat apps and they have echo too.
    I'm using getEnhancedMicrophone() and have played with all the Microphone & MicrophoneEnhancedOptions I can find.  I followed this article carefully: Best practices for acoustic echo cancellation in Flash Player | Adobe Developer Connection
    Does echo cancellation work over RTMP or only over RTMFP?
    Here's code I use to connect to send and receive our server's stream:
    netConnection = new NetConnection();
    netConnection.connect("rtmp://whatever.com/phone");
    incomingNetStream = new NetStream(netConnection);
    incomingNetStream.client = this;
    incomingNetStream.bufferTime = 0.2;
    incomingNetStream.play("play");
    incomingNetStream.receiveAudio(true);
    outgoingNetStream = new NetStream(netConnection);
    outgoingNetStream.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
    outgoingNetStream.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
    outgoingNetStream.bufferTime = 0;
    outgoingNetStream.attachAudio(mic);
    outgoingNetStream.publish("publish", "live");
    Is anyone successfully using RTMP with echo cancellation?  Can you send a link so I can try it?
    Any other ideas?
    Thanks,
    Ken

    I am not sure about echo cancellation directly at RTPM level but you may also try echo cancellation solutions that can be integrated with freeswitch. Take a look at their wiki. For example they mention PBXMate integration to cancel echo and noise, etc.

  • Echo cancellation in AIR for Android?

    We are developing a videoconference app with versions for android and web. In android we have a lot of problems with echo cancellation, as it is only supported for desktop apps in Air 2.7 and 3.0
    We have tested different codecs (speex, nellymoser), and also different mic gains, noise level sounds... but not achieved an reasonable quality.
    Any recommendation about the best combination of parameters ?
    Any idea if echo cancellation for mobile will be in Air 3.2 SDK for android ?
    Thank you very much

    I think that with the current state of the Adobe AIR Adobe FLash platforms, there is too much work to do to get echo cancellation to work on all platforms, and to get video to work as expected too. I think Adobe could solve many of these issues by implementing native WebRTC into the AIR platform, see this post here:
    http://forums.adobe.com/message/6232094#6232094

  • Audio-Echo Cancellation/Gain Control

    I've recently downloaded skype to make phone calls. Unfortunately, the people i'm calling are complaining that there is an echo on their end of the call. Skype suggests changing the audio settings in preferences and checking off the boxes for echo cancellation and gain control. When i've gone into preferences, i do not have the option of echo cancellation/gain control. Anyone know how to access these options or any other way to reduce echo in using audio for phone calls?
    thanks

    More complete code:
    netConnection = new NetConnection();
    netConnection.connect("rtmp://whatever.com/phone");
    incomingNetStream = new NetStream(netConnection);
    incomingNetStream.client = this;
    incomingNetStream.bufferTime = 0.2;
    incomingNetStream.play("play");
    incomingNetStream.receiveAudio(true);
    outgoingNetStream = new NetStream(netConnection);
    outgoingNetStream.bufferTime = 0;
    mic = Microphone.getEnhancedMicrophone();
    mic.codex = SoundCodec.SPEEX;
    mic.framesPerPacket = 1;
    mic.setSilenceLevel(0);
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions; 
    options.echoPath = 256; 
    options.nonLinearProcessing = true;
    mic.enhancedOptions = options; 
    outgoingNetStream.attachAudio(mic);
    outgoingNetStream.publish("publish", "live");

  • [SOLVED] can't load module-echo-cancel for PulseAudio (WebRtc)

    I have added the line load-module module-echo-cancel to /etc/pulse/default.conf as said in the arch wiki but after I do that , I cannot start pulse and it gives me the follwoing error :
    E: [pulseaudio] main.c: Daemon startup failed.
    I have tried looking in the forum and google for a soulation but failed to find something  that works , also tried different variations of the line like :
    load-module module-echo-cancel source_name=echosource sink_name=echosink channels=1
    but nothing works ...
    so I think it is either the line I use is somehow wrong or I am missing some dependency for using webrtc.
    thanks in adavnce for any help.
    edit : well I solved the problem ..., it seems that after I have installed pavucontrol I was able to succsufully load the echo-cancel module
    Last edited by XDarkAngelX (2015-01-17 20:42:30)

    ok, did and done. (However, note that this isn't raw code since I have to type from display of the monitor to the laptop.)
    # file /boot/vmlinuz-linux
    /boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 3.6.2-1-ARCH (tobias@T=POWA-LX) #1 SMP PREMPT Fri Oct 12 23:58, RO-rootFS, swap_dev 0x3, Normal VGA
    According to file, I do have the latest kernel, which makes this even more peculiar since it isn't consistent with 'uname -r'
    3.5.6-1-ARCH
    and I'm using grub legacy, I think.
    # cat /boot/grub/menu.1st
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # BOOT SECTION
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro modeset=0
    initrd /boot/initramfs-fallback.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro
    initrd /boot/initramfs-fallback.img
    I didn't post the whole config since transcribing comments with mode suggestions would be needless. But I don't think there's any danger in ommitting the '#' lines, is there?

  • Does echo cancellation work with external webcams?

         The other side of my video chat can't hear me very well - sounds is really muffled. Does anyone know if echo cancellation works with the microphones from external webcams?
    Message was edited by: chound11

    TimesTen supports normal RAM for primary storage and 'disk' (or anything that presents as a disk, such as SSD etc.) for persistent storage. There is no explicit support for any other kind of storage. If the O/S had the capablility to present an external Flash Array as normal RAM then in theory it would work with TimesTen. But of course it would be far, far slower than RAM so there is probably little benefit in doing that even if it were possible.
    Chris

  • "cross channel" echo cancellation ?

    First of all, just a word to say that I am not an expert On Voice Over IP technologies...
    I would like to know if there is an "on the shelf product" which allows echo cancellation over multiple lines.
    to simplify my "problem", i have an operator who is speaking on a phone (phone 1), and who is hearing his voice coming from speakers which are linked to ANOTHER phone line (phone 2).
                -------------->phone 1--------------->network
    Operator
                <----------Speaker<-------phone 2---------- network
    I want to cancel the operator voice coming from phone 2, but only his voice.
    Is there a cisco product (like Cisco® Multiflex  Trunk Dedicated Echo Cancellation (MFT ECAN)) which is able to do what i want ?
    I thank you in advance for any answer
    YG

    No, the cisco product will not do anything for that, you have a different problem that is not solvable buying boxes.

  • IChat echo cancellation terrible under Leopard

    We have recently migrated everyone to Leopard. iChat audio used to be very good. Now with Leopard the echo suppression seems to be shot. We have to turn the volume and mic gain down a couple of notches from the Tiger settings to get rid of echo.
    Has anyone else come across this problem, or even a solution?
    Cheers
    Jason

    I used iChat with my colleague today. We had both upgraded to Leopard as well, and the echo was also terrible at first. It was somewhat improved by turning down the volumes as suggested here:
    http://docs.info.apple.com/article.html?artnum=306888
    but it was definitely less pleasant than iChat on Tiger had been. We tried restarting the conference, as suggested in the doc, but that didn't help as far as we could tell. Basically, we could get something workable by fiddling with the volume (we did wind up using iChat for 1.5 hours) but I was hoping that chatting on Leopard would be better than Tiger, and it felt worse instead.

  • Skype 7.0 ignores system "Noise suppression" & "Echo cancellation"

    I have this issue after update to 7.0, It seems like skype trying to use "exclusive-mode" for microphone or something else but it fails and "raw" sound from microphone going directly to the skype with loud noises. Downgraded to Skype 6.22 Windows 8.1, Realtek ALC887 Codec, any version of driver. 

    The issue still hasn't been fixed. While the workaround does work for the noise cancellation problem not being active in skype we still need to live with the aweful implementation of the noise implementation of version 2.70. It swallows speech almost as much as it reduces noise and at times, unless you are screaming into your microphone, the noise cancellation takes so much fidelity from the speech that it becomes undeciferable. It's like talking to someone who has been hearing impaired from birth and they can't vocalise the words correctly.Now, I don't know whether it's really a skype issue or if Realtek isn't up to the task, but Microsoft and Realtek need to sit together and fix this. 

  • [AUR] (OSLEC) Open Source Line Echo Canceller - VoIP, Asterisk PBX

    edit: Great work _nalle! Very much appreciated.
    AUR Link
    edit: code removed
    Last edited by mullman (2008-04-28 09:47:28)

    Great work _nalle! Very much appreciated.

  • Enhanced ITU-T G.168 Echo Cancellation in 12.2(13)T

    The release notes for this feature say "Not all Cisco platforms that use TI DSPs support the extended EC. All other platforms continue to use the Cisco proprietary 32-ms EC by default." How do I know whether the DSPs I have in a router will support the new feature? If I have DSPs that don't support it, how can I get some that do?

    As per this, the (Cisco-proprietary G.165 EC is 8 ms)
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080110d29.html#1057435
    Where did u find that it is 32ms?
    Also I find that it is supported on all 7200 and 7500 platforms
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080110d29.html#75792

  • Itunes crash & faild to load

    Hello, my freind seems to be having problems making itunes work on his computer, the error is "Tunes has encountered a problem and needs to close"
    ever since he bought his ipod nano he has never gotten it to work. I tryed everything. I reinstalled it, uninstalled it, uninstalled quicktime,reinstalled it, updated to service pack 2, Download an adware remover program removed the adware of the comp and still no luck, i even uninstalled Norton Firewall and it still doesnt work. Last thing i didnt try was to reinstall his operating system. Or this article http://docs.info.apple.com/article.html?artnum=304318 I also have his computer specs if anyone wants to see.
    System Information
    Time of this report: 10/19/2006, 17:16:20
    Machine name: YOUR-O0KWKW9JWC
    Operating System: Windows XP Home Edition (5.1, Build 2600) Service Pack 2 (2600.xpspsp2gdr.050301-1519)
    Language: English (Regional Setting: English)
    System Manufacturer: HP Pavilion 061
    System Model: DK218A-ABA A220N
    BIOS: BIOS Date: 07/11/03 17:19:14 Ver: 08.00.08
    Processor: AMD Athlon(tm) XP 2600+, MMX, 3DNow, ~2.1GHz
    Memory: 448MB RAM
    Page File: 228MB used, 829MB available
    Windows Dir: C:\WINDOWS
    DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: Not found
    DxDiag Version: 5.03.2600.2180 32bit Unicode
    DxDiag Notes
    DirectX Files Tab: No problems found.
    Display Tab 1: No problems found.
    Sound Tab 1: No problems found.
    Music Tab: No problems found.
    Input Tab: No problems found.
    Network Tab: No problems found.
    DirectX Debug Levels
    Direct3D: 0/4 (n/a)
    DirectDraw: 0/4 (retail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay: 0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (retail)
    Display Devices
    Card name: NVIDIA GeForce4 MX Integrated GPU
    Manufacturer: NVIDIA
    Chip type: GeForce4 MX Integrated GPU
    DAC type: Integrated RAMDAC
    Device Key: Enum\PCI\VEN10DE&DEV_01F0&SUBSYS_80C01043&REVA3
    Display Memory: 64.0 MB
    Current Mode: 1024 x 768 (32 bit) (60Hz)
    Monitor: hp mx703 Color Monitor
    Monitor Max Res: 1280,1024
    Driver Name: nv4_disp.dll
    Driver Version: 6.14.0001.4303 (English)
    DDI Version: 9 (or higher)
    Driver Attributes: Final Retail
    Driver Date/Size: 3/3/2003 11:44:00, 2951306 bytes
    WHQL Logo'd: Yes
    WHQL Date Stamp: n/a
    VDD: n/a
    Mini VDD: nv4_mini.sys
    Mini VDD Date: 3/3/2003 11:44:00, 1248794 bytes
    Device Identifier: {D7B71E3E-42B0-11CF-3C63-C1A002C2CB35}
    Vendor ID: 0x10DE
    Device ID: 0x01F0
    SubSys ID: 0x80C01043
    Revision ID: 0x00A3
    Revision ID: 0x00A3
    Video Accel: ModeMPEG2_A ModeMPEG2_B ModeMPEG2_C ModeMPEG2_D
    Deinterlace Caps: {212DC723-3235-44A4-BD29-E1652BBCC71C}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_MedianFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {212DC723-3235-44A4-BD29-E1652BBCC71C}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_MedianFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {212DC723-3235-44A4-BD29-E1652BBCC71C}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_MedianFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    Registry: OK
    DDraw Status: Enabled
    D3D Status: Enabled
    AGP Status: Enabled
    DDraw Test Result: Not run
    D3D7 Test Result: Not run
    D3D8 Test Result: Not run
    D3D9 Test Result: Not run
    Sound Devices
    Description: Realtek AC97 Audio
    Default Sound Playback: Yes
    Default Voice Playback: Yes
    Hardware ID: PCI\VEN10DE&DEV_006A&SUBSYS_80951043&REVA1
    Manufacturer ID: 65535
    Product ID: 65535
    Type: WDM
    Driver Name: ALCXWDM.SYS
    Driver Version: 5.10.0000.5730 (English)
    Driver Attributes: Final Retail
    WHQL Logo'd: Yes
    Date and Size: 10/1/2004 10:24:02, 2279424 bytes
    Other Files:
    Driver Provider: Realtek Semiconductor Corp.
    HW Accel Level: Full
    Cap Flags: 0xF5F
    Min/Max Sample Rate: 100, 192000
    Static/Strm HW Mix Bufs: 33, 32
    Static/Strm HW 3D Bufs: 33, 32
    HW Memory: 0
    Voice Management: No
    EAX(tm) 2.0 Listen/Src: Yes, Yes
    I3DL2(tm) Listen/Src: Yes, Yes
    Sensaura(tm) ZoomFX(tm): No
    Registry: OK
    Sound Test Result: Not run
    Sound Capture Devices
    Description: Realtek AC97 Audio
    Default Sound Capture: Yes
    Default Voice Capture: Yes
    Driver Name: ALCXWDM.SYS
    Driver Version: 5.10.0000.5730 (English)
    Driver Attributes: Final Retail
    Date and Size: 10/1/2004 10:24:02, 2279424 bytes
    Cap Flags: 0x41
    Format Flags: 0xFFF
    DirectMusic
    DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS
    DLS Version: 1.00.0016.0002
    Acceleration: n/a
    Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port
    Realtek AC97 Audio, Software (Kernel Mode), Output, DLS, Internal
    Microsoft MIDI Mapper [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
    Microsoft GS Wavetable SW Synth [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
    Registry: OK
    Test Result: Not run
    DirectInput Devices
    Device Name: Mouse
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Device Name: Keyboard
    Attached: 1
    Controller ID: n/a
    Vendor/Product ID: n/a
    FF Driver: n/a
    Poll w/ Interrupt: No
    Registry: OK
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x10DE, 0x0067
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 8/3/2004 23:08:44, 57600 bytes
    | Driver: usbd.sys, 8/29/2002 05:00:00, 4736 bytes
    Gameport Devices
    PS/2 Devices
    + HP PS2 Keyboard (2K - 3)
    | Matching Device ID: acpi\pnp0303
    | Upper Filters: PS2
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/3/2004 23:14:38, 52736 bytes
    | Driver: kbdclass.sys, 8/3/2004 22:58:34, 24576 bytes
    | Driver: PS2.sys, 6/4/2001 13:00:00, 14112 bytes
    | Driver: ps2.bat, 10/16/2002 15:57:10, 81920 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: termdd.sys, 8/4/2004 01:01:08, 40840 bytes
    | Driver: kbdclass.sys, 8/3/2004 22:58:34, 24576 bytes
    |
    + Logitech PS/2 Port Mouse
    | Matching Device ID: *pnp0f12
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/3/2004 23:14:38, 52736 bytes
    | Driver: mouclass.sys, 8/3/2004 22:58:34, 23040 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 8/4/2004 01:01:08, 40840 bytes
    | Driver: mouclass.sys, 8/3/2004 22:58:34, 23040 bytes
    DirectPlay Service Providers
    DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.2180)
    Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.2180)
    IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.2180)
    Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.2180)
    Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.2180)
    DirectPlay Voice Wizard Tests: Full Duplex: Not run, Half Duplex: Not run, Mic: Not run
    DirectPlay Test Result: Not run
    Registry: OK
    DirectPlay Adapters
    DirectPlay8 Modem Service Provider: Lucent Win Modem
    DirectPlay8 Serial Service Provider: COM1
    DirectPlay8 Serial Service Provider: COM3
    DirectPlay8 TCP/IP Service Provider: Local Area Connection - IPv4 -
    DirectPlay Voice Codecs
    Voxware VR12 1.4kbit/s
    Voxware SC06 6.4kbit/s
    Voxware SC03 3.2kbit/s
    MS-PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.10 13 kbit/s
    TrueSpeech(TM) 8.6 kbit/s
    DirectPlay Lobbyable Apps
    Disk & DVD/CD-ROM Drives
    Drive: C:
    Free Space: 63.5 GB
    Total Space: 114.5 GB
    File System: NTFS
    Model: ST3120025A
    Drive: D:
    Model: JLMS XJ-HD166S
    Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:54, 49536 bytes
    Drive: E:
    Model: CyberDrv CW088D CD-R/RW
    Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:54, 49536 bytes
    System Devices
    Name: Lucent Win Modem
    Device ID: PCI\VEN11C1&DEV_044C&SUBSYS_044C11C1&REV02\4&2C03473B&0&4040
    Driver: C:\WINDOWS\system32\DRIVERS\ltmdmnt.sys, 8.27.0000.0000 (English), 3/7/2003 22:13:22, 624369 bytes
    Name: NVIDIA GeForce4 MX Integrated GPU
    Device ID: PCI\VEN10DE&DEV_01F0&SUBSYS_80C01043&REVA3\4&2A33C5ED&1&00F0
    Driver: C:\WINDOWS\system32\DRIVERS\nv4_mini.sys, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 1248794 bytes
    Driver: C:\WINDOWS\system32\nvinstnt.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 126976 bytes
    Driver: C:\WINDOWS\system32\nvsvc32.exe, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 65536 bytes
    Driver: C:\WINDOWS\system32\nv4_disp.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 2951306 bytes
    Driver: C:\WINDOWS\system32\nvoglnt.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 3653632 bytes
    Driver: C:\WINDOWS\system32\nvcpl.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 4595712 bytes
    Driver: C:\WINDOWS\system32\nvmctray.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 49152 bytes
    Driver: C:\WINDOWS\system32\nview.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 831557 bytes
    Driver: C:\WINDOWS\system32\dmcpl.exe, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 1323008 bytes
    Driver: C:\WINDOWS\system32\nvshell.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 462919 bytes
    Driver: C:\WINDOWS\system32\nvtuicpl.cpl, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 139264 bytes
    Driver: C:\WINDOWS\system32\nwiz.exe, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 323584 bytes
    Driver: C:\WINDOWS\system32\nviewimg.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 512000 bytes
    Driver: C:\WINDOWS\help\nvcpl.hlp, 3/3/2003 11:44:00, 44431 bytes
    Driver: C:\WINDOWS\help\nvwcplen.hlp, 3/3/2003 11:44:00, 22977 bytes
    Driver: C:\WINDOWS\nview\generic.tvp, 3/3/2003 11:44:00, 30902 bytes
    Driver: C:\WINDOWS\system32\nvrsda.dll, 6.14.0001.4303 (Danish), 3/3/2003 11:44:00, 253952 bytes
    Driver: C:\WINDOWS\system32\nvwrsda.dll, 6.14.0001.4303 (Danish), 3/3/2003 11:44:00, 159744 bytes
    Driver: C:\WINDOWS\system32\nvrsde.dll, 6.14.0001.4303 (German), 3/3/2003 11:44:00, 262144 bytes
    Driver: C:\WINDOWS\system32\nvwrsde.dll, 6.14.0001.4303 (German), 3/3/2003 11:44:00, 176128 bytes
    Driver: C:\WINDOWS\system32\nvrseng.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 253952 bytes
    Driver: C:\WINDOWS\system32\nvwrseng.dll, 6.14.0001.4303 (English), 3/3/2003 11:44:00, 147456 bytes
    Driver: C:\WINDOWS\system32\nvrses.dll, 6.14.0001.4303 (Spanish), 3/3/2003 11:44:00, 249856 bytes
    Driver: C:\WINDOWS\system32\nvwrses.dll, 6.14.0001.4303 (Spanish), 3/3/2003 11:44:00, 176128 bytes
    Driver: C:\WINDOWS\system32\nvrsfi.dll, 6.14.0001.4303 (Finnish), 3/3/2003 11:44:00, 245760 bytes
    Driver: C:\WINDOWS\system32\nvwrsfi.dll, 6.14.0001.4303 (Finnish), 3/3/2003 11:44:00, 163840 bytes
    Driver: C:\WINDOWS\system32\nvrsfr.dll, 6.14.0001.4303 (French), 3/3/2003 11:44:00, 262144 bytes
    Driver: C:\WINDOWS\system32\nvwrsfr.dll, 6.14.0001.4303 (French), 3/3/2003 11:44:00, 172032 bytes
    Driver: C:\WINDOWS\system32\nvrsit.dll, 6.14.0001.4303 (Italian), 3/3/2003 11:44:00, 262144 bytes
    Driver: C:\WINDOWS\system32\nvwrsit.dll, 6.14.0001.4303 (Italian), 3/3/2003 11:44:00, 172032 bytes
    Driver: C:\WINDOWS\system32\nvrsja.dll, 6.14.0001.4303 (Japanese), 3/3/2003 11:44:00, 3383296 bytes
    Driver: C:\WINDOWS\system32\nvwrsja.dll, 6.14.0001.4303 (Japanese), 3/3/2003 11:44:00, 106496 bytes
    Driver: C:\WINDOWS\system32\nvrsko.dll, 6.14.0001.4303 (Korean), 3/3/2003 11:44:00, 3379200 bytes
    Driver: C:\WINDOWS\system32\nvwrsko.dll, 6.14.0001.4303 (Korean), 3/3/2003 11:44:00, 102400 bytes
    Driver: C:\WINDOWS\system32\nvrsnl.dll, 6.14.0001.4303 (Dutch), 3/3/2003 11:44:00, 258048 bytes
    Driver: C:\WINDOWS\system32\nvwrsnl.dll, 6.14.0001.4303 (Dutch), 3/3/2003 11:44:00, 167936 bytes
    Driver: C:\WINDOWS\system32\nvrsno.dll, 6.14.0001.4303 (Norwegian (Bokmål)), 3/3/2003 11:44:00, 249856 bytes
    Driver: C:\WINDOWS\system32\nvwrsno.dll, 6.14.0001.4303 (Norwegian (Bokmål)), 3/3/2003 11:44:00, 159744 bytes
    Driver: C:\WINDOWS\system32\nvrspt.dll, 6.14.0001.4303 (Portuguese), 3/3/2003 11:44:00, 241664 bytes
    Driver: C:\WINDOWS\system32\nvwrspt.dll, 6.14.0001.4303 (Portuguese), 3/3/2003 11:44:00, 176128 bytes
    Driver: C:\WINDOWS\system32\nvrsptb.dll, 6.14.0001.4303 (Portuguese), 3/3/2003 11:44:00, 258048 bytes
    Driver: C:\WINDOWS\system32\nvwrsptb.dll, 6.14.0001.4303 (Portuguese), 3/3/2003 11:44:00, 172032 bytes
    Driver: C:\WINDOWS\system32\nvrssv.dll, 6.14.0001.4303 (Swedish), 3/3/2003 11:44:00, 253952 bytes
    Driver: C:\WINDOWS\system32\nvwrssv.dll, 6.14.0001.4303 (Swedish), 3/3/2003 11:44:00, 159744 bytes
    Driver: C:\WINDOWS\system32\nvrszhc.dll, 6.14.0001.4303 (Chinese), 3/3/2003 11:44:00, 212992 bytes
    Driver: C:\WINDOWS\system32\nvwrszhc.dll, 6.14.0001.4303 (Chinese), 3/3/2003 11:44:00, 86016 bytes
    Driver: C:\WINDOWS\system32\nvrszht.dll, 6.14.0001.4303 (Chinese), 3/3/2003 11:44:00, 212992 bytes
    Driver: C:\WINDOWS\system32\nvwrszht.dll, 6.14.0001.4303 (Chinese), 3/3/2003 11:44:00, 86016 bytes
    Driver: C:\WINDOWS\help\nvcpda.hlp, 3/3/2003 11:44:00, 40777 bytes
    Driver: C:\WINDOWS\help\nvwcpda.hlp, 3/3/2003 11:44:00, 23275 bytes
    Driver: C:\WINDOWS\help\nvcpde.hlp, 3/3/2003 11:44:00, 42435 bytes
    Driver: C:\WINDOWS\help\nvwcpde.hlp, 3/3/2003 11:44:00, 24155 bytes
    Driver: C:\WINDOWS\help\nvcpeng.hlp, 3/3/2003 11:44:00, 43138 bytes
    Driver: C:\WINDOWS\help\nvwcpeng.hlp, 3/3/2003 11:44:00, 20453 bytes
    Driver: C:\WINDOWS\help\nvcpes.hlp, 3/3/2003 11:44:00, 40563 bytes
    Driver: C:\WINDOWS\help\nvwcpes.hlp, 3/3/2003 11:44:00, 21880 bytes
    Driver: C:\WINDOWS\help\nvcpfi.hlp, 3/3/2003 11:44:00, 42376 bytes
    Driver: C:\WINDOWS\help\nvwcpfi.hlp, 3/3/2003 11:44:00, 23322 bytes
    Driver: C:\WINDOWS\help\nvcpfr.hlp, 3/3/2003 11:44:00, 41567 bytes
    Driver: C:\WINDOWS\help\nvwcpfr.hlp, 3/3/2003 11:44:00, 23262 bytes
    Driver: C:\WINDOWS\help\nvcpit.hlp, 3/3/2003 11:44:00, 40390 bytes
    Driver: C:\WINDOWS\help\nvwcpit.hlp, 3/3/2003 11:44:00, 23297 bytes
    Driver: C:\WINDOWS\help\nvcpja.hlp, 3/3/2003 11:44:00, 45625 bytes
    Driver: C:\WINDOWS\help\nvwcpja.hlp, 3/3/2003 11:44:00, 32944 bytes
    Driver: C:\WINDOWS\help\nvcpko.hlp, 3/3/2003 11:44:00, 118846 bytes
    Driver: C:\WINDOWS\help\nvwcpko.hlp, 3/3/2003 11:44:00, 33084 bytes
    Driver: C:\WINDOWS\help\nvcpnl.hlp, 3/3/2003 11:44:00, 40594 bytes
    Driver: C:\WINDOWS\help\nvwcpnl.hlp, 3/3/2003 11:44:00, 23097 bytes
    Driver: C:\WINDOWS\help\nvcpno.hlp, 3/3/2003 11:44:00, 40354 bytes
    Driver: C:\WINDOWS\help\nvwcpno.hlp, 3/3/2003 11:44:00, 22919 bytes
    Driver: C:\WINDOWS\help\nvcppt.hlp, 3/3/2003 11:44:00, 40293 bytes
    Driver: C:\WINDOWS\help\nvwcppt.hlp, 3/3/2003 11:44:00, 23662 bytes
    Driver: C:\WINDOWS\help\nvcpptb.hlp, 3/3/2003 11:44:00, 40991 bytes
    Driver: C:\WINDOWS\help\nvwcpptb.hlp, 3/3/2003 11:44:00, 23494 bytes
    Driver: C:\WINDOWS\help\nvcpsv.hlp, 3/3/2003 11:44:00, 42015 bytes
    Driver: C:\WINDOWS\help\nvwcpsv.hlp, 3/3/2003 11:44:00, 23253 bytes
    Driver: C:\WINDOWS\help\nvcpzhc.hlp, 3/3/2003 11:44:00, 51887 bytes
    Driver: C:\WINDOWS\help\nvwcpzhc.hlp, 3/3/2003 11:44:00, 26129 bytes
    Driver: C:\WINDOWS\help\nvcpzht.hlp, 3/3/2003 11:44:00, 55131 bytes
    Driver: C:\WINDOWS\help\nvwcpzht.hlp, 3/3/2003 11:44:00, 26920 bytes
    Name: NVIDIA nForce2 Memory Controller
    Device ID: PCI\VEN10DE&DEV_01EF&SUBSYS_80C01043&REVA2\3&267A616A&0&05
    Driver: n/a
    Name: NVIDIA nForce2 Memory Controller
    Device ID: PCI\VEN10DE&DEV_01EE&SUBSYS_80C01043&REVA2\3&267A616A&0&02
    Driver: n/a
    Name: NVIDIA nForce2 Memory Controller
    Device ID: PCI\VEN10DE&DEV_01ED&SUBSYS_80C01043&REVA2\3&267A616A&0&03
    Driver: n/a
    Name: NVIDIA nForce2 Memory Controller
    Device ID: PCI\VEN10DE&DEV_01EC&SUBSYS_80C01043&REVA2\3&267A616A&0&04
    Driver: n/a
    Name: NVIDIA nForce2 Memory Controller
    Device ID: PCI\VEN10DE&DEV_01EB&SUBSYS_80C01043&REVA2\3&267A616A&0&01
    Driver: n/a
    Name: NVIDIA nForce2 AGP Host to PCI Bridge
    Device ID: PCI\VEN10DE&DEV_01E8&SUBSYS_00000000&REVA2\3&267A616A&0&F0
    Driver: C:\WINDOWS\system32\DRIVERS\nv_agp.SYS, 4.12.0001.0278 (English), 9/6/2002 18:24:00, 13568 bytes
    Name: PCI standard host CPU bridge
    Device ID: PCI\VEN10DE&DEV_01E0&SUBSYS_00000000&REVA2\3&267A616A&0&00
    Driver: n/a
    Name: OHCI Compliant IEEE 1394 Host Controller
    Device ID: PCI\VEN10DE&DEV_006E&SUBSYS_80AF1043&REVA3\3&267A616A&0&68
    Driver: C:\WINDOWS\system32\DRIVERS\ohci1394.sys, 5.01.2600.2180 (English), 8/3/2004 23:10:10, 61056 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\1394bus.sys, 5.01.2600.2180 (English), 8/3/2004 23:10:08, 53248 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\nic1394.sys, 5.01.2600.2180 (English), 8/3/2004 22:58:30, 61824 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\arp1394.sys, 5.01.2600.2180 (English), 8/3/2004 22:58:30, 60800 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\enum1394.sys, 5.01.2600.0000 (English), 8/17/2001 13:46:40, 6400 bytes
    Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN10DE&DEV_006C&SUBSYS_00000000&REVA3\3&267A616A&0&40
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 8/3/2004 23:07:48, 68224 bytes
    Name: Realtek AC'97 Audio
    Device ID: PCI\VEN10DE&DEV_006A&SUBSYS_80951043&REVA1\3&267A616A&0&30
    Driver: C:\WINDOWS\system32\ksuser.dll, 5.03.2600.2180 (English), 8/4/2004 00:56:44, 4096 bytes
    Driver: C:\WINDOWS\system32\ksproxy.ax, 5.03.2600.2180 (English), 8/4/2004 00:56:58, 130048 bytes
    Driver: C:\WINDOWS\system32\drivers\ks.sys, 5.03.2600.2180 (English), 8/3/2004 23:15:22, 140928 bytes
    Driver: C:\WINDOWS\system32\drivers\drmk.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:00, 60288 bytes
    Driver: C:\WINDOWS\system32\drivers\portcls.sys, 5.01.2600.2180 (English), 8/3/2004 23:15:50, 145792 bytes
    Driver: C:\WINDOWS\system32\drivers\stream.sys, 5.03.2600.2180 (English), 8/3/2004 23:08:04, 48640 bytes
    Driver: C:\WINDOWS\system32\wdmaud.drv, 5.01.2600.2180 (English), 8/4/2004 00:56:58, 23552 bytes
    Driver: C:\WINDOWS\system32\drivers\ALCXWDM.SYS, 5.10.0000.5730 (English), 10/1/2004 10:24:02, 2279424 bytes
    Driver: C:\WINDOWS\system32\ALSNDMGR.CPL, 2.02.0000.0034 (English), 9/20/2004 15:20:44, 16121856 bytes
    Driver: C:\WINDOWS\ALCXMNTR.EXE, 1.05.0000.0000 (English), 9/7/2004 13:47:52, 57344 bytes
    Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN10DE&DEV_0068&SUBSYS_80AD1043&REVA4\3&267A616A&0&12
    Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 26624 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
    Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:44, 7168 bytes
    Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN10DE&DEV_0067&SUBSYS_80AD1043&REVA4\3&267A616A&0&11
    Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 17024 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
    Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN10DE&DEV_0067&SUBSYS_80AD1043&REVA4\3&267A616A&0&10
    Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:38, 17024 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 8/4/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 8/3/2004 23:08:44, 57600 bytes
    Name: NVIDIA nForce MCP Networking Adapter
    Device ID: PCI\VEN10DE&DEV_0066&SUBSYS_80A71043&REVA1\3&267A616A&0&20
    Driver: C:\WINDOWS\system32\DRIVERS\NVENET.sys, 4.14.0001.0281 (English), 9/23/2002 17:37:00, 80896 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\jedih2rx.bin, 9/23/2002 17:37:00, 1024 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\ramsed.bin, 9/23/2002 17:37:00, 122 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\jedireg.pat, 9/23/2002 17:37:00, 42 bytes
    Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN10DE&DEV_0065&SUBSYS_80AD1043&REVA2\3&267A616A&0&48
    Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:42, 25088 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.2180 (English), 8/3/2004 22:59:44, 95360 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 8/29/2002 05:00:00, 3328 bytes
    Name: NVIDIA nForce PCI System Management
    Device ID: PCI\VEN10DE&DEV_0064&SUBSYS_80AD1043&REVA2\3&267A616A&0&09
    Driver: n/a
    Name: PCI standard ISA bridge
    Device ID: PCI\VEN10DE&DEV_0060&SUBSYS_00000000&REVA4\3&267A616A&0&08
    Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.0000 (English), 8/29/2002 05:00:00, 35840 bytes
    DirectX Components
    ddraw.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 266240 bytes
    ddrawex.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 27136 bytes
    dxapi.sys: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 10496 bytes
    d3d8.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 1179648 bytes
    d3d8thk.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 8192 bytes
    d3d9.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 1689088 bytes
    d3dim.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 436224 bytes
    d3dim700.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:42 825344 bytes
    d3dramp.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 590336 bytes
    d3drm.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 350208 bytes
    d3dxof.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 47616 bytes
    d3dpmesh.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 34816 bytes
    dplay.dll: 5.00.2134.0001 English Final Retail 8/29/2002 05:00:00 33040 bytes
    dplayx.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 229888 bytes
    dpmodemx.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 23552 bytes
    dpwsock.dll: 5.00.2134.0001 English Final Retail 8/29/2002 05:00:00 42768 bytes
    dpwsockx.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 57344 bytes
    dplaysvr.exe: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:50 30208 bytes
    dpnsvr.exe: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:50 18432 bytes
    dpnet.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 375296 bytes
    dpnlobby.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:04 3584 bytes
    dpnaddr.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:04 3584 bytes
    dpvoice.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 212480 bytes
    dpvsetup.exe: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:50 83456 bytes
    dpvvox.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 116736 bytes
    dpvacm.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 21504 bytes
    dpnhpast.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 35328 bytes
    dpnhupnp.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 60928 bytes
    dpserial.dll: 5.00.2134.0001 English Final Retail 8/29/2002 05:00:00 53520 bytes
    dinput.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 159232 bytes
    dinput8.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 181760 bytes
    dimap.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 44032 bytes
    diactfrm.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 394240 bytes
    joy.cpl: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 68608 bytes
    gcdef.dll: 5.01.2600.0000 English Final Retail 8/29/2002 05:00:00 76800 bytes
    pid.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:46 35328 bytes
    dsound.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 367616 bytes
    dsound3d.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 1294336 bytes
    dswave.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 19456 bytes
    dsdmo.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 181760 bytes
    dsdmoprp.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 71680 bytes
    dmusic.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 104448 bytes
    dmband.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 28672 bytes
    dmcompos.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 61440 bytes
    dmime.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 181248 bytes
    dmloader.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 35840 bytes
    dmstyle.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 105984 bytes
    dmsynth.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 103424 bytes
    dmscript.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 82432 bytes
    system.dll: 1.00.3705.0000 English Final Retail 4/10/2003 00:48:41 1163264 bytes
    dx7vb.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 619008 bytes
    dx8vb.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 1227264 bytes
    dxdiagn.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 2113536 bytes
    mfc40.dll: 4.01.0000.6140 English Final Retail 8/29/2002 05:00:00 924432 bytes
    mfc42.dll: 6.02.4131.0000 English Final Retail 8/4/2004 00:56:44 1028096 bytes
    wsock32.dll: 5.01.2600.2180 English Final Retail 8/4/2004 00:56:48 22528 bytes
    amstream.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:42 70656 bytes
    devenum.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 59904 bytes
    dxmasf.dll: 6.04.0009.1125 English Final Retail 8/4/2004 00:56:44 498205 bytes
    mciqtz32.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 35328 bytes
    mpg2splt.ax: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:58 148992 bytes
    msdmo.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 14336 bytes
    encapi.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 20480 bytes
    qasf.dll: 9.00.0000.3250 English Final Retail 8/4/2004 00:56:46 237568 bytes
    qcap.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 192512 bytes
    qdv.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 279040 bytes
    qdvd.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 385024 bytes
    qedit.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 562176 bytes
    qedwipes.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:26 733696 bytes
    quartz.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 1287680 bytes
    strmdll.dll: 4.01.0000.3928 English Final Retail 8/4/2004 00:56:46 246302 bytes
    iac25_32.ax: 2.00.0005.0053 English Final Retail 8/4/2004 00:56:58 199680 bytes
    ir41_32.ax: 4.51.0016.0003 English Final Retail 8/4/2004 00:56:58 848384 bytes
    ir41_qc.dll: 4.30.0062.0002 English Final Retail 8/4/2004 00:56:44 120320 bytes
    ir41_qcx.dll: 4.30.0064.0001 English Final Retail 8/4/2004 00:56:44 338432 bytes
    ir50_32.dll: 5.2562.0015.0055 English Final Retail 8/4/2004 00:56:44 755200 bytes
    ir50_qc.dll: 5.00.0063.0048 English Final Retail 8/4/2004 00:56:44 200192 bytes
    ir50_qcx.dll: 5.00.0064.0048 English Final Retail 8/4/2004 00:56:44 183808 bytes
    ivfsrc.ax: 5.10.0002.0051 English Final Retail 8/4/2004 00:56:58 154624 bytes
    mswebdvd.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 204288 bytes
    ks.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:15:22 140928 bytes
    ksproxy.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 130048 bytes
    ksuser.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:44 4096 bytes
    stream.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:08:04 48640 bytes
    mspclock.sys: 5.03.2600.2180 English Final Retail 8/3/2004 22:58:40 5376 bytes
    mspqm.sys: 5.01.2600.2180 English Final Retail 8/3/2004 22:58:42 4992 bytes
    mskssrv.sys: 5.03.2600.2180 English Final Retail 8/3/2004 22:58:42 7552 bytes
    swenum.sys: 5.03.2600.2180 English Final Retail 8/3/2004 22:58:42 4352 bytes
    mstee.sys: 5.03.2600.2180 English Final Retail 8/3/2004 22:58:40 5504 bytes
    bdaplgin.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 18432 bytes
    bdasup.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:14 11776 bytes
    msdvbnp.ax: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:58 56832 bytes
    psisdecd.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:46 363520 bytes
    psisrndr.ax: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:58 33280 bytes
    ipsink.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 16384 bytes
    mpeg2data.ax: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:58 118272 bytes
    ndisip.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:14 10880 bytes
    mpe.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:14 15360 bytes
    streamip.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:14 15360 bytes
    msvidctl.dll: 6.05.2600.2180 English Final Retail 8/4/2004 00:56:44 1428480 bytes
    slip.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:18 11136 bytes
    nabtsfec.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:30 85376 bytes
    ccdecode.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:18 17024 bytes
    vbisurf.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 30720 bytes
    msyuv.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:46 17408 bytes
    kstvtune.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 61952 bytes
    ksxbar.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 43008 bytes
    kswdmcap.ax: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:58 90624 bytes
    vfwwdm32.dll: 5.01.2600.2180 English Final Retail 8/4/2004 00:56:48 53760 bytes
    wstcodec.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:22 19328 bytes
    wstdecod.dll: 5.03.2600.2180 English Final Retail 8/4/2004 00:56:48 50688 bytes
    msdv.sys: 5.03.2600.2180 English Final Retail 8/3/2004 23:10:00 51328 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,,
    WMSpeech Decoder DMO,0x00600800,1,1,,
    Mpeg4s Decoder DMO,0x00800001,1,1,,
    WMV Screen decoder DMO,0x00800001,1,1,,
    WMVideo Decoder DMO,0x00800001,1,1,,
    Mpeg43 Decoder DMO,0x00800001,1,1,,
    Mpeg4 Decoder DMO,0x00800001,1,1,,
    WMT MuxDeMux Filter,0x00200000,0,0,wmm2filt.dll,2.01.4026.0000
    InterVideo Video Decoder,0x00700000,2,4,ivivideo.ax,4.00.0011.0389
    Full Screen Renderer,0x00200000,1,0,quartz.dll,6.05.2600.2180
    InterVideo Audio Processor,0x00200000,1,1,IviAudioProcess.ax,
    DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.2180
    Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.2180
    WM ASF Reader,0x00400000,0,0,qasf.dll,9.00.0000.3250
    AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.2180
    WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.2180
    Indeo® video 5.10 Compression Filter,0x00200000,1,1,,5.2562.0015.0055
    Windows Media Audio Decoder,0x00800001,1,1,msadds32.ax,8.00.0000.4487
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.05.2600.2180
    WMT Format Conversion,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Xing® VideoCD Navigator,0x00600000,0,2,rpds3260.dll,6.00.0008.0642
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.05.2600.2180
    WMT Black Frame Generator,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.2180
    Indeo® video 5.10 Decompression Filter,0x00640000,1,1,,5.2562.0015.0055
    WMT Screen Capture filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    Microsoft Screen Video Decompressor,0x00800000,1,1,msscds32.ax,8.00.0000.4487
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.05.2600.2180
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
    MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.09.0000.0311
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.2180
    ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
    Render Dib New,0x00200000,1,1,ezrgb24.ax,1.00.0000.0000
    Ligos MPEG Audio Decoder,0x03680001,1,1,lmpgad.ax,4.00.0000.0090
    Ligos DV Intercept (Version 2.0),0x00200000,1,1,DvIntcpt.ax,2.00.0012.0033
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.2180
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.2180
    File Source (Netshow URL),0x00400000,0,1,wmpasf.dll,9.00.0000.3250
    WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    DV Splitter,0x00600000,1,2,qdv.dll,6.05.2600.2180
    Bitmap Generate,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Windows Media Video Decoder,0x00800000,1,1,wmvds32.ax,8.00.0000.4487
    P3Sourcer,0x00600000,0,1,p3aodf1.dll,1.23.0000.51223
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,
    Windows Media Video Decoder,0x00800000,1,1,wmv8ds32.ax,8.00.0000.4000
    Arcsoft LPCM Decoder,0x00600000,1,1,lpcmdec.ax,1.00.0000.0000
    WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Windows Media Multiplexer,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASX file Parser,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASX v.2 file Parser,0x00600000,1,0,wmpasf.dll,9.00.0000.3250
    NSC file Parser,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ArcSoft Mpeg Writer,0x00200000,2,0,MPEGWriter.ax,2.00.0000.0004
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.2180
    Windows Media source filter,0x00600000,0,2,wmpasf.dll,9.00.0000.3250
    Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.2180
    Frame Eater,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    File Dump,0x00200000,1,0,filedump.ax,1.00.0000.0000
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.05.2600.2180
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.05.2600.2180
    Video Port Manager,0x00600000,2,1,quartz.dll,6.05.2600.2180
    WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.2180
    Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.2180
    DivX Decoder Filter,0xff800000,1,1,divxdec.ax,6.02.0005.0034
    P3MPGSplitter,0x00200000,0,1,bugsmpgs.ax,1.00.0000.60512
    LEAD MCMP/MJPEG Codec,0x00100000,1,1,LCODCCMP.DLL,
    LEAD MCMP/MJPEG Decoder,0x00800000,1,1,LCODCCMP.DLL,
    Bugs Audio Decoder,0x00200000,1,1,bugsad.ax,1.00.0000.60512
    WM ASF Writer,0x00400000,0,0,qasf.dll,9.00.0000.3250
    Ligos GoMotion DV to MPEG Filter (Version 2.0),0x00200000,2,0,GoMotionDVtoMPEG.ax,2.00.0012.0030
    InterVideo Audio Decoder,0x00700000,1,1,iviaudio.ax,4.00.0011.0389
    WMT Sample Information Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,5.03.2600.2180
    Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mpg4ds32.ax,8.00.0000.4487
    DivX Demux,0x00600000,1,0,DivXMedia.ax,0.00.0000.0028
    File writer,0x00200000,1,0,qcap.dll,6.05.2600.2180
    WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
    DVD Navigator,0x00200000,0,2,qdvd.dll,6.05.2600.2180
    Overlay Mixer2,0x00400000,1,1,qdvd.dll,6.05.2600.2180
    AVI Draw,0x00600064,9,1,quartz.dll,6.05.2600.2180
    .RAM file Parser,0x00600000,1,0,wmpasf.dll,9.00.0000.3250
    BugsEffect,0x00200000,1,1,BugsEf.ax,1.00.0000.51212
    InterVideo Navigator,0x00190000,0,3,ivinav.ax,4.00.0011.0389
    WMT DirectX Transform Wrapper,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    G.711 Codec,0x00200000,1,1,g711codc.ax,5.01.2600.0000
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.05.2600.2180
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.05.2600.2180
    Indeo® audio software,0x00500000,1,1,,2.00.0005.0053
    Windows Media Update Filter,0x00400000,1,0,wmpasf.dll,9.00.0000.3250
    ASF DIB Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASF ACM Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASF ICM Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASF URL Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASF JPEG Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASF DJPEG Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    ASF embedded stuff Handler,0x00600000,1,1,wmpasf.dll,9.00.0000.3250
    DivX Subtitle Decoder,0x00600000,1,1,DivXMedia.ax,0.00.0000.0028
    9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
    Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.05.2600.2180
    Null Renderer,0x00200000,1,0,qedit.dll,6.05.2600.2180
    WMT Virtual Source,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    MPEG-2 Sections and Tables,0x005fffff,1,0,mpeg2data.ax,
    IVF source filter,0x00600000,0,1,,5.10.0002.0051
    WMT Interlacer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.05.2600.2180
    Ligos MPEG Splitter,0x00800000,1,2,lmpgspl.ax,4.00.0000.0090
    Ligos MPEG Video Decoder,0x00800000,1,1,lmpgvd.ax,4.00.0000.0090
    Smart Tee,0x00200000,1,2,qcap.dll,6.05.2600.2180
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.05.2600.2180
    RealPlayer Audio Filter,0x00200000,1,1,rpds3260.dll,6.00.0008.0642
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.2180
    Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.2180
    QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.2180
    Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
    MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
    Lyric Parser,0x00400000,1,1,quartz.dll,6.05.2600.2180
    File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.2180
    XML Playlist,0x00400000,1,0,wmpasf.dll,9.00.0000.3250
    Ligos GoMotion Capture Encoder Filter (ArcSoft),0x00200000,2,1,GoMotionCaptureEncoder.ax,6.02.0000.0018
    AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.2180
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.2180
    File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.2180
    File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.2180
    WMT DV Extract,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Ligos Virtual Source (Version 2.0),0x00200000,0,1,VirtSrc.ax,2.00.0012.0016
    WMT Switch Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WMT Volume,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Stretch Video,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Windows Media Pad VU Data Grabber,0x00600000,1,0,wmmfilt.dll,1.01.2427.0001
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.05.2600.2180
    P3OggSplitter,0x00200000,1,1,p3mfov.ax,1.07.0000.60425
    BDA MPEG2 Transport Information Filter,0x00200000,1,0,psisrndr.ax,6.05.2600.2180
    QT Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.2180
    ShotBoundaryDet,0x00200000,1,1,wmmfilt.dll,1.01.2427.0001
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.2180
    Indeo® video 4.4 Decompression Filter,0x0009c400,1,1,,4.51.0016.0003
    Indeo® video 4.4 Compression Filter,0x00030d40,1,1,,4.51.0016.0003
    WDM Streaming Data Transforms:
    Microsoft Kernel Acoustic Echo Canceller,0x00000000,0,0,,
    Microsoft Kernel GS Wavetable Synthesizer,0x00200000,1,1,,5.03.2600.2180
    Microsoft Kernel DLS Synthesizer,0x00200000,1,1,,5.03.2600.2180
    Microsoft Kernel DRM Audio Descrambler,0x00200000,1,1,,5.03.2600.2180
    Video Compressors:
    WMVideo Encoder DMO,0x00600800,1,1,,
    MSScreen encoder DMO,0x00600800,1,1,,
    WMVideo9 Encoder DMO,0x00600800,1,1,,
    MSScreen 9 encoder DMO,0x00600800,1,1,,
    ArcSoft Mpeg Writer,0x00200000,0,0,MPEGWriter.ax,2.00.0000.0004
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.2180
    Indeo® video 5.10 Compression Filter,0x00100000,1,1,,5.2562.0015.0055
    LEAD MCMP/MJPEG Codec,0x00100000,1,1,LCODCCMP.DLL,
    Ligos GoMotion Capture Encoder Filter (ArcSoft),0x00200000,0,0,GoMotionCaptureEncoder.ax,6.02.0000.0018
    Ligos GoMotion DV to MPEG Filter (Version 2.0),0x00200000,0,0,GoMotionDVtoMPEG.ax,2.00.0012.0030
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.05.2600.2180
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.05.2600.2180
    DivX® 6.2.5 Codec (1 Logical CPU),0x00200000,1,1,qcap.dll,6.05.2600.2180
    Intel 4:2:0 Video V2.50,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Intel Indeo(R) Video R3.2,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Intel Indeo® Video 4.5,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Indeo® video 5.10,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.05.2600.2180
    LEAD MCMP/MJPEG Codec (VFW),0x00200000,1,1,qcap.dll,6.05.2600.2180
    Microsoft H.261 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Microsoft H.263 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.05.2600.2180
    DivX® 6.2.5 YV12 Decoder,0x00200000,1,1,qcap.dll,6.05.2600.2180
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,,
    WMAudio Encoder DMO,0x00600800,1,1,,
    IAC2,0x00200000,1,1,quartz.dll,6.05.2600.2180
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.2180
    PCM,0x00200000,1,1,quartz.dll,6.05.2600.2180
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.2180
    ACELP.net,0x00200000,1,1,quartz.dll,6.05.2600.2180
    DSP Group TrueSpeech(TM),0x00200000,1,1,quartz.dll,6.05.2600.2180
    Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.05.2600.2180
    Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.05.2600.2180
    GSM 6.10,0x00200000,1,1,quartz.dll,6.05.2600.2180
    MSN Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.05.2600.2180
    Microsoft G.723.1,0x00200000,1,1,quartz.dll,6.05.2600.2180
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.05.2600.2180
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.05.2600.2180
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.05.2600.2180
    Audio Capture Sources:
    Realtek AC97 Audio,0x00200000,0,0,qcap.dll,6.05.2600.2180
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.05.2600.2180
    Microsoft GS Wavetable SW Synth,0x00200000,1,0,quartz.dll,6.05.2600.2180
    WDM Streaming Capture Devices:
    Realtek AC97 Audio,0x00200000,2,2,,5.03.2600.2180
    WDM Streaming Rendering Devices:
    Realtek AC97 Audio,0x00200000,2,2,,5.03.2600.2180
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,msdvbnp.ax,6.05.2600.2180
    Microsoft DVBC Network Provider,0x00200000,0,1,msdvbnp.ax,
    Microsoft DVBS Network Provider,0x00200000,0,1,msdvbnp.ax,6.05.2600.2180
    Microsoft DVBT Network Provider,0x00200000,0,1,msdvbnp.ax,
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,1,0,psisrndr.ax,6.05.2600.2180
    MPEG-2 Sections and Tables,0x00600000,1,0,mpeg2data.ax,
    WDM Streaming Mixer Devices:
    Microsoft Kernel Wave Audio Mixer,0x00000000,0,0,,
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,0,encdec.dll,6.05.2600.2180
    Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.2180
    XDS Codec,0x00200000,0,0,encdec.dll,6.05.2600.2180
    Audio Renderers:
    Realtek AC97 Audio,0x00200000,1,0,quartz.dll,6.05.2600.2180
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.2180
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.2180
    DirectSound: Realtek AC97 Audio,0x00200000,1,0,quartz.dll,6.05.2600.2180
    WDM Streaming System Devices:
    Realtek AC97 Audio,0x00200000,16,2,,5.03.2600.2180
    Windows XP

    Hi Matt,
    You are not alone. Are you trying to load itunes 7.0.1? I updated to that last weekend and now my ipod has disappeared from my computer and Quicktime won't play. Tech support chat had me uninstall and reinstall about 4 times, no luck. I truly believe Apple has a problem with this version, I see many, many other on these discussion groups with same problem as yours and mine. I called Apple store last night and they told me yes, some are having problems. They told me to bring in my computer! What a joke, but I may just do it so they can see. Good luck, wish I could give you some advise other than it's not your fault!

Maybe you are looking for

  • How to put data in JTable from database

    hi everyone, i want to query the databse and put the result in the JTable and if possible i want to edit some information. For example: i have 5 records in the database query them and place them in JTable and each record has its own status. if i want

  • How to set color of a specific pixel on an artLayer in JS

    I am brand new to PS scripting. I know I can select a 1x1 pixel rectangle and fill it with a specific color, but that seem inefficient. Is there a way to quickly and directly set the color of a specified pixel? Thanks.

  • Schreibfehler in iTunes 10.7

    Ich habe entdeckt, dass in der Übersicht eines angeschlossenen Geräts (iPad) unter Backup ein Schreibfehler steckt: Es steht da unter Backup auf diesem ComputerLolales Backup verschlüsseln anstelle von "Lokales Backup". Mit freundlichen Grüssen Theo

  • Configuration backups of UCS config

    Anyone know how to do automated, regular backups of the full UCS config? So far, all I can find in the docs is how to setup regular scheduled backups of the system event log.

  • THE DATABASE LIMITS FOR ORACLE ON NT

    제품 : ORACLE SERVER 작성날짜 : 1997-06-16 윈도우 NT 환경하에서 oracle database 의 제한 사항입니다 Oracle7.3 * Oracle block size: 8 KB * Maximum blocks per datafile: 4 million * Maximum datafiles per database: 1022 * Largest datafile: 32 GB (assuming 8 KB Oracle block siz