Problem when streaming with the CLI flash media encoder 2.5

I have a problem when streaming with Flash Media Encoder 2.5. When I run the GUI, everything works, but when I use the commandline with the same profile I have created using the GUI, it says it can't connect to the server.
I have to use this version of the encoder, because the other is not working with the server, and I have to create a program to remotely control the flash media encoder, so I have to use the CLI. What can i do to go over this problem?
Any help would be really appreciated. Thankyou.

First of all, thankyou.
There is no authentication needed. I can't use Flash Live Media Encoder 3 because it is not supported by the people which manages the server i have to connect to.
In fact, I don't know why they dont support it, but that is the way it is.
Through the GUI, i connect directly and without problems, without user/pass.
Thankyou again.

Similar Messages

  • How to stream with the player strobe media playback videos using http dynamic streaming?

    Hi..
    please could i have some help about the player strobe media playback?
    i would like to know how to stream with the player strobe media playback videos using http dynamic streaming.
    I have already installed the server,i put my own video in the video on demand folder.i downloaded the player but i don't know how to stream that video with the adobe protocol dynamic streaming.

    http://osmf.org/configurator/fmp/
    Use this configurator, and use the same code it generates with your strobemediaplayback.swf
    Also make sure the domain where strobemediaplayback.swf is being called from and resides, is in your /webroot/crossdomain.xml  file, or it will not work.

  • Nexus 1000V. problem when working with the console VMWare

    I have a problem when working with the console VMWare.
    Sometimes it is impossible to connect any of the hypervisor to the guest OS managed by them.
    I get the message: "Unable connect to the MKS: Host address lookup for server <name of the hypervisor> failed: No such host is known."
    This message always appears in conjunction with the reconfiguration of virtual switch: "Reconfigure vNetwork Distributed Switch .... Initiated by Cisco_Nexus_1000V_ ....."
    Upon completion of the reconfiguration, Communication console, with guest OS is restored, or on its own or after a reboot srv-vc.
    In this time, I do not see any message in Nexus 1000v log.
    What is this?
    Thanks in advance.

    Smells of a DNS issue.  Are you sure your ESX hosts are reachable from your client via DNS hostname?  Try pinging them from a command prompt/terminal.  You may have DNS server issues.
    As a temp fix, edit your [windowspath]/system32/etc/drivers/hosts file and manually add the ESX host name and IP, then re-test.
    Regards,
    Robert

  • Streaming Live Video using Flash Media Encoder/Flash Media Streaming Server

    We currently get a video feed from local cable channel that gets streamed live to our internet website. It gets encoded first on our Windows 2003 server running Windows Media Encoder and then gets published on another Windows 2003 server running Windows Media Services. We are trying to replace these two servers with another solution and the two things driving this project are:
    1. These two servers are coming to an end of life cycle so we need to replace the hardware and upgrade the OS.
    2. They currently only support Windows compatible file formats. Just like other organizations out there, iPAD users are popping up and they want to view these video streaming from their iPAD.
    That's why we are looking at Adobe Flash Media Encoder3 and Flash Media Streaming Server 4.5. My questions for the experts out there are:
    1. Can Adobe Flash Media Encoder and Adobe Flash Media Streaming Server can replace our current solution?
    2. Do we need both Flash Media Encoder and Flash Media Streaming Server or can Flash Media Streaming Server also can encode video feed?
    3. Can Flash Media Encoder and Flash Media Streaming Server can run on the same server?
    4. Our Windows Media Services server also has few on-demand publishing points along with a live video streaming. Can above mentioned Adobe products support having live streaming publishing point along with on-demand video publishing points?
    5. Does Adobe Flash Media Encoder only support Flash and Quicktime or does it also support .wmv?
    I called the sales to find the answers to these questions but he basically read the features listed on the Adobe product website and couldn't really answer these questions.
    Any help in find the answers to these questions will be greatly appreciated.
    Thanks you.

    FYI - I was able to do it by using the "onFI" handler of the embedded NetStream object.
    myVideo.addEventListener(fl.video.VideoEvent.STATE_CHANGE, onVideoStateChange);
    function onVideoStateChange(evt:fl.video.VideoEvent)
      // trace("State = " + evt.state);
      if ( evt.state == "playing" )
      if (!ns)
      ns = myVideo.getVideoPlayer(evt.vp).netStream;
      ns.client.onFI = onFIHandler;
    function onFIHandler(infoObj:Object):void
      var ts:String = infoObj.st;
      trace("system time: " + ts);
      ExternalInterface.call("updateTimeStamp", ts);

  • New Flash Media Encoder

    So, I've been playing with the new Flash Media Encoder here:
    http://labs.adobe.com/technologies/fme/
    It was a really simple download and works seamlessly with
    Flash Media Sever. I think you have to update FMS2 to the January
    07 update to use it, though. Anyway, below are some options for
    trying it out. Have fun :)
    Per Chris H from adobe:
    1. You don't need a main.asc file on your FMS app to publish
    and broadcast live streams with FME.
    2. You can get a live stream from FME to playback in the
    normal FLVPlayback component that ships with Flash 8 Professional.
    Just make sure you have the "isLive" parameter set to true and the
    contentPath should be:
    rtmp://server_name/app_name/inst_name/stream_name.
    Option from FMS livedocs:
    1 New Flash Document with two layers: actions and video
    display.
    2 Add this code from the FMS livedocs to the actions layer:
    var my_nc:NetConnection = new NetConnection();
    my_nc.connect("rtmp://<YOUR RTMP ADDRESS>/streamtest");
    var my_ns:NetStream = new NetStream(my_nc);
    my_video.attachVideo(my_ns);
    my_ns.play("stream");
    3. Open Window > Library > Click little dropdown toggle
    next to library title and select a new video display object and
    specify actionscript control.
    4. Drag Video Display out of the library and give it an
    instance name of my_ns and publish it. I used a laptop for this
    part so that I could stream to the file from my FMS server. I saved
    the .swf as video_receiver.swf.
    5 Stop Flash Media Server and create a folder called
    streamtest in the FMS Apps folder, then start it again.
    6. Fire up FMEncoder, specify the RTMP address you specified
    in the Flash 8 AS code, and be sure that the stream is named,
    "stream" (no quotes). Also, toggle off the save stream file, unless
    you want to save the recording.
    7. Click start on FME and open the video_receiver.swf and you
    should see the stream playing.
    Another idea:
    Use the receiver from this tutorial:
    http://www.adobe.com/devnet/flashcom/articles/broadcast_receiver.html

    We have our own FMS and I have just installed the FME on a
    workstation. FME reads video perfect but when I try to connect to
    the server it won't accept my username and password. Where do I set
    this? I have installed the add-in for FMS and also upgraded to the
    latest 2.0.7 release. I'm green to the Flash Media Services so this
    may come as a dumb question. Please help!

  • Adobe flash media encoder compatibility with the lion mac mini server

    Can anyone tell me if the adobe flash media encoder is compatible with the lion mac mini server?

    I am running adobe live flash encoder on a new mac-mini server with Lion and am able to stream video just fine - however I get a hum in the audio. I am not sure whether the hum is caused by the audio input, the camcorder, the adobe encoder, or the combination, but it seems to be the camcorder's fault.
    There is a manual about migrating or upgrading to lion server, but none about instituting a new capability from scratch

  • Welcome to the Flash Media Encoder Forum

    Welcome to the Adobe Flash Media Encoder forum! Ask
    questions, discuss, and share feedback with other Flash Media
    Encoder users.r

    Sir i have a query
    i install TV card in my system and flash media live encoder get encoding feed from the TV card and in video device selection i select 713xBDA analog capture which is shown in device selection drop down it is all ok but
    i want to show this live feed on by flash palyer or my browser.
    for camera we use get camera function and others but for TV card i dont know please tell me the any tutorials or any code script etc.
    plzzzzzzzzzzz help me.
    My FMLE get the input from tv card and tv card device is show in device drop down list which is "713xBDA analog capture" it is all ok
    but problem is that i don't how to flash script get the "input" and "record" from this device directly. or through FMLE.
    which is possible
    Get Input and record:
    TV card --> FMLE -->flash player      (flash scprit required)
    TV card-->flash player                      (flash scprit required)

  • Dropped frames while using multi bit rates in Flash Media Encoder 3

    I’m using the Adobe Flash Media Encoder 3 to stream live video to a host computer at 200 Kbps.  At the same time, I’m saving a copy to my hard drive at 350 Kbps. The live stream signal seems to be ok.  The saved stream has dropped frames.  Total bandwidth is about 615 Kbps.  I’ve looked at performance marking software to see if my hard drive is slow and to check my CPU speed. I can’t see what I need to save a better copy and still keep the live stream. 
    Is this just a need for more CPU speed? 
    The encoder is on a Dell Optiplex 360 Intel Core 2 Duo E7300 @2.53GHz with 3GB RAM.  The hard drive is a 152GB IDE ST3160815AS.  It has write caching enabled on the disk.

    I saw your request for the log file in a different post.  This is one of them that was made from my encoding.  I don't see any answers in it.
    =================================================================
    File: C:\Program Files\Adobe\Flash Media Live Encoder 3\FlashMediaLiveEncoder.exe
    Description: Adobe® Flash® Media Live Encoder
    Copyright: © 2008 - 09 Adobe Systems Incorporated. All Rights Reserved. Adobe, the Adobe logo, and Flash are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. All other trademarks are the property of their respective owners. <AdobeIP#0000716>
    Version: 3.0.1.5963
    =================================================================
    Sun Mar 28 2010 07:59:46 : Selected video input device: Dazzle DVC100 Video Device
    Sun Mar 28 2010 07:59:47 : Selected audio input device: SoundMAX HD Audio
    Sun Mar 28 2010 08:07:58 : Auto Adjust Not Supported : AutoAdjust is not supported if you stream multiple bit rates.
    Sun Mar 28 2010 08:08:36 : Primary - Connected to FMS/3,0,1,123
    Sun Mar 28 2010 08:30:11 : Primary - Stream[NIPKWIg] Status: Success
    Sun Mar 28 2010 08:30:12 : Primary - Stream[NIPKWIg] Status: NetStream.Publish.Start
    Sun Mar 28 2010 08:30:12 : Primary - Stream[0000] Status: Success
    Sun Mar 28 2010 08:30:12 : Primary - Stream[0000] Status: NetStream.Publish.Start
    ==========================================================
    <?xml version="1.0" encoding="UTF-16"?>
    <flashmedialiveencoder_profile>
        <preset>
            <name>Custom</name>
            <description></description>
        </preset>
        <capture>
            <video>
            <device>Dazzle DVC100 Video Device</device>
            <crossbar_input>0</crossbar_input>
            <frame_rate>29.97</frame_rate>
            <size>
                <width>640</width>
                <height>480</height>
            </size>
            </video>
            <audio>
            <device>SoundMAX HD Audio</device>
            <crossbar_input>0</crossbar_input>
            <sample_rate>22050</sample_rate>
            <channels>1</channels>
            <input_volume>15</input_volume>
            </audio>
        </capture>
        <process>
            <video>
            <preserve_aspect></preserve_aspect>
            </video>
        </process>
        <encode>
            <video>
            <format>VP6</format>
            <datarate>200;350;</datarate>
            <outputsize>320x240;640x480;</outputsize>
            <advanced>
                <keyframe_frequency>5 Seconds</keyframe_frequency>
                <quality>Good Quality - Good Framerate</quality>
                <noise_reduction>None</noise_reduction>
                <datarate_window>Medium</datarate_window>
                <cpu_usage>Dedicated</cpu_usage>
            </advanced>
            <autoadjust>
                <enable>false</enable>
                <maxbuffersize>1</maxbuffersize>
                <dropframes>
                <enable>false</enable>
                </dropframes>
                <degradequality>
                <enable>false</enable>
                <minvideobitrate></minvideobitrate>
                <preservepfq>false</preservepfq>
                </degradequality>
            </autoadjust>
            </video>
            <audio>
            <format>MP3</format>
            <datarate>32</datarate>
            </audio>
        </encode>
        <restartinterval>
            <days></days>
            <hours></hours>
            <minutes></minutes>
        </restartinterval>
        <reconnectinterval>
            <attempts></attempts>
            <interval></interval>
        </reconnectinterval>
        <output>
            <rtmp>
            <url>rtmp://72.26.194.157/rec_live/_definst_/doPublish=azFHj</url>
            <backup_url></backup_url>
            <stream>NIPKWIg;0000</stream>
            </rtmp>
            <file>
            <limitbysize>
                <enable>false</enable>
                <size>10</size>
            </limitbysize>
            <limitbyduration>
                <enable>false</enable>
                <hours>1</hours>
                <minutes>0</minutes>
            </limitbyduration>
            <path>10_0328_0830a_%i_%v.flv</path>
            </file>
        </output>
        <metadata>
            <entry>
            <key>author</key>
            <value></value>
            </entry>
            <entry>
            <key>copyright</key>
            <value></value>
            </entry>
            <entry>
            <key>description</key>
            <value></value>
            </entry>
            <entry>
            <key>keywords</key>
            <value></value>
            </entry>
            <entry>
            <key>rating</key>
            <value></value>
            </entry>
            <entry>
            <key>title</key>
            <value></value>
            </entry>
        </metadata>
        <preview>
            <video>
            <input>
                <zoom>50%</zoom>
            </input>
            <output>
                <zoom>100%</zoom>
            </output>
            </video>
            <audio></audio>
        </preview>
        <log>
            <level>100</level>
            <directory>C:\Documents and Settings\sanctuary\My Documents\My Videos</directory>
        </log>
    </flashmedialiveencoder_profile>
    ==========================================================
    DumpGraph [003AE3D8]
        Filter [0146A424] Output Video Renderer
              Pin [0146A804] Input [Input] Connected to pin [01140B90]
        Filter [01470A94] Input Video Renderer
              Pin [01470E74] Input [Input] Connected to pin [010E3FE0]
        Filter [014D901C] Meter Render
              Pin [014D93FC] Input [Input] Connected to pin [0113ACE8]
        Filter [010EC008] Mux1
              Pin [010EC068] FLV4 [Input] Connected to pin [00F2CFC0]
              Pin [010EC888] MP3 [Input] Connected to pin [0113F2B8]
              Pin [010ECB00]  out [ Output] This pin is not Connected
        Filter [010F5DC0] Mux
              Pin [010F5E20] FLV4 [Input] Connected to pin [010E56D8]
              Pin [010F6640] MP3 [Input] Connected to pin [0113F0B0]
              Pin [010F68B8]  out [ Output] This pin is not Connected
        Filter [011404A0] VP62_FL8 Compressor
              Pin [011404C0] Input [Input] Connected to pin [01140340]
              Pin [01140B90] Preview [Output] Connected to pin [0146A804]
              Pin [010E56D8] Output1 [Output] Connected to pin [010F5E20]
              Pin [00F2CFC0] Output2 [Output] Connected to pin [010EC068]
              Pin [010EFDE8]  Output3 [ Output] This pin is not Connected
        Filter [010E3ED8] Input RGB
              Pin [010E3EF0] Input [Input] Connected to pin [014605CC]
              Pin [010E3FE0] Output [Output] Connected to pin [01470E74]
        Filter [0113EF18] Audio Encoder Tee
              Pin [0113EF28] Input [Input] Connected to pin [01139710]
              Pin [0113F0B0] Output1 [Output] Connected to pin [010F6640]
              Pin [0113F2B8] Output2 [Output] Connected to pin [010EC888]
              Pin [0113F500]  Output3 [ Output] This pin is not Connected
        Filter [010E73B8] Audio Monitor
              Pin [010E7430] Input [Input] Connected to pin [0147851C]
              Pin [0113ACE8] Channel 0 [Output] Connected to pin [014D93FC]
        Filter [0113FBC0] FPS Controller Encoder
              Pin [0113FBD0] Input [Input] Connected to pin [010EF2D0]
              Pin [01140340] Output [Output] Connected to pin [011404C0]
        Filter [01139208] Audio Encoder
              Pin [01139210] PCM [Input] Connected to pin [01491EB4]
              Pin [01139710] MP3 [Output] Connected to pin [0113EF28]
        Filter [010EF1C8] Resize
              Pin [010EF1E0] Input [Input] Connected to pin [010EF068]
              Pin [010EF2D0] Output [Output] Connected to pin [0113FBD0]
        Filter [01466C6C] Audio Tee
              Pin [01466CD4] Input [Input] Connected to pin [010EE6A8]
              Pin [01491EB4] Output1 [Output] Connected to pin [01139210]
              Pin [0147851C] Output2 [Output] Connected to pin [010E7430]
              Pin [0146488C]  Output3 [ Output] This pin is not Connected
        Filter [010EE8E8] FPS Controller Resize
              Pin [010EE8F8] Input [Input] Connected to pin [0147002C]
              Pin [010EF068] Output [Output] Connected to pin [010EF1E0]
        Filter [010EDF80] Filler
              Pin [010EDF88] In [Input] Connected to pin [01473C34]
              Pin [010EE6A8] Output [Output] Connected to pin [01466CD4]
        Filter [014631F4] Video Tee
              Pin [0146325C] Input [Input] Connected to pin [0146220C]
              Pin [014605CC] Output1 [Output] Connected to pin [010E3EF0]
              Pin [0147002C] Output2 [Output] Connected to pin [010EE8F8]
              Pin [014D9E64]  Output3 [ Output] This pin is not Connected
        Filter [014C18A4] Audio Resample
              Pin [014C0BFC] Input [Input] Connected to pin [0147CB44]
              Pin [01473C34] Output [Output] Connected to pin [010EDF88]
        Filter [003AF24C] Smart Tee
              Pin [003AF2B4] Input [Input] Connected to pin [0146022C]
              Pin [0146220C] Capture [Output] Connected to pin [0146325C]
              Pin [01466EA4]  Preview [ Output] This pin is not Connected
        Filter [01466FC4] AUDIO SOURCE
              Pin [0147CB44] Capture [Output] Connected to pin [014C0BFC]
              Pin [0147CCF4]  Rear Input [ Input] This pin is not Connected
              Pin [0147B0B4]  Microphone [ Input] This pin is not Connected
              Pin [0146FF2C]  Stereo Mix [ Input] This pin is not Connected
        Filter [003AE654] SOURCE
              Pin [0146022C] Capture [Output] Connected to pin [003AF2B4]
              Pin [01460054] Analog Video In [Input] Connected to pin [01478E7C]
        Filter [01462334] Dazzle DVC100 Crossbar
              Pin [014623FC]  0: Video AUX In [ Input] This pin is not Connected
              Pin [0147863C]  1: Video Tuner In [ Input] This pin is not Connected
              Pin [0147879C]  2: Video Composite In [ Input] This pin is not Connected
              Pin [014788FC]  3: Video SVideo In [ Input] This pin is not Connected
              Pin [0147B5BC]  4: Audio Tuner In [ Input] This pin is not Connected
              Pin [0146255C]  5: Audio Line In [ Input] This pin is not Connected
              Pin [01471F2C]  6: Audio Mic In [ Input] This pin is not Connected
              Pin [01478E7C] 0: Video Decoder Out [Output] Connected to pin [01460054]
              Pin [01464384]  1: Audio Decoder Out [ Output] This pin is not Connected
    DumpGraph [003AE3D8]
        Filter [0146A424] Output Video Renderer
              Pin [0146A804] Input [Input] Connected to pin [01140B90]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {E436EB7E-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_RGB32
    Not temporally compressed
    Sample size 307200
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 32 bpp c:0
    Image size 307200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
        Filter [01470A94] Input Video Renderer
              Pin [01470E74] Input [Input] Connected to pin [010E3FE0]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {E436EB7D-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_RGB24
    Not temporally compressed
    Sample size 921600
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 24 bpp c:0
    Image size 921600
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
        Filter [014D901C] Meter Render
              Pin [014D93FC] Input [Input] Connected to pin [0113ACE8]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {E436EB7D-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_RGB24
    Not temporally compressed
    Sample size 27648
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    96 x 96, 24 bpp c:0
    Image size 27648
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 0, 0 fps
        Filter [010EC008] Mux1
              Pin [010EC068] FLV4 [Input] Connected to pin [00F2CFC0]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {34564C46-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Temporally compressed
    Variable size samples
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:34564c46
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [010EC888] MP3 [Input] Connected to pin [0113F2B8]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000055-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 0
    Format type FORMAT_WaveFormatEx
    Subtype Unknown GUID Name
    wFormatTag 85
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 4000
    nBlockAlign 1
    wBitsPerSample 0
    cbSize 12
              Pin [010ECB00]  out [ Output] This pin is not Connected
        Filter [010F5DC0] Mux
              Pin [010F5E20] FLV4 [Input] Connected to pin [010E56D8]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {34564C46-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Temporally compressed
    Variable size samples
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 12 bpp c:34564c46
    Image size 115200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [010F6640] MP3 [Input] Connected to pin [0113F0B0]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000055-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 0
    Format type FORMAT_WaveFormatEx
    Subtype Unknown GUID Name
    wFormatTag 85
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 4000
    nBlockAlign 1
    wBitsPerSample 0
    cbSize 12
              Pin [010F68B8]  out [ Output] This pin is not Connected
        Filter [011404A0] VP62_FL8 Compressor
              Pin [011404C0] Input [Input] Connected to pin [01140340]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 115200
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 12 bpp c:30323449
    Image size 115200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [01140B90] Preview [Output] Connected to pin [0146A804]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {E436EB7E-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_RGB32
    Not temporally compressed
    Sample size 307200
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 32 bpp c:0
    Image size 307200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [010E56D8] Output1 [Output] Connected to pin [010F5E20]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {34564C46-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Temporally compressed
    Variable size samples
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 12 bpp c:34564c46
    Image size 115200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [00F2CFC0] Output2 [Output] Connected to pin [010EC068]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {34564C46-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Temporally compressed
    Variable size samples
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:34564c46
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [010EFDE8]  Output3 [ Output] This pin is not Connected
        Filter [010E3ED8] Input RGB
              Pin [010E3EF0] Input [Input] Connected to pin [014605CC]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [010E3FE0] Output [Output] Connected to pin [01470E74]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {E436EB7D-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_RGB24
    Not temporally compressed
    Sample size 921600
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 24 bpp c:0
    Image size 921600
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
        Filter [0113EF18] Audio Encoder Tee
              Pin [0113EF28] Input [Input] Connected to pin [01139710]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000055-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 1
    Format type FORMAT_WaveFormatEx
    Subtype Unknown GUID Name
    wFormatTag 85
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 4000
    nBlockAlign 1
    wBitsPerSample 0
    cbSize 12
              Pin [0113F0B0] Output1 [Output] Connected to pin [010F6640]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000055-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 1
    Format type FORMAT_WaveFormatEx
    Subtype Unknown GUID Name
    wFormatTag 85
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 4000
    nBlockAlign 1
    wBitsPerSample 0
    cbSize 12
              Pin [0113F2B8] Output2 [Output] Connected to pin [010EC888]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000055-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 1
    Format type FORMAT_WaveFormatEx
    Subtype Unknown GUID Name
    wFormatTag 85
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 4000
    nBlockAlign 1
    wBitsPerSample 0
    cbSize 12
              Pin [0113F500]  Output3 [ Output] This pin is not Connected
        Filter [010E73B8] Audio Monitor
              Pin [010E7430] Input [Input] Connected to pin [0147851C]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [0113ACE8] Channel 0 [Output] Connected to pin [014D93FC]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {E436EB7D-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_RGB24
    Not temporally compressed
    Sample size 27648
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    96 x 96, 24 bpp c:0
    Image size 27648
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 0, 0 fps
        Filter [0113FBC0] FPS Controller Encoder
              Pin [0113FBD0] Input [Input] Connected to pin [010EF2D0]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 115200
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 12 bpp c:30323449
    Image size 115200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [01140340] Output [Output] Connected to pin [011404C0]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 115200
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 12 bpp c:30323449
    Image size 115200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
        Filter [01139208] Audio Encoder
              Pin [01139210] PCM [Input] Connected to pin [01491EB4]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [01139710] MP3 [Output] Connected to pin [0113EF28]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000055-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 1
    Format type FORMAT_WaveFormatEx
    Subtype Unknown GUID Name
    wFormatTag 85
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 4000
    nBlockAlign 1
    wBitsPerSample 0
    cbSize 12
        Filter [010EF1C8] Resize
              Pin [010EF1E0] Input [Input] Connected to pin [010EF068]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [010EF2D0] Output [Output] Connected to pin [0113FBD0]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 115200
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    320 x 240, 12 bpp c:30323449
    Image size 115200
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
        Filter [01466C6C] Audio Tee
              Pin [01466CD4] Input [Input] Connected to pin [010EE6A8]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [01491EB4] Output1 [Output] Connected to pin [01139210]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [0147851C] Output2 [Output] Connected to pin [010E7430]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [0146488C]  Output3 [ Output] This pin is not Connected
        Filter [010EE8E8] FPS Controller Resize
              Pin [010EE8F8] Input [Input] Connected to pin [0147002C]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [010EF068] Output [Output] Connected to pin [010EF1E0]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
        Filter [010EDF80] Filler
              Pin [010EDF88] In [Input] Connected to pin [01473C34]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [010EE6A8] Output [Output] Connected to pin [01466CD4]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
        Filter [014631F4] Video Tee
              Pin [0146325C] Input [Input] Connected to pin [0146220C]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [014605CC] Output1 [Output] Connected to pin [010E3EF0]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [0147002C] Output2 [Output] Connected to pin [010EE8F8]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [014D9E64]  Output3 [ Output] This pin is not Connected
        Filter [014C18A4] Audio Resample
              Pin [014C0BFC] Input [Input] Connected to pin [0147CB44]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [01473C34] Output [Output] Connected to pin [010EDF88]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
        Filter [003AF24C] Smart Tee
              Pin [003AF2B4] Input [Input] Connected to pin [0146022C]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [0146220C] Capture [Output] Connected to pin [0146325C]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [01466EA4]  Preview [ Output] This pin is not Connected
        Filter [01466FC4] AUDIO SOURCE
              Pin [0147CB44] Capture [Output] Connected to pin [014C0BFC]
    Major type {73647561-0000-0010-8000-00AA00389B71}  MEDIATYPE_Audio
    Sub type   {00000001-0000-0010-8000-00AA00389B71}  MEDIASUBTYPE_PCM
    Not temporally compressed
    Sample size 2
    Format type FORMAT_WaveFormatEx
    Subtype MEDIASUBTYPE_PCM
    wFormatTag 1
    nChannels 1
    nSamplesPerSec 22050
    nAvgBytesPerSec 44100
    nBlockAlign 2
    wBitsPerSample 16
    cbSize 0
              Pin [0147CCF4]  Rear Input [ Input] This pin is not Connected
              Pin [0147B0B4]  Microphone [ Input] This pin is not Connected
              Pin [0146FF2C]  Stereo Mix [ Input] This pin is not Connected
        Filter [003AE654] SOURCE
              Pin [0146022C] Capture [Output] Connected to pin [003AF2B4]
    Major type {73646976-0000-0010-8000-00AA00389B71}  MEDIATYPE_Video
    Sub type   {30323449-0000-0010-8000-00AA00389B71}  Unknown GUID Name
    Not temporally compressed
    Sample size 460800
    Source rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Target rectangle ( Left 0 Top 0 Right 0 Bottom 0)
    Size of BITMAPINFO structure 40
    640 x 480, 12 bpp c:30323449
    Image size 460800
    Planes 1
    Pels per metre (0, 0)
    Colours used 0
    AvgTimePerFrame 333667, 29.97 fps
              Pin [01460054] Analog Video In [Input] Connected to pin [01478E7C]
    Major type {0482DDE1-7817-11CF-8A03-00AA006ECB65}  MEDIATYPE_AnalogVideo
    Sub type   {E436EB8E-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_None
    Not temporally compressed
    Sample size 16
    Format type FORMAT_AnalogVideo
        Filter [01462334] Dazzle DVC100 Crossbar
              Pin [014623FC]  0: Video AUX In [ Input] This pin is not Connected
              Pin [0147863C]  1: Video Tuner In [ Input] This pin is not Connected
              Pin [0147879C]  2: Video Composite In [ Input] This pin is not Connected
              Pin [014788FC]  3: Video SVideo In [ Input] This pin is not Connected
              Pin [0147B5BC]  4: Audio Tuner In [ Input] This pin is not Connected
              Pin [0146255C]  5: Audio Line In [ Input] This pin is not Connected
              Pin [01471F2C]  6: Audio Mic In [ Input] This pin is not Connected
              Pin [01478E7C] 0: Video Decoder Out [Output] Connected to pin [01460054]
    Major type {0482DDE1-7817-11CF-8A03-00AA006ECB65}  MEDIATYPE_AnalogVideo
    Sub type   {E436EB8E-524F-11CE-9F53-0020AF0BA770}  MEDIASUBTYPE_None
    Not temporally compressed
    Sample size 16
    Format type FORMAT_AnalogVideo
              Pin [01464384]  1: Audio Decoder Out [ Output] This pin is not Connected
    Sun Mar 28 2010 08:30:12 : Session Started
    Sun Mar 28 2010 08:30:12 : Video Encoding Started
    Sun Mar 28 2010 08:30:13 : Audio Encoding Started
    Sun Mar 28 2010 09:22:13 : Audio Encoding Stopped
    Sun Mar 28 2010 09:22:13 : Video Encoding Stopped
    Sun Mar 28 2010 09:22:13 : Session Stopped
    Sun Mar 28 2010 09:22:13 : File C:\Documents and Settings\sanctuary\My Documents\My Videos\10_0328_0830a_1_200.flv closed.
    Sun Mar 28 2010 09:22:13 : File C:\Documents and Settings\sanctuary\My Documents\My Videos\10_0328_0830a_2_350.flv closed.
    Sun Mar 28 2010 09:22:13 : Primary - Stream[NIPKWIg] Status: NetStream.Unpublish.Success
    Sun Mar 28 2010 09:22:14 : Primary - Stream[0000] Status: NetStream.Unpublish.Success
    Sun Mar 28 2010 09:22:14 :
    ================== Encoding Statistics ====================
                            Current                        
                                           Input              Output
                 Time    Bit Rate     Drops      fps     Drops      fps
    Audio  :   0:51:59      32 Kbps          
    Video 1:   0:51:59    198 Kbps         0    30.00         0    31.00
    Video 2:   0:51:59    343 Kbps         0    30.00         0    31.00
                            Average                         
                                           Input              Output
                 Time    Bit Rate     Drops      fps     Drops      fps
    Audio  :   0:51:59      32 Kbps          
    Video 1:   0:51:59    196 Kbps        10    29.97         1    29.96
    Video 2:   0:51:59    343 Kbps        10    29.97       206    29.90
    ===========================================================
    Sun Mar 28 2010 09:25:21 : Primary - Network Status: NetConnection.Connect.Closed status
    Sun Mar 28 2010 09:25:21 : Primary - Disconnected
    Sun Mar 28 2010 09:25:25 : Primary - Connected to FMS/3,0,1,123
    Sun Mar 28 2010 09:39:35 : Primary - Stream[NIPKWId] Status: Success
    Sun Mar 28 2010 09:39:35 : Primary - Stream[NIPKWId] Status: NetStream.Publish.Start
    Sun Mar 28 2010 09:39:36 : Primary - Stream[0000] Status: Success
    Sun Mar 28 2010 09:39:36 : Primary - Stream[0000] Status: NetStream.Publish.Start
    ==========================================================
    <?xml version="1.0" encoding="UTF-16"?>
    <flashmedialiveencoder_profile>
        <preset>
            <name>Custom</name>
            <description></description>
        </preset>
        <capture>
            <video>
            <device>Dazzle DVC100 Video Device</device>
            <crossbar_input>0</crossbar_input>
            <frame_rate>25.00</frame_rate>
            <size>
                <width>640</width>
                <height>480</height>
            </size>
            </video>
            <audio>
            <device>SoundMAX HD Audio</device>
            <crossbar_input>0</crossbar_input>
            <sample_rate>22050</sample_rate>
            <channels>1</channels>
            <input_volume>15</input_volume>
            </audio>
        </capture>
        <process>
            <video>
            <preserve_aspect></preserve_aspect>
            </video>
        </process>
        <encode>
            <video>
            <format>VP6</format>
            <datarate>200;350;</datarate>
            <outputsize>320x240;640x480;</outputsize>
            <advanced>
                <keyframe_frequency>5 Seconds</keyframe_frequency>
                <quality>Good Quality - Good Framerate</quality>
                <noise_reduction>None</noise_reduction>
                <datarate_window>Medium</datarate_window>
                <cpu_usage>Dedicated</cpu_usage>
            </advanced>
            <autoadjust>
                <enable>false</enable>
                <maxbuffersize>1</maxbuffersize>
                <dropframes>
                <enable>false</enable>
                </dropframes>
                <degradequality>
                <enable>false</enable>
                <minvideobitrate></minvideobitrate>
                <preservepfq>false</preservepfq>
                </degradequality>
            </autoadjust>
            </video>
            <audio>
            <format>MP3</format>
            <datarate>32</datarate>
            </audio>
        </encode>
        <restartinterval>
            <days></days>
            <hours></hours>
            <minutes></minutes>
        </restartinterval>
        <reconnectinterval>
            <attempts></attempts>
            <interval></interval>
        </reconnectinterval>
        <output>
            <rtmp>
            <url>rtmp://72.26.194.157/rec_live/_definst_/doPublish=azFHj</url>
            <backup_url></backup_url>
            <stream>NIPKWId;0000</stream>
            </rtmp>
            <file>
            <limitbysize>
                <enable>false</enable>
                <size>10</size>
            </limitbysize>
            <limitbyduration>
                <enable>false</enable>
                <hours>1</hours>
                <minutes>0</minutes>
            </limitbyduration>
            <path>10_0328_0940a_%i_%v.flv</path>
            </file>
        </output>
        <metadata>
            <entry>
            <key>author</key>
            <value></value>
            </entry>
            <entry>
            <key>copyright</key>
            <value></value>
            </entry>
            <entry>
            <key>description</key>
            <value></value>
            </entry>
            <entry>
            <key>keywords</key>
            <value></value>
            </entry>
            <entry>
            <key>rating</key>
            <value></value>
            </entry>
            <entry>
            <key>title</key>
            <value></value>
            </entry>
        </metadata>
        <preview>
            <video>
            <input>
                <zoom>50%</zoom>
            </input>
            <output>
                <zoom>100%</zoom>
            </output>
            </video>
            <audio></audio>
        </preview>
        <log>
            <level>100</level>
            <directory>C:\Documents and Settings\sanctuary\My Documents\My Videos</directory>
        </log>
    </flashmedialiveencoder_profile>
    ==========================================================
    DumpGraph [003AE3D8]
        Filter [014D901C] Output Video Renderer
              Pin [014D93FC] Input [Input] Connected to pin [01185708]
        Filter [01470A94] Input Video Renderer
              Pin [01470E74] Input [Input] Connected to pin [010E2288]
        Filter [014CE01C] Meter Render
              Pin [014CE3FC] Input [Input] Connected to pin [0113ACA8]
        Filter [0CDA5D

  • Problem with Flash Media Encoder

    We're having problems trying to use Flash Media Encoder in
    conjunction with an Opsrey 230 card. The device shows up in the
    Encoding Options panel but when we try to change any settings we
    get the following error "Problem with video capture device. Please
    verify that it is working correctly and is not already in use"
    The card works fine with Windows Media Encoder. Viewcast
    support suggested trying it again with SimulStream enabled, but
    still no joy.
    Can anyone help?
    System - Windows XP Pro 2002 SP 2
    Thanks
    Phil

    Doesn't look like any of your capture cards are on the
    confirmed compatibility list... I wish there was a confirmed
    INcompatible list (add three from above).
    http://www.adobe.com/support/documentation/en/flashmediaencoder/FME_DeviceMatrix.pdf

  • HT204053 i have 2 apple ids and one is from years ago when icloud wasnt a thought but now somehow it became my primary apple id and i cant photo stream with the apple id i use. Even if im signed into my old one the photo stream doesnt automatically go to

    i have 2 apple ids and one is from years ago when icloud wasnt a thought but now somehow it became my primary apple id and i cant photo stream with the apple id i use. Even if im signed into my old one the photo stream doesnt automatically go to my mac. Im not exactly technology savy but id love to figure this out.

    I have also noticed the same "problem".  I do not fully understand the impact of using the same ID on multiple computers and devices if I want to keep them all in sync.

  • Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • With the latest flash update and on firefox 13 when I scroll on pages with youtube videos or other flash content it become corrupted.

    When I actually play the videos it's fine, the issue only occurs with still images. This doesn't show up with vimeo videos.
    The images should explain more
    Before scrolling
    http://i.imgur.com/MzAs7.jpg
    After
    [IMG]http://i.imgur.com/2tZwm.jpg[/IMG]
    This does not occur with other browsers with the latest flash update.
    The problem also shows up even with add-ons disabled and testing it with a new profile.
    Does anybody have an idea with how to fix this, or is it a problem on adobe's end?

    I've fixed the problem by installing the older version of Flash Player (v11.2.202.235).
    - First, download the uninstaller from [http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html here].
    - Close your browser(s).
    - Run uninstaller and remove flash player.
    - After the uninstall process, download and install the old version from [http://www.oldapps.com/flash_player.php here].
    Note: Download "Adobe Flash Player 11.2.202.235 (Non-IE)" if you are using 32 bit OS
    Or
    Download "Adobe Flash Player 11.2.202.235 (x64) (Non-IE)" for 64 bit OS.

  • I want stream my Video on my dedicated server with Adobe Flash Media Encoder but server dont have sound card what to do

    I want stream my Video on my dedicated server with Adobe Flash Media Encoder but server dont have sound card what to do

    You can not install it.
    Only apps from the official Apple App Store can be installed.

  • Wheni try to use the VHScrCap as video the Adobe flash media live encoder 3.2 just closes?

    Wheni try to use the VHScrCap as video the Adobe flash media live encoder 3.2 just closes?
    how do i fix this?

    Moving the discussion to Flash Media Forum.
    Regards,
    Anit Kumar

  • I upgraded to iOS 7 to my ipad using iTunes. When signing with the Apple ID I get an error reading "There was a problem connecting to the server" anyone who knows what to do next

    I upgraded to iOS 7 to my ipad using iTunes. When signing with the Apple ID I get an error reading "There was a problem connecting to the server" anyone who knows what to do next

    Sounds more like you have a problem with your apple id. For starters go to that page click manage my apple id and singn in. If you can't sign in reset password.
    https://appleid.apple.com
    if you can sign in there, try to sign in to itunes on your computer.

Maybe you are looking for

  • SmartView Error - "The data entered is wrong"

    There is an alert in Smart View Ad Hoc that appears intermittently that says "The data entered is wrong, so it will revert back to the previous value". What causes this and what is the resolution? I realize this question was already asked but I didn'

  • VX2245wm - Fails to detect display properly

    I bought a ViewSonic vx2245wm monitor to go with my MacBook. Problem is, sometimes when I start up with the display connected, the mac forgets the display type and sets it to a low res mode. I have to press detect display quite a few times before it

  • How to identify which process Chain is Scheduled.

    Hi All, We have 20 Process Chains in our project.In SM37, i have checked the Scheduled Jobs in SM37 and found "BI_PROCESS_TRIGGER" job is triggered. How can i find which process Chain is scheduled out 20 Process Chains. Can i get the Process Chain Na

  • Creating email accounts for young kids...

    I want to give my two sons (7 & 9) their own Apple ID so that can each have their own email accounts (restricted of course) but at the same time I only want to buy games, apps, software under my "Master Account".  I have read some of the streams and

  • Hide a company to a windows group connect with trusted connection

    I mean, how can I do, to create two groups in the windows active directory, and do users member of the first group and other to the second groups. Now, when a user from the first group connect with client sap b1 with trusted connections doesn't see a