FMS publish record - Video freeze

Hello,
I have a problem to record and replay my video with flvplayback.
I publish a mp4 file with mic and camera.
When i would like to play after, if the video is too long the video freeze
i think after 5000ko.
I my video is more short its ok.
It is possible that is my fms config is bad?
Do i modify something in the config?
Do you have this problem?
i make another test and i see is during record the problem.
After for example :  1 minutes
the record is freeze and take 15-20 sec to restart
publish mp4
Then i test publish record with flv and the record is good no freeze.
Then i thinks is the mp4 format the problem. I need some config in my fms server for mp4?

I guess AIR can act as publisher only when it is provided
with live camera input, It is not having capability of reading
video file from users machine and publish it to FMS.
FMS has the capability of publishing video files as live
which areatored on it.that would require uploading files to FMS'
machine using an HTTP server.
Another workaround would be to use a virtual camera which to
play & capture video file as live for AIR; but it may not be a
desirable way.

Similar Messages

  • FMS stop recording video in middle of recording

    I am trying to record the h.264 long video through fms server side code(more than 2 hour), but video recording is stopped before I stop publishing the video, and it’s not throwing any error in server side as well as client side, I have given the video recording code
    stream=Stream.get("mp4:testStream.f4v");
      if(stream)
      stream.record("append");
      stream.play(streamName, -1, -1);
    and recorded video also not playing fine, its stuck in middle. should I need to modify anything? Any help are appreciated......

    For publishing I am using the action script code, It stops after 40 min some time its recording fine upto two hours I count find where its stoping and why its happening, I am giving the server side code and client publishing code and the log with this
    Server side code
    application.onAppStart = function()
         trace("app fme started!");
         application.message_so = SharedObject.get( "message");
         // Initialize the unique user ID
         application.noOfUser = 0;
    application.onConnect = function(client)
         this.acceptConnection(client);
         client.id = "u" + application.noOfUser++;    
         client.recordStream=function(streamName)
                   trace('record called');
                   stream=Stream.get("mp4:"+streamName+".f4v");
                   if(stream)
                        stream.record("append");                   
                        stream.play(streamName, -1, -1);
                        live=true;                         
         client.stopRecordingStream=function(streamName)
              stream=Stream.get("mp4:"+streamName+".f4v");
              if(stream)
                   stream.flush();
                   msg=stream.record(false);
                   live=false;
                   stream.play(false);              
    application.onPublish = function (client, stream)
    application.onUnpublish = function(client, stream)
    client side code
    private function publishCamera():void {                   
         ns = new NetStream(nc);                   
         if(cmbEncoder.selectedItem.data=="Sorenson")
              ns.videoStreamSettings=new VideoStreamSettings();
         else//H.264
              var h264Codec:H264VideoStreamSettings=new H264VideoStreamSettings();         
              h264Codec.setKeyFrameInterval(12);
              h264Codec.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_5_1);
              ns.videoStreamSettings=h264Codec;
         cam = Camera.getCamera(cmbCamera.selectedIndex.toString());
         mic = Microphone.getMicrophone(cmbMicroPhone.selectedIndex);
         var resolutionWidth:Number;
         var resolutionHeight:Number;
         var videoQuality:Number;
         resolutionWidth=768;
         resolutionHeight=576;                   
         ns.client = this;
         ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
         ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
         videoQuality=(Number(cmbBandWidth.selectedItem.data)/8)*1024;
         cam.setQuality(videoQuality, 0);    
         /* Set the mode of the camera component
         width, height, fps
         this will be the recorded size of the video
         cam.setMode(resolutionWidth,resolutionHeight,12);    
         mic.rate = 11;
         ns.attachCamera(cam);
         ns.attachAudio(mic);         
         ns.publish("mp4:testStream.f4v");
         nc.call('recordStream',null,'testStream');    
    core.00.log
    #Version: 1.0
    #Start-Date: 2012-09-07 10:06:18
    #Software: Adobe Flash Media Server 4.0.0 r1121 x86
    #Date: 2012-09-07
    #Fields: date          time          x-pid          x-status          x-ctx          x-comment
    2012-09-07          10:06:18          1180          (i)2631174          Listener started ( _defaultRoot_ ) : 192.168.173.184:19350 (rtmfp-core)/v4          -
    2012-09-07          10:06:18          1180          (i)2631174          Listener started ( _defaultRoot_ ) : 127.0.0.1:19350 (rtmfp-core)/v4          -
    2012-09-07          10:06:18          1180          (i)2631509          Public rtmfp-core addresses for listener _defaultRoot_ are: 192.168.173.184:19350;127.0.0.1:19350          -
    2012-09-07          10:06:18          1180          (i)2581246          Core (1180) sending register cmd to edge.          -
    #Date: 2012-09-07
    #Fields: date          time          x-pid          x-status          x-ctx          x-comment
    2012-09-07          11:39:02          5696          (i)2581237          Starting admin app on core (5696).          -
    2012-09-07          11:39:02          5696          (i)2581238          Core (5696) connecting to admin.          -
    2012-09-07          11:39:02          5696          (i)2581231          Core (5696) connected to admin.          -
    2012-09-07          11:39:02          5696          (i)2631174          Listener started ( _defaultRoot_ ) : 192.168.173.184:19352 (rtmfp-core)/v4          -
    2012-09-07          11:39:02          5696          (i)2631174          Listener started ( _defaultRoot_ ) : 127.0.0.1:19352 (rtmfp-core)/v4          -
    2012-09-07          11:39:02          5696          (i)2631509          Public rtmfp-core addresses for listener _defaultRoot_ are: 192.168.173.184:19352;127.0.0.1:19352          -
    2012-09-07          11:39:02          5696          (i)2581246          Core (5696) sending register cmd to edge.          -
    2012-09-07          11:39:02          5696          (i)2581234          Core (5696) connection to admin accepted.          -

  • N8 - Recording video freeze for a while

    Hi!
    My problem is that when I record video with my N8, in 1 of 3 times that I use, the video get freeze for a while, and that affect the final result. I put a video to help you understan it better (sorry for my description and my English, but it isn't my nativa spoken language )
    http://www.youtube.com/watch?v=E9pv8xXq7XQ
    En the 6 second the image freeze a while, can you see it? It happens lot of times, and I made hard-resets, upgrades of firmware...all I can imagine trying to repair, but I couldn't get any result
    Does it happen to your N8's? Or have you got any odea of a solution?
    Thanks!

    Without system information and other details nobody can tell you anything. This could simply be some online feature like TypeKit taking a moment to check the connection or whatever...
    Mylenium

  • Record video freezes n95 8 gig

    Hello quastion
    i have last version firmware
    when i record a movie in high quality then everything fine
    can shoot 10 sec or 10 min.
    when i say ready and try a second one then every 2 sec small freeze and then reecord freeze
    when i remove the video's the first one from n95 and do a new one.
    then everything fine second one freeze also after reboot.
    when i do one setting lower i can do movie movie movie
    no freezes.
    it seems for me some sofware error becauce always when i have one video on memory and do a second one high qualty
    it freezes when do record like it read out some info first one.
    I can put 900 mb movie on memory without problemes.
    please helpppp (;

    YEp! thanl you so much!
    I found out that yestarday at 5 am... i was trying everything to fix it,, i think it was a virus or something (not sure)
    but, it works fine, after i formated the MAss memory..
    Thank u again!

  • How to publish and record video stream in h.264 format

    I'm a fresher. I want to publish and record video stream in h.264 and audio stream in AAC format .
    Does flash player support to publish video stream in h.264 format ?
    And which version of flash player and FMS could implement this function ?
    Thank you very much.

    The Flashplayer does not support h264 or AAC publishing. The Flashplayer supports only h.263 (sorenson spark) video, and Nellymoser Asao and Speex audio.
    If you want to publish h.264 you'll need to use Flash Media Live Encoder, or a third party encoder.

  • How can I publish and record video stream in h.264 format

    I'm a fresher. I want to publish and record video stream in h.264 and audio stream in AAC format .
    Does flash player support to publish video stream in h.264 format ?
    And which version of flash player and FMS could implement this function ?
    Thank you very much.

    The Flashplayer does not support h264 or AAC publishing. The Flashplayer supports only h.263 (sorenson spark) video, and Nellymoser Asao and Speex audio.
    If you want to publish h.264 you'll need to use Flash Media Live Encoder, or a third party encoder.

  • Frames Missing When publish live video to fms server

    I am creating flex mobile application , that allows people to connect using a android camera and microphone,then recording video from android camera to Flash Media Server(FMS) 5 starter using adobe flex but when I play the recorded live video from FMS it's missing some frames. I have set the camera.fps to 30 but when I trace out the currentFPS for camera  30 and  netStream's currentFPS  returns low value, usually falls between 2 and 5 (high 1280X720),15 and 20(medium 640x480),25 and 30(low 320X240).where netStream is the object of the flash.net.NetStream class

    Hi
    I think this would be useful to you.
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725df a0-8000.html#WSd391de4d9c7bd609-52e437a812a3725dfa0-7ff5

  • Record video with FMS, but distribute progressive - with HTTP

    My application is going to serve around 200K simultanios
    users. I can spend some money on FMS for the purpose of recording
    video using Flash only (I mean w/o additional SW on the client).
    But when it comes to serving the video, the cost of FMS is beyond
    what I can afford. Therefore, I was thinking to use FlashPlayer/FMS
    to record Audio/Video using the built-in Camera class in the Flash
    Player and move the encoded file that's been store on FMS, to an
    HTTP server. My viewers will play, in their Flash Player, simple
    progressive video off of HTTP server (instead of streaming video
    off of FMS).
    Is it doable? What server-side SW is required to move the
    recorded video to another HTTP server?
    Any piece of info would be appreciated.

    When you open iMovie look at the switch under the screen. You will see a camera on the left of the switch and scissors on left. Flip the switch to the camera and the built in camera should come on. Then on the screen it will say record with isight. That starts the record.

  • Video freezes when recording

    video freezes and stops recording causing me to miss many important moments.  I have to close the app and reopen before starting up recording again.  Has anyone else had this issue and is there a fix?  It started a few weeks ago when every time I hit the red record button, the app would close.  i ended up recording that day in slow mo because  I couldn't get the regular video to work at all.  Now it has happened 4 different times that I'll be recording and the screen either goes gray or just freezes and I have to close out the app and go back in to start recording again.  Help!

    My problem was caused by my manual editing of the smtube.ini file.

  • FMLE streaming @ HD, video freezing but audio still works. ??

    Hi all,
    We are trying to some HD streaming using FMLE 3 and a Osprey 700HDe card.
    We can get the HD input in @ 720p no worries.
    Once the stream is pushed up to our CMD and embedded in the webisite we can view the video.
    Thats all ok.
    It plays fine for a while and then the video freezes but the audio continues to play. It clears up after a while but its a pretty constant problem every minute or so.
    We tried some suggested methods like turning of hardware acceleration in the flash player.
    And even pushed the buffer out to 1 minute.
    No luck.
    Its more noticeable at bitrates above 2000kbps.
    We would also like to push the res and bit rate higher to deal with full 1080p.
    But we would lik it to handle this lower quality first.
    The processor is not running under too much stress. Around 35% and our internet is more than sufficient. 60mps down 5mps up.
    Any ideas??

    I think problem is in your network conditions. Please check the RTMP buffer at FMLE. Is it increasing. You can check this from Statistics Panel at Publishing tab.
    This could be due to network latency at between your client and FMS side. Please check it using Ping command. If this latency is beyond certain level then also you can also see RTMP buffer increasing and Video stalling at subsciber side

  • Video freezes when uploaded on LMS

    Hi,
    I created a file in Adobe Captivate 7 trial version. Swf output, published it. The motion video was recorded using the 'record additional slides' function in captivate. When I view the .htm files offline, locally, they work fine.
    However, after uploading the zip file, and viewing the file, the audio and static slides work fine, but the motion video FREEZES right at the beginning of the video while the audio continues.
    How do I overcome this?
    Thanks!

    OK.  Based on this new evidence my guess would be that your LMS server is not set up to serve MP4 video files.  Captivate 5.5 used FLV video for Full Motion Recordings.  Cp6 and Cp7 now record simulations as CPVC files which are then published to MP4 video before insertion into Captivate projects. 
    By default web servers are only initially set up to serve certain types of files.  My guess would be that your LMS web server permits FLV video files but has not been set to also serve MP4.  SCORM Cloud IS set up to serve MP4 and that's why your content works on SCORM Cloud but not on your current LMS.

  • Video freezes for a few seconds multiple times but audio continues ok

    Flash freezes for a second or three; audio continues ok.
    Happens usually a few seconds in, every 8 seconds or so for maybe 3 times and
    intermittent after that (sometimes runs fine the rest of the way). Have Vista64
    IE9 - Chrome and FF doesn't freeze only IE. Disabled hardware acceleration (to
    software). Nvidia 440 drivers up to date. Flash up to date: Object
    13.0.0.214  ActiveX control: 12.0.9.149
    (shouldn't that be same as object?). Not a buffer problem as it loads up
    usually at a good clip ahead of playing video. Local storage buffer set at 10MB
    (tried higher and lower settings no joy). Would having 4 HD audio drivers
    installed have anything to do with this problem? (noticed in device manager). Previous
    versions back a few months were doing this too so decided to go on this forum. Thanks.
    Hope I didn't miss anything.

    OK as of today (June 27, 2014) I've had 93 views with no response. I did find a very long thread pertaining to this subject (Flash player stutters for 1 second then continues normally) so I'll tack on to end of that thread with the hopes that something can be done with this annoying stuttering. I want to post my DX Diag text but first update above: It's IE version 9. When video freezes it appears to "catch up" with audio running with no hitch (the whole thing takes a second or two and might happen a few times in a minute video - it ALWAYS happens with a second or two in the beginning though). I even reinstalled IE9 going all the way back to IE7 to make sure I got "fresh" files installed as possible - still same problem after that. With that said below is my DX Diag text. If someone (especially an Adobe person) has any suggestions of where else I can post to get someone talking to me I would appreciate it.
    System Information
    Time of this report: 6/27/2014, 11:01:54
           Machine name: PETERDIANE-PC
       Operating System: Windows Vista™ Home Premium (6.0, Build 6002) Service Pack 2 (6002.vistasp2_gdr.130707-1535)
               Language: English (Regional Setting: English)
    System Manufacturer: HP-Pavilion
           System Model: NY428AA-ABA p6110f
                   BIOS: BIOS Date: 04/08/09 17:02:27 Ver: 5.38
              Processor: Pentium(R) Dual-Core  CPU      E5300  @ 2.60GHz (2 CPUs), ~2.6GHz
                 Memory: 6142MB RAM
              Page File: 2622MB used, 9821MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
         DxDiag Version: 7.00.6002.18107 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
            Card name: NVIDIA GeForce GT 440
         Manufacturer: NVIDIA
            Chip type: GeForce GT 440
             DAC type: Integrated RAMDAC
           Device Key: Enum\PCI\VEN_10DE&DEV_0DE0&SUBSYS_082810DE&REV_A1
       Display Memory: 4046 MB
    Dedicated Memory: 1998 MB
        Shared Memory: 2047 MB
         Current Mode: 1600 x 900 (32 bit) (60Hz)
              Monitor: HP 2009 Series Wide LCD Monitor
          Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
       Driver Version: 9.18.0013.3788 (English)
          DDI Version: 11
       BGRA Supported: Yes
    Driver Attributes: Final Retail
    Driver Date/Size: 5/19/2014 19:44:03, 17480432 bytes
          WHQL Logo'd: n/a
      WHQL Date Stamp: n/a
    Device Identifier: {D7B71E3E-4EA0-11CF-A27D-25281CC2C435}
            Vendor ID: 0x10DE
            Device ID: 0x0DE0
            SubSys ID: 0x082810DE
          Revision ID: 0x00A1
          Revision ID: 0x00A1
          Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
    Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {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
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {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
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {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
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_103C2A6F&REV_1001
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7071 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 12/31/1999 17:00:00, 3692632 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_103C2A6F&REV_1001
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7071 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 12/31/1999 17:00:00, 3692632 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (HD Webcam C270)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.00.6002.18887 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/12/2013 02:19:21, 99200 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: DigitalIn (Realtek High Definition Audio)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7071 (English)
          Driver Attributes: Final Retail
              Date and Size: 12/31/1999 17:00:00, 3692632 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    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
          Device Name: HP USB Multimedia Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x0841
            FF Driver: n/a
          Device Name: HP USB Multimedia Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x0841
            FF Driver: n/a
          Device Name: HP USB Multimedia Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x0841
            FF Driver: n/a
          Device Name: American Power Conversion USB UPS
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x051D, 0x0002
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x2937
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 6/28/2013 19:25:32, 274944 bytes
    | Driver: usbd.sys, 6/28/2013 19:25:14, 7552 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x04F2, 0x0841
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 4/10/2009 22:33:40, 22528 bytes
    | Driver: kbdclass.sys, 1/20/2008 19:47:27, 42040 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 1/20/2008 19:46:59, 64000 bytes
    | Driver: kbdclass.sys, 1/20/2008 19:47:27, 42040 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x0461, 0x4D0F
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 1/20/2008 19:46:59, 19968 bytes
    | Driver: mouclass.sys, 1/20/2008 19:46:59, 39992 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 4/11/2009 00:15:53, 62440 bytes
    | Driver: sermouse.sys, 1/20/2008 19:46:59, 26624 bytes
    | Driver: mouclass.sys, 1/20/2008 19:46:59, 39992 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 349.3 GB
    Total Space: 596.5 GB
    File System: NTFS
          Model: WDC WD6400AAKS-65A7B2
          Drive: D:
    Free Space: 2.0 GB
    Total Space: 14.0 GB
    File System: NTFS
          Model: WDC WD6400AAKS-65A7B2
          Drive: E:
          Model: TSSTcorp CDDVDW TS-H653Z
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (English), 4/10/2009 22:34:39, 79872 bytes
    System Devices
         Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1
    Device ID: PCI\VEN_8086&DEV_29C1&SUBSYS_00008086&REV_02\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0
    Device ID: PCI\VEN_8086&DEV_29C0&SUBSYS_2A6F103C&REV_02\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) ICH9 Family PCI Express Root Port 3 - 2944
    Device ID: PCI\VEN_8086&DEV_2944&SUBSYS_2A6F103C&REV_02\3&11583659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942
    Device ID: PCI\VEN_8086&DEV_2942&SUBSYS_2A6F103C&REV_02\3&11583659&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940
    Device ID: PCI\VEN_8086&DEV_2940&SUBSYS_2A6F103C&REV_02\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_293E&SUBSYS_2A6F103C&REV_02\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (English), 4/10/2009 22:39:41, 948736 bytes
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C
    Device ID: PCI\VEN_8086&DEV_293C&SUBSYS_2A6F103C&REV_02\3&11583659&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:49, 49664 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hccoin.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 10752 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A
    Device ID: PCI\VEN_8086&DEV_293A&SUBSYS_2A6F103C&REV_02\3&11583659&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:49, 49664 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hccoin.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 10752 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2939
    Device ID: PCI\VEN_8086&DEV_2939&SUBSYS_2A6F103C&REV_02\3&11583659&0&EB
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2938
    Device ID: PCI\VEN_8086&DEV_2938&SUBSYS_2A6F103C&REV_02\3&11583659&0&D1
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2937
    Device ID: PCI\VEN_8086&DEV_2937&SUBSYS_2A6F103C&REV_02\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2936
    Device ID: PCI\VEN_8086&DEV_2936&SUBSYS_2A6F103C&REV_02\3&11583659&0&EA
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2935
    Device ID: PCI\VEN_8086&DEV_2935&SUBSYS_2A6F103C&REV_02\3&11583659&0&E9
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2934
    Device ID: PCI\VEN_8086&DEV_2934&SUBSYS_2A6F103C&REV_02\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family SMBus Controller - 2930
    Device ID: PCI\VEN_8086&DEV_2930&SUBSYS_2A6F103C&REV_02\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) ICH9R LPC Interface Controller - 2916
    Device ID: PCI\VEN_8086&DEV_2916&SUBSYS_2A6F103C&REV_02\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.00.6001.18000 (English), 1/20/2008 19:46:51, 17976 bytes
         Name: Intel(R) ICH8R/ICH9R/ICH10R/DO SATA RAID Controller
    Device ID: PCI\VEN_8086&DEV_2822&SUBSYS_2A6F103C&REV_02\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\iaStor.sys, 8.07.0000.1007 (English), 12/4/2008 05:48:52, 407064 bytes
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_2A6F103C&REV_92\3&11583659&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: AGERE OHCI Compliant IEEE 1394 Host Controller
    Device ID: PCI\VEN_11C1&DEV_5811&SUBSYS_00000000&REV_70\4&3B75382B&0&28F0
       Driver: C:\Windows\system32\DRIVERS\ohci1394.sys, 6.00.6002.18005 (English), 4/10/2009 22:39:49, 72448 bytes
       Driver: C:\Windows\system32\DRIVERS\1394bus.sys, 6.00.6001.18000 (English), 1/20/2008 19:46:54, 65280 bytes
         Name: LSI PCI-SV92EX Soft Modem
    Device ID: PCI\VEN_11C1&DEV_0630&SUBSYS_063011C1&REV_01\4&37C315F9&0&00E1
       Driver: C:\Windows\system32\DRIVERS\agrsm64.sys, 2.02.0100.0000 (English), 1/26/2010 17:52:22, 1212416 bytes
       Driver: C:\Program Files\LSI SoftModem\agr64svc.exe, 1.00.0000.0010 (English), 12/3/2009 20:27:24, 28672 bytes
       Driver: C:\Windows\agrsmdel.exe, 2.07.0006.0000 (English), 12/3/2009 20:28:00, 64000 bytes
       Driver: C:\Windows\agrdel64.exe, 2.07.0006.0000 (English), 12/3/2009 20:27:36, 42496 bytes
       Driver: C:\Program Files\LSI SoftModem\agrsmdel.ico, 5/27/2009 20:17:46, 41812 bytes
       Driver: C:\Windows\system32\agrsco64.dll, 1.00.0000.0009 (English), 12/3/2009 20:28:58, 27648 bytes
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_2A6F103C&REV_02\4&5D52B92&0&00E2
       Driver: n/a
         Name: NVIDIA GeForce GT 440
    Device ID: PCI\VEN_10DE&DEV_0DE0&SUBSYS_082810DE&REV_A1\4&13D7CD30&0&0008
       Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 440152 bytes
       Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 5/19/2014 19:44:03, 1183672 bytes
       Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_d36593ca\NvCplSetupEng.exe, 1.00.0001.0000 (English), 5/19/2014 19:44:03, 33528888 bytes
       Driver: C:\Program Files\NVIDIA Corporation\license.txt, 2/26/2013 01:32:08, 21898 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.01.5204.20580 (English), 5/19/2014 19:44:03, 843720 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 6.14.0013.3788 (English), 5/19/2014 19:44:03, 224032 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 5/19/2014 19:44:03, 50585 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 329672 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 543520 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.00.0000.0000 (English), 5/19/2014 19:44:03, 52056 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.00.0000.0000 (English), 5/19/2014 19:44:03, 61216 bytes
       Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 12688328 bytes
       Driver: C:\Windows\system32\nvapi64.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 3109248 bytes
       Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 25256224 bytes
       Driver: C:\Windows\system32\nvcuda.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 11644928 bytes
       Driver: C:\Windows\system32\nvcuvenc.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 2785568 bytes
       Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 3141976 bytes
       Driver: C:\Windows\system32\nvd3dumx.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 17480432 bytes
       Driver: C:\Windows\system32\nvinfo.pb, 5/19/2014 19:44:03, 26069 bytes
       Driver: C:\Windows\system32\nvoglv64.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 31387936 bytes
       Driver: C:\Windows\system32\nvopencl.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 11599072 bytes
       Driver: C:\Windows\system32\nvwgf2umx.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 18531568 bytes
       Driver: C:\Windows\SysWow64\nvapi.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 2730208 bytes
       Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 17561544 bytes
       Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 9735256 bytes
       Driver: C:\Windows\SysWow64\nvcuvenc.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 2412376 bytes
       Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 2953672 bytes
       Driver: C:\Windows\SysWow64\nvd3dum.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 14434704 bytes
       Driver: C:\Windows\SysWow64\nvoglv32.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 24025376 bytes
       Driver: C:\Windows\SysWow64\nvopencl.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 9697640 bytes
       Driver: C:\Windows\SysWow64\nvwgf2um.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 16003912 bytes
       Driver: C:\Windows\system32\nvdispco6433788.dll, 2.00.0040.0004 (English), 5/19/2014 19:44:03, 1889112 bytes
       Driver: C:\Windows\system32\nvdispgenco6433788.dll, 2.00.0019.0002 (English), 5/19/2014 19:44:03, 1541576 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE&DEV_0BEA&SUBSYS_082810DE&REV_A1\4&13D7CD30&0&0108
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (English), 4/10/2009 22:39:41, 948736 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,,
    WMAPro over S/PDIF DMO,0x00600800,1,1,,
    WMSpeech Decoder DMO,0x00600800,1,1,,
    Canon G.726 DMO Decoder,0x00000000,1,1,,
    MP3 Decoder DMO,0x00600800,1,1,,
    Mpeg4s Decoder DMO,0x00800001,1,1,,
    WMV Screen decoder DMO,0x00600800,1,1,,
    WMVideo Decoder DMO,0x00800001,1,1,,
    Mpeg43 Decoder DMO,0x00800001,1,1,,
    Mpeg4 Decoder DMO,0x00800001,1,1,,
    Full Screen Renderer,0x00200000,1,0,,6.06.6002.18725
    Multiple File Output,0x00200000,2,2,WMM2FILT.dll,
    WMT Black Frame Generator,0x00200000,1,1,WMM2FILT.dll,
    WMT Import Filter,0x00200000,0,1,WMM2FILT.dll,
    DV Muxer,0x00400000,0,0,,6.06.6001.18000
    Color Space Converter,0x00400001,1,1,,6.06.6002.18725
    WMT Interlacer,0x00200000,1,1,WMM2FILT.dll,
    WM ASF Reader,0x00400000,0,0,,11.00.6001.7000
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.6001.7000
    AVI Splitter,0x00600000,1,1,,6.06.6002.18725
    VGA 16 Color Ditherer,0x00400000,1,1,,6.06.6002.18725
    Microsoft MPEG-2 Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,11.00.6001.7110
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    WMT Format Conversion,0x00200000,1,1,WMM2FILT.dll,
    9x8Resize,0x00200000,1,1,WMM2FILT.dll,
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.6002.18363
    WMT Virtual Source,0x00200000,0,1,WMM2FILT.dll,
    Microsoft TV Caption Decoder,0x00200001,1,0,MSTVCapn.dll,6.00.6002.18536
    MJPEG Decompressor,0x00600000,1,1,,6.06.6002.18725
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.00.6002.18242
    MPEG-I Stream Splitter,0x00600000,1,2,,6.06.6002.18725
    SAMI (CC) Parser,0x00400000,1,1,,6.06.6002.18725
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.6002.18363
    WMT AudioAnalyzer,0x00200000,1,1,WMM2FILT.dll,
    Microsoft MPEG-2 Video Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6002.18005
    Stretch Video,0x00200000,1,1,WMM2FILT.dll,
    Internal Script Command Renderer,0x00800001,1,0,,6.06.6002.18725
    MPEG Audio Decoder,0x03680001,1,1,,6.06.6002.18725
    DV Splitter,0x00600000,1,2,,6.06.6001.18000
    Video Mixing Renderer 9,0x00200000,1,0,,6.06.6002.18725
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,11.00.6002.18005
    Frame Eater,0x00200000,1,1,WMM2FILT.dll,
    Allocator Fix,0x00200000,1,1,WMM2FILT.dll,
    ACM Wrapper,0x00600000,1,1,,6.06.6002.18725
    Video Renderer,0x00800001,1,0,,6.06.6002.18725
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Capture ASF Writer,0x00200000,0,0,WMM2FILT.dll,
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,,6.06.6002.18725
    Video Renderer,0x00400000,1,0,,6.06.6002.18725
    Bitmap Generate,0x00200000,1,1,WMM2FILT.dll,
    Proxy Sink,0x00200000,1,0,WMM2FILT.dll,
    Proxy Source,0x00200000,0,1,WMM2FILT.dll,
    WM ASF Writer,0x00400000,0,0,,11.00.6001.7000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.00.6000.16386
    WMT Sample Information Filter,0x00200000,1,1,WMM2FILT.dll,
    File writer,0x00200000,1,0,,6.06.6001.18000
    DVD Navigator,0x00200000,0,3,,6.06.6002.18533
    WMT DV Extract,0x00200000,1,1,WMM2FILT.dll,
    Overlay Mixer2,0x00200000,1,1,,
    Microsoft MPEG-2 Audio Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6002.18005
    WST Pager,0x00800000,1,1,WSTPager.ax,6.06.6001.18000
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    Record Queue,0x00200000,1,1,WMM2FILT.dll,
    DV Video Decoder,0x00800000,1,1,,6.06.6001.18000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.6002.19033
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.6002.19033
    WMT Log Filter,0x00200000,1,1,WMM2FILT.dll,
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.6002.18496
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,11.00.6002.18005
    WMT Virtual Renderer,0x00200000,1,0,WMM2FILT.dll,
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Smart Tee,0x00200000,1,2,,6.06.6001.18000
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,,6.06.6002.18725
    WMT MuxDeMux Filter,0x00200000,0,0,WMM2FILT.dll,
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.6001.18000
    AVI/WAV File Source,0x00400000,0,2,,6.06.6002.18725
    WMT Volume,0x00200000,1,1,WMM2FILT.dll,
    Wave Parser,0x00400000,1,1,,6.06.6002.18725
    MIDI Parser,0x00400000,1,1,,6.06.6002.18725
    Multi-file Parser,0x00400000,1,1,,6.06.6002.18725
    File stream renderer,0x00400000,1,1,,6.06.6002.18725
    WMT VIH2 Fix,0x00200000,1,1,WMM2FILT.dll,
    Microsoft MPEG-1/DD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,11.00.6001.7000
    AVI Mux,0x00200000,1,0,,6.06.6001.18000
    Line 21 Decoder 2,0x00600002,1,1,,6.06.6002.18725
    File Source (Async.),0x00400000,0,1,,6.06.6002.18725
    File Source (URL),0x00400000,0,1,,6.06.6002.18725
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.6002.18005
    AudioRecorder WAV Dest,0x00200000,0,0,,6.00.6000.16386
    AudioRecorder Wave Form,0x00200000,0,0,,6.00.6000.16386
    SoundRecorder Null Renderer,0x00200000,0,0,,6.00.6000.16386
    Infinite Pin Tee Filter,0x00200000,1,1,,6.06.6001.18000
    WMT Switch Filter,0x00200000,1,1,WMM2FILT.dll,
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.00.6002.18005
    Uncompressed Domain Shot Detection Filter,0x00200000,1,1,WMM2FILT.dll,
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.6002.18496
    MPEG Video Decoder,0x40000001,1,1,,6.06.6002.18725
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,,
    WMVideo9 Encoder DMO,0x00600800,1,1,,
    MSScreen 9 encoder DMO,0x00600800,1,1,,
    DV Video Encoder,0x00200000,0,0,,6.06.6001.18000
    MJPEG Compressor,0x00200000,0,0,,6.06.6002.18725
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,,
    WMAudio Encoder DMO,0x00600800,1,1,,
    IMA ADPCM,0x00200000,1,1,,6.06.6002.18725
    PCM,0x00200000,1,1,,6.06.6002.18725
    Microsoft ADPCM,0x00200000,1,1,,6.06.6002.18725
    GSM 6.10,0x00200000,1,1,,6.06.6002.18725
    CCITT A-Law,0x00200000,1,1,,6.06.6002.18725
    CCITT u-Law,0x00200000,1,1,,6.06.6002.18725
    MPEG Layer-3,0x00200000,1,1,,6.06.6002.18725
    Audio Capture Sources:
    Microphone (HD Webcam C270),0x00200000,0,0,,6.06.6001.18000
    DigitalIn (Realtek High Definit,0x00200000,0,0,,6.06.6001.18000
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,,6.06.6002.18725
    Microsoft GS Wavetable Synth,0x00200000,1,0,,6.06.6002.18725
    WDM Streaming Capture Devices:
    Realtek HD Digital input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Line input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Mic input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Stereo input,0x00200000,1,1,,6.00.6001.18000
    Logitech HD Webcam C270,0x00200000,2,2,,6.00.6001.18000
    HD Webcam C270,0x00200000,1,1,,6.00.6001.18000
    WDM Streaming Rendering Devices:
    Realtek HD Audio rear output,0x00200000,1,1,,6.00.6001.18000
    Realtek HDA SPDIF Out,0x00200000,1,1,,6.00.6001.18000
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.6002.18005
    Video Capture Sources:
    Logitech HD Webcam C270,0x00200000,2,2,,6.00.6001.18000
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.6002.18496
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.6002.18496
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,0,EncDec.dll,6.06.6002.18528
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.6002.18528
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.6002.18528
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,,6.06.6002.18725
    Default DirectSound Device,0x00800000,1,0,,6.06.6002.18725
    Default WaveOut Device,0x00200000,1,0,,6.06.6002.18725
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,,6.06.6002.18725
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,,6.06.6002.18725
    Realtek Digital Output (Realtek,0x00200000,1,0,,6.06.6002.18725

  • Why do I not have the option to publish my video demo to Adobe Connect?

    I'm new to Captivate and recorded a video demo for my co-workers instructing how to set up and run an Adobe Connect Meeting. We have an account to publish Adobe Presenter and Captivate content to Adobe Connect Pro, and use it to host our Adobe Presenter presentations. I was under the impression I could publish the video demo from Captivate much like I do the presentations from Presenter in PowerPoint, however when I go to publish my video demo I am not given the option to publish to Connect. From what I've found (here: http://www.adobe.com/support/captivate/advanced/publish_acrobat.html), you can select/edit the server(s) you publish to under the Quiz menu, however my video demo has no quiz and I have no quiz menu.
    This is what I get when I go to publish the demo:
    ..as you can see, no option to select a server.
    This is the Preferences window. Again, no place to select a server:
    I've found plenty of information on adding video demos to a Connect Meeting room, but I'd rather just publish it to Connect the way I do Presenter files. Is this possible or do video demos have to be added to meeting rooms instead? Any help is appreciated.
    Thanks,
    Matt

    It sounds like you have an iPhone 4. Please verify the model at: Settings - General - About - Model = ???

  • IPhone 3GS has stopped recording video - please help

    Hi - I have recently updated my iPhone to iOS 5......
    I don't know if my problem is related to that fact - but yesterday the iPhone stopped recording video.....
    It has been recording video fine recently (after the up-date) - but now when I click onto video record you can see the view from the camera lens fine......but as soon as i touch the 'record' button the screen freezes and it won't record and the screen is also frozen.......
    I have to click on the main menu button to get out of the screen.....
    Has this ever happened to anyone....?
    I must admit about 2 weeks ago I replaced the whole touch screen unit - but the video recording function (and everything else) has been working fine up until now....
    I don't know if it is important  - but the battery went completely flat (and was charged back up) just before the video stopped working....
    Any ideas or advice would be appreciated....
    Thanks

    I´m having the same problem.

  • Publish live video & play

    Hi all, i use the code below to publish my cam, and i can play it in the same application. Then i copy and renamer it videoPlayer2.as then i use
    displayPlaybackVideo(); method but it says "TypeError: Error #1009: Cannot access a property or method of a null object reference.". How can i get the published live video from another app.
    Thanks..
    videoPlayer.as // publish and play
    package
         import flash.display.MovieClip;
         import flash.net.NetConnection;
         import flash.net.NetStream;
         import flash.media.Camera;
      import flash.media.Microphone;
         import flash.media.Video;
         import flash.events.NetStatusEvent;
      import fl.video.FLVPlayback;
         public class videoPlayer extends MovieClip
                var nc:NetConnection;
       var ns:NetStream;
       var nsPlayer:NetStream;
       var vid:Video;
       var vidPlayer:Video;
       var cam:Camera;
       var mic:Microphone;
               public function videoPlayer()
                    nc=new NetConnection();
                    nc.connect("rtmp://localhost/video");
                    nc.addEventListener(NetStatusEvent.NET_STATUS,onNetStatus);    
               function onNetStatus(event:NetStatusEvent):void
          trace(event.info.code);
           if(event.info.code == "NetConnection.Connect.Success"){
               publishCamera();
               displayPublishingVideo();
               displayPlaybackVideo();
         function publishCamera() {
            cam = Camera.getCamera();
        cam.setMode(160,120,15);
        cam.setQuality(100000,0);
           mic = Microphone.getMicrophone();
           ns = new NetStream(nc);
           ns.attachCamera(cam);
           ns.attachAudio(mic);
           ns.publish("myCamera", "record");
      function displayPublishingVideo():void {
       vid = new Video(200,200);
       vid.x = 10;
          vid.y = 10;
          vid.attachCamera(cam);
          addChild(vid); 
      function displayPlaybackVideo():void{
          nsPlayer = new NetStream(nc);
          vidPlayer = new Video(200,200);
       nsPlayer.client=this
          nsPlayer.play("myCamera",-1,-1);
       vidPlayer.x = cam.width + 80;
          vidPlayer.y = 10;
          vidPlayer.attachNetStream(nsPlayer);
          addChild(vidPlayer);

    if i publish camera in videoPlayer2, displayPlaybackVideo() method is working, but i cannot catch the video whichs is published from videuPlayer.as.
    thanks
    //videoPlayer.as
    package
         import flash.display.MovieClip;
         import flash.net.NetConnection;
         import flash.net.NetStream;
         import flash.media.Camera;
      import flash.media.Microphone;
         import flash.media.Video;
         import flash.events.NetStatusEvent;
      import fl.video.FLVPlayback;
         public class videoPlayer extends MovieClip
                var nc:NetConnection;
                var ns:NetStream;
                var nsPlayer:NetStream;
                var vid:Video;
                var vidPlayer:Video;
                var cam:Camera;
                var mic:Microphone;
               public function videoPlayer()
                    nc=new NetConnection();
                    nc.connect("rtmp://localhost/video");
                    nc.addEventListener(NetStatusEvent.NET_STATUS,onNetStatus);    
               function onNetStatus(event:NetStatusEvent):void
          trace(event.info.code);
           if(event.info.code == "NetConnection.Connect.Success"){
               publishCamera();
               displayPublishingVideo();
               displayPlaybackVideo();
         function publishCamera() {
            cam = Camera.getCamera();
        cam.setMode(160,120,15);
        cam.setQuality(100000,0);
           mic = Microphone.getMicrophone();
           ns = new NetStream(nc);
           ns.attachCamera(cam);
           ns.attachAudio(mic);
           ns.publish("myCamera", "append");
      function displayPublishingVideo():void {
       vid = new Video(200,200);
       vid.x = 10;
          vid.y = 10;
          vid.attachCamera(cam);
          addChild(vid); 
      function displayPlaybackVideo():void{
          nsPlayer = new NetStream(nc);
          vidPlayer = new Video(200,200);
       nsPlayer.client=this
          nsPlayer.play("myCamera",-1,-1);
       vidPlayer.x = cam.width + 80;
          vidPlayer.y = 10;
          vidPlayer.attachNetStream(nsPlayer);
          addChild(vidPlayer);
    //videoPlayer2.as
    package
         import flash.display.MovieClip;
         import flash.net.NetConnection;
         import flash.net.NetStream;
         import flash.media.Camera;
         import flash.media.Microphone;
         import flash.media.Video;
         import flash.events.NetStatusEvent;
         import fl.video.FLVPlayback;
         public class videoPlayer2 extends MovieClip
                var nc:NetConnection;
                var ns:NetStream;
                var nsPlayer:NetStream;
                var vid:Video;
                var vidPlayer:Video;
                var cam:Camera;
                var mic:Microphone;
               public function videoPlayer2()
                    nc=new NetConnection();
                    nc.connect("rtmp://localhost/video");
                    nc.addEventListener(NetStatusEvent.NET_STATUS,onNetStatus);    
               function onNetStatus(event:NetStatusEvent):void
                    trace(event.info.code);
                     if(event.info.code == "NetConnection.Connect.Success"){
                          displayPlaybackVideo();
           function displayPlaybackVideo():void{
                    nsPlayer = new NetStream(nc);
                    vidPlayer = new Video(200,200);
                    nsPlayer.client=this
                    nsPlayer.play("myCamera",-1,-1);
                     vidPlayer.x = cam.width + 80;
                     vidPlayer.y = 10;
                    vidPlayer.attachNetStream(nsPlayer);
                    addChild(vidPlayer);

Maybe you are looking for

  • AppleMobileDeviceHelper has stopped working

    When I attempt syncing iPhone 3GS with laptop, am constantly getting "AppleMobileDeviceHelper has stopped working" message, and iTunes hangs. My new laptop is a Dell Studio 1555, Windows 7 64-bit. The phone was syncing contacts and everything ok with

  • Is there any function like malloc and free in labview?

    Im writing a vi that will handle my memory request. Im doing a very high speed video record sessions , and the frames cant be saves on hardisk in realtime), so im saving the frames on memory, and i want to use memory as much as i can(~2GB) and to sav

  • WebServices and Actionscript3.. a few questions

    Hi all, I've set up a small example where I can connect to an .NET Web Service  in Flash using the Flex library mx.rpc.soap.WebService. So it works  fine... I was just wondering if anyone could give me some advice,  information, urls, suggestions or

  • Outlook 2013 Crashes During Initial Email download

    GroupWise 2012 sp3 running on Windows 2008r2. Mobility Services 2.1. We upgraded on 4/18/15. We are trying to set this up on his Outlook 2013. Everything works until it downloads 406 emails. Outlook then crashes and restarts. The next time it tries t

  • Secure Tunneling Between Two Switches

    Hi, We have 3 buildings in a campus.  We occupy building 1 and 3.  Building 2 belongs to someone else.  However, building 2 switch connects both building 1 and 3.  How do I create a point-to-point secure tunnel between the two 3560v2 layer 2 switches