Trying to understand flash.media.Microphone

Hi,
I am new to flash/AS3 and currently trying to understand how to use flash.media.Microphone in my application.
I have the following code to activate the microphone:
var mic:Microphone = Microphone.getMicrophone();
Security.showSettings("2");
mic.setLoopBack(true);
mic.setUseEchoSuppression(true);
mic.addEventListener(StatusEvent.STATUS,micStatus);
mic.addEventListener(ActivityEvent.ACTIVITY, activityHandler);
This seems to be working fine and I get the "allow the use of the microphone" dialogue when I run the flash application.
However, I go and add some other code in and after while I no longer get "allow the use of the microphone" when running my application. The microphone is still loaded can micStatus gets called, but the microphone just stays muted, so I don't get the echo back as configured with mic.setLoopBack(true).
Initially I thought that maybe this is because something in my code, so I went back to my initial code again, but still get no  "allow the use of the microphone" dialogue and the microphone stays muted.
If I create a new AS3 project and copy the code there is works again. This makes me think that maybe I am missing something. Do I need to release the microphone somehow after use. Saying that if I restart my computer, the projects that stopped displaying  "allow the use of the microphone" will still not display them.
Really confused about this. Anyone have any pointers what I am doing wrong?
regards,
Olli

Hi,
Are you trying to download Adobe Flash Media Live Encoder 3.2? Could you please try again from here : https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3 ?
Hope this helps.
Thanks,
Apurva

Similar Messages

  • Android and import flash.media.Microphone not working?

    Is "import flash.media.Microphone" working on Android devices ?
    I am trying to call "Alert.show(Microphone.names.length.toString())" but it does not showing anything up on Android device (and even mic.rate = 11 throws an error as: mic=Microphone.getMicrophone(-1))
    Any clues why it is not working (PC display on various browser including chrome is fine)
    Testing desktop (WIN 10,1,82,76) and Android (10.1.92.8)

    so after a while checking it gives me
    I've got:
    mic = Microphone.getMicrophone(-1);
    and this: mic.rate = 11;
    gives me error 1009 (property of null object)
    then question is: Does Adobe Flash Player 10.1 (10.1.92.8) on Android supports Microphone class?
    Apparently not as getMicrophone(-1) returns null object (but hey, I am pretty sure my mobile phone's got two of them) ...
    anyone can confirm that?

  • Can't seem to stream (RTMP) an FLV file in Flash Media Playback from the Amazon Cloud

    I seem to be having trouble streaming any FLV file using RTMP from the Amazon Cloud.  Other file formats (i.e., MP4, F4V) seem to work just fine.
    I tried using your Flash Media Playback demo page and still had the same problem:
    http://www.osmf.org/configurator/fmp/
    Without publicly displaying the actual connection path here, this is what I am using for the Video Source (URL):
    rtmp://xxxxxxxxxxxxxx.cloudfront.net/cfx/st/_definst_/MyVideo.flv
    If I change the "MyVideo.flv" to "mp4:MyVideo.f4v", for example, then it works.  But when I try to reference any FLV file that I have located on the Amazon Cloud then it just shows continuous buffering.
    The FLV files that I am trying to use with both the Strobe and Flash Media Playback(s) all stream just fine when I connect to them via other Flash based applications/players that I have.
    Do you have any suggestions?
    Thank you very much.

    Hello,
    The link to the previous post does not seem to apply or help in this case.  Please let me know if I am wrong.
    I am merely trying to stream any FLV file using your Flash Media Playback demo page.  What am I missing here?
    Thanks again.

  • Flash Media Live Encoder won't connect to server

    I am trying to configure Flash Media Live Encoder 3.2. I followed the instructions provided by the chatroom I am working for, and it seems to be working until I press the "Start" button on the bottom. When I do that, I get an error message that says
    "Problem with Primary Server
    Failure to connect to primary server. Please verify that your Server URL and application name are valid and that your internet connection is working and retry."
    I get the same message when I hit the "Connect" button on the dashboard.
    I have Windows 7, and more than adequate processing power/connection speed. My performance meter says it is only taking up 9% of my CPU, and my connection speed is at least 15, usually more like 30megs.
    Any suggestions?

    Most of the time is is due to;
    Ports or firewall blocking connections
    Settings put into FMLE are not correct, check FMS URL for spaces and the Stream key not being what was expected.
    Application no present on the server
    Good way to debug is to use the Admininistration panel that Adobe provides in the FMS install.

  • Why i am not able to download Flash Media Live Encoder 3.2 on window-7

    I am trying to download Flash Media Live Encoder 3.2 on window-7.,but download starting but could-not download, after sometime it stop.
    I have tried download in all browser-IE,chrome,firefox,opera. same problem in all browsers.
    What is wrong with my pc.
    Note: other files downloading normally.

    Santmali which Adobe software title is your inquiry in reference too?

  • VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

    Hi
    In the adobe help there is much talk about AEC and sample codes for AEC.
    I  have downloaded flex sdk 4.5 ,AIR SDK 2.6 which are most recent  builds.Installed Flash player 10.3 and AIR runtime 2.7 release  candidate.
    While using the following code for echo supression:
    var mic:Microphone = Microphone.getEnhancedMicrophone();
    mic  = Microphone.getEnhancedMicrophone(0);
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;
    options.autoGain = false;
    options.echoPath = 128;
    options.nonLinearProcessing = true;
    mic.enhancedOptions = options;
    the following error occurs both in Web version as well as AIR version.
    I have included the playerglobal.swc in both the version of applications in the folder frameworks\libs\player\10.3
    In both case it is giving the following error:
    [SWF] AudioChatClient_1.swf - 2,683,701 bytes after decompression
    typecheck AudioChatClient_1/startPubishing()
       outer-scope = [global Object$ flash.events::EventDispatcher$  flash.display::DisplayObject$ flash.display::InteractiveObject$  flash.display::DisplayObjectContainer$ flash.display::Sprite$  mx.core::FlexSprite$ mx.core::UIComponent$  spark.components.supportClasses::SkinnableComponent$  spark.components.supportClasses::SkinnableContainerBase$  spark.components::SkinnableContainer$ spark.components::Application$  spark.components::WindowedApplication$ AudioChatClient_1$]
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      0:debugfile "D:\ECLIPSE_WORKSPACE\FLASH_BUILDER\AudioChat\src;;AudioChatClient_1. mxml"
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      2:debugline 54
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      4:getlocal0
                           [AudioChatClient_1~[O] *[A] *[A]] {} (AudioChatClient_1~[O])
      5:pushscope
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} ()
      6:pushnull
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (null[O])
      7:coerce flash.media::Microphone
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (flash.media::Microphone[O])
      9:setlocal1
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} ()
      10:pushnull
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} (null[O])
      11:coerce flash.media::MicrophoneEnhancedOptions
    VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.
        at AudioChatClient_1/__pub_btn_click()[D:\ECLIPSE_WORKSPACE\FLASH_BUILDE R\AudioChat\src\AudioChatClient_1.mxml:144]
    My system specifications are:
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.0
    If possible could you provide the information of AIR SDK 2.7
    Thanks
    Sudhansu Sekhar Rana

    Hi
    me to...
    While using the following code for echo supression:
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    VerifyError: Error #1014: 无法找到类 flash.media::MicrophoneEnhancedOptions。
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.5
    Adobe Flash Player 10.3
    Adobe Flash Media Server 3.5.2
    10.3 playerglobal.swc
      If who have already solved the method, please point out bottom.
         Thanks
    QQ:52275313
    Email:[email protected]

  • 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

  • Flash media live encoder wont install

    Well ive been trying to install flash media live encoder to my mac so i will be able to stream, but for some reason it wont let me. The image shown is what keeps on showing. The thing thats annoying is that ive restarted my computer 50 times as well as made sure no trace of any previous encoder program was on here. but it still wont work. What do i have to do to get it to work. Id appreciatte the help by anyone. thank you

    This is the Flash Player forum; please post in
    http://forums.adobe.com/community/flash/flash_media_live_encoder
    or http://forums.adobe.com/community/download_install_setup

  • Flash Media Server on IIS7.5 without Apache

    I am trying to install Flash Media Server on IIS7.5  without Apache.  Are there any Whitepapers or instructions on how to do this?  We are a IIS shop and want to avoid using apache if possible.

    Check this link : http://help.adobe.com/en_US/flashmediaserver/configadmin/WS02f7d8d4857b167770a4686812a808b 6918-8000.html

  • Trying to buffer on Flash Media Server

    Hi all, I am very embasarred about this as I should really have studied more but I am having massive difficulty in getting my videos to buffer from Flash Media Server 3.5. The videos are on the web and streaming fine so really I just need to put some actionscript in to make them work... sounds easy. Also, I come across an article by Fabio Sonatti which seems to offer the solution I need. He states the following script.
    function initConnection() {
       // Create a NetConnection
       nc = new NetConnection();
       // Define onStatus event handler
       nc.onStatus = function(info) {
       trace("Level: "+info.level+" Code: "+info.code);
       // Initialize the stream after the connection is successful
       if (info.code == "NetConnection.Connect.Success") {
          trace("--- connected to: " + this.uri);
          startStream(); //Inizialize the stream
       // try to connect, to be changed with your app path
       nc.connect("rtmp://127.0.0.1/dualBuffering/demo");
    function startStream() {
       //Define stream and buffers parameters
        stream_name="test_stream";  //your stream
        startBufferLength=2; //keep this in the range 2-4+
        expandedBufferLength=15;  //arbitrarily high
       // create a netstream
       ns = new NetStream(nc);
       // Define onStatus event handler
       ns.onStatus = function(infoObject:Object) {
          if (infoObject["code"]=="NetStream.Buffer.Full"){
          ns.setBufferTime(expandedBufferLength);
          trace("set expanded buffer");
          if (infoObject["code"]=="NetStream.Buffer.Empty"){
          ns.setBufferTime(startBufferLength);
          trace("set start buffer");
       // attach the NetStream to a video object
       // change from videoObj to your istance name if needed
       videoObj.attachVideo(ns);
       ns.setBufferTime(startBufferLength);
       ns.play(stream_name, 0);
    initConnection();
    stop();
    Now, please appreciate that I know very lkittle about ActionScript but I do know to change the path "rtmp etc etc" to the location of my video on the FMS, so thats fine. However this is where I have a problem I am afraid. I am 100% sure that I need to replace some other items within the code to make it work (as I get errors when I test the video in Flash) but I am afraid and embarassed that I have no idea which items to change. I know the code is perfect but I dont know what a NetStream is and this I think is letting me down.
    I apologise in advance for being an idiot but I am just desperate to get these videos buffering, I know this is the codfe to do it but I need someone to just talk to me in dead simpl;e terms to put me in the right direction. Can anyone help ? : Many thanks : Dom  

    MediaPlayer.stop() will only stop playback of the stream, but not close the connection.
    If you set MediaPlayer.media to null, then it will close the connection.

  • Trying to reinstall in Flash Media live encoder

    How can I fix this problem when I try to install Flash  media  live encoder
    A conflicting or prerelease version of Adobe Flash Media Live Encoder exists on this computer. The conflicting version must be removed before installing from the current media.
    I uniinstall everything.''
    when I try and reinstall I keep getting the message

    Thanks for the reply.  The system clock is fine on my encoder - FMLE somehow either cannot read it or cannot insert in into the stream.  It does insert the system date (sd), but it doesn't really help for my slide synchronization.
    Date: Thu, 13 Aug 2009 06:58:49 -0600
    From: [email protected]
    To: [email protected]
    Subject: TimeCode (Systemtime) Undefined in Flash Media Live Encoder
    FMLE takes Time from system clock. Please make sure correct time is set in your system clock.
    FMLE takes time from that and shows in 18:27:43.803 (hh:mm:SS:MSEC)
    >

  • How to get list of logged-in users from Flash Media Server in a Flash programm? (Or login/logout notifications)

    Hi there,
    I'm Very sorry for asking this. I guess it's a very basic problem, but I'm very new to Flash and Flash media Server and I need a very fast answer...
    Currently I'm working on a Director project using a flash program which connects to Flash Media Server (I guess version 3, it's quite old). Unfortunately they forgot to make a flash method to send the actual userlist (or a notification when someone logged in or out) to Director. AND, unfortunately, they lost the source code of that flash programm, so I cannot look into it or alter it *sigh*.
    Now I want to do a new flash programm which covers the old one, letting all known methods "pass trough" and building an additional method to gain the user list (or login/out notification).
    How do I get the login information from Flash Media Server? (Would be good if you could provide an idea already for flash code... as I said I'm a tard at flash till now)
    Thank you so much. And I hope you understand my situation asking here...
    Jana

    hparmar : yes, that's what I feared... I hoped it would be possible to tell the server from which application I do need the login information. What a mess.
    Dimo Hristov: thanks for your offer! I already tried decompiling the flash program with the shareware version of Trillix Decompiler. It only decompiled the UI (in a terrible way) but no source code at all. It was the shareware version where I can decompile 2 or 3 programms to test the software. Are you sure the non-free version of Trilix Flash Decompiler will do..?

  • Adobe Flash Media Live Encoder 3.1 crashes at launch!

    Hi there,
    Accidently asked this question in the flash area--oops.  Here it is, in the correct section now.  :-)
    I have used this Encoder extensively on my PC over the past couple of years and have never had any problems.  I am thinking that an update on some other device might have stealth updated on me and is now causing the Encoder to fail?  I have tried deleting and removing the software then re-installing.  I also tracked down the startup xml file I believe it was and deleted that as well.  Also have rebooted the computer multiple times and aside from throwing my laptop through a window I am lost.
    Help!
    --Lindsay
    Intel Core i7 @ 2.4ghz
    8gb RAM
    Windows 7 64 bit
    =================================================================
    File: C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe
    Description: Adobe® Flash® Media Live Encoder
    Copyright: © 2009 - 10 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.1.0.8703
    =================================================================
    Thu May 09 2013 18:40:15 : Selected video input device: AVerMedia 7231 Analog Capture
    Thu May 09 2013 18:40:15 : Selected audio input device: Microphone (HD Pro Webcam C920)
    Thu May 09 2013 18:40:15 : The selected video device doesn't support framerate of 15.00 fps. Changing the framerate to supported value, 25.00 fps.
    Flash Media Live Encoder has experienced an unrecoverable exception. The details here may help to locate the problem. If the module listed is a third party driver, try updating or using a different driver. For reproducible problems within Flash Media Live Encoder itself, send this file to  [email protected] with a description of what you were doing when the exception occurred.
    Crash at: 2013-05-09 18:40:16
    C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe  v(3.1.0.8703) experienced the exception
    0xc0000005 EXCEPTION_ACCESS_VIOLATION
    The instruction at 0x
    in module :  at address 0x00000000
    function :
    file : EAX = 0x00000000
    EBX = 0x02954a10
    ECX = 0x00000000
    EDX = 0x00000003
    ESI = 0x0018ca70
    EDI = 0x02954a10
    EBP = 0x0018c9e8
    ESP = 0x0018c9a4
    EIP = 0x00000000
    FLG = 0x00210246
    CS = 0x0023
    DS = 0x002b
    SS = 0x002b
    ES = 0x002b
    FS = 0x0053
    GS = 0x002b0x00000000 (0x00000000 0x00000000 0x0018ca70 0x00000000)
    0x71f5476b C:\Windows\system32\nvumdshim.dll (0x0018caa8 0x00000000 0x02958f9c 0x00000000)
    0x71f5468f C:\Windows\system32\nvumdshim.dll (0x0018ca70 0x00000000 0x02958f38 0x00000000)
    0x71f56ba8 C:\Windows\system32\nvumdshim.dll (0x02954e4c 0x00000000 0x009c7e40 0x00000000)
    0x71f569c5 C:\Windows\system32\nvumdshim.dll (0x02954a10 0x00000000 0x0018cbfc 0x00000000)
    0x71d017ac C:\Windows\system32\DDRAW.dll (0x009c7e40 0x00000000 0x99870cd4 0xffffffff)
    0x71d2528e C:\Windows\system32\DDRAW.dll (0x00a01530 0x00000000 0x0018cd78 0x00000000)
    0x7495eea0 C:\Windows\SysWOW64\quartz.dll (0x00a01530 0x00000000 0x0018ced4 0x00000000)
    0x7495be91 C:\Windows\SysWOW64\quartz.dll (0x0018ce60 0x00000000 0x00000002 0x00000000)
    0x7495c595 C:\Windows\SysWOW64\quartz.dll (0x00000002 0x00000000 0x0018ced4 0x00000000)
    0x7495ccf2 C:\Windows\SysWOW64\quartz.dll (0x00000000 0x00000000 0x00000000 0x00000000)
    0x74959460 C:\Windows\SysWOW64\quartz.dll (0x0018d5ac 0x00000000 0x0018d580 0x00000000)
    0x7495981c C:\Windows\SysWOW64\quartz.dll (0x00000000 0x00000000 0x03c5a464 0x00000000)
    0x74959baa C:\Windows\SysWOW64\quartz.dll (0x03c5a7e0 0x00000000 0x00000000 0x00000000)
    0x749522ff C:\Windows\SysWOW64\quartz.dll (0x0018d7a4 0x00000000 0x0018d7bc 0x00000000)
    0x74953f61 C:\Windows\SysWOW64\quartz.dll (0x03c5a584 0x00000000 0x0018d7a4 0x00000000)
    0x00504722 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x02fa18d8 0x00000000 0x03c5a43c 0x00000000)
    0x748d252e C:\Windows\SysWOW64\quartz.dll (0x00000001 0x00000000 0x7efde000 0x00000000)
    0x76874220 C:\Windows\syswow64\kernel32.dll (0x00000001 0x00000000 0x0018d924 0x00000000)
    0x748ca433 C:\Windows\SysWOW64\quartz.dll (0x00000384 0x00000000 0xffffffff 0xffffffff)
    0x748ca3e3 C:\Windows\SysWOW64\quartz.dll (0x02fa18d8 0x00000000 0x03c5a43c 0x00000000)
    0x748ddf34 C:\Windows\SysWOW64\quartz.dll (0x03c4e04c 0x00000000 0x02fa18d8 0x00000000)
    0x004a0188 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x03c4dfb0 0x00000000 0x02fa17d0 0x00000000)
    0x004b7b87 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0xffffffff 0xffffffff 0x74a61fd8 0x00000000)
    0x748c8e18 C:\Windows\SysWOW64\quartz.dll (0x003e8d78 0x00000000 0x9a535e57 0xffffffff)
    0x004a16e9 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x02fa4e01 0x00000000 0x0018dc48 0x00000000)
    0x0044ad10 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x00000001 0x00000000 0x9a53606f 0xffffffff)
    0x00444dbb C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x770562fa 0x00000000 0x00030736 0x00000000)
    0x0054f44a C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x0054f41c 0x00000000 0x00030736 0x00000000)
    0x7707f9df C:\Windows\syswow64\USER32.dll (0x00000000 0x00000000 0x0054f41c 0x00000000)
    0x7707f784 C:\Windows\syswow64\USER32.dll (0x00d9b620 0x00000000 0x00000000 0x00000000)
    0x7707f889 C:\Windows\syswow64\USER32.dll (0x00030736 0x00000000 0x00000110 0x00000000)
    0x770562fa C:\Windows\syswow64\USER32.dll (0x77a94128 0x00000000 0x00030736 0x00000000)
    0x77056d3a C:\Windows\syswow64\USER32.dll (0x00000000 0x00000000 0x77a94128 0x00000000)
    0x77060d27 C:\Windows\syswow64\USER32.dll (0x77a94128 0x00000000 0x00030736 0x00000000)
    0x77060d4d C:\Windows\syswow64\USER32.dll (0x77a94128 0x00000000 0x00030736 0x00000000)
    0x00548527 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x00000110 0x00000000 0x000403d6 0x00000000)
    0x0054a1a7 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x00000110 0x00000000 0x000403d6 0x00000000)
    0x00548620 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x00000110 0x00000000 0x000403d6 0x00000000)
    0x0054a90e C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x84cf004c 0xffffffff 0x00030736 0x00000000)
    0x0054a99b C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x00030736 0x00000000 0x00000110 0x00000000)
    0x770562fa C:\Windows\syswow64\USER32.dll (0x0054a967 0x00000000 0x00030736 0x00000000)
    0x77056d3a C:\Windows\syswow64\USER32.dll (0x00000000 0x00000000 0x0054a967 0x00000000)
    0x7705965e C:\Windows\syswow64\USER32.dll (0x00d9b620 0x00000000 0x00000000 0x00000000)
    0x7708206f C:\Windows\syswow64\USER32.dll (0x00400000 0x00000000 0x00000006 0x00000000)
    0x770810d3 C:\Windows\syswow64\USER32.dll (0x00400000 0x00000000 0x008720e0 0x00000000)
    0x7706c659 C:\Windows\syswow64\USER32.dll (0x00400000 0x00000000 0x008720e0 0x00000000)
    0x0054fa6f C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x008720e0 0x00000000 0x00000000 0x00000000)
    0x0054fc16 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x9a537aef 0xffffffff 0x00712290 0x00000000)
    0x00443178 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x00001db1 0x00000000 0x00000002 0x00000000)
    0x0063dfd2 C:\Program Files (x86)\Adobe\Flash Media Live Encoder 3.1\FlashMediaLiveEncoder.exe (0x7efde000 0x00000000 0x0018ffd4 0x00000000)
    0x768733aa C:\Windows\syswow64\kernel32.dll (0x7efde000 0x00000000 0x77a9ab9d 0x00000000)
    0x77a69ef2 C:\Windows\SysWOW64\ntdll.dll (0x0055a919 0x00000000 0x7efde000 0x00000000)
    0x77a69ec5 C:\Windows\SysWOW64\ntdll.dll (0x0055a919 0x00000000 0x7

    This is just a shot in the dark....
    Do you have all your devices hooked up (and on) when you launch FMLE?  For example -- your camera or digitizer?  When FMLE launches it will try to launch with the last known settings... including input devices.  If it can't find these devices (they're not hooked up and on) it can crash, although in most situations it will simply show a default screen with default settings.
    If you do have your equipment hooked up (and on) when you launch FMLE, try unplugging them and then launching FMLE so that it opens up in default configuration mode (no input devices selected; all default settings).  Then uncheck the "preview" boxes for both your input and output preview windows.  Close FMLE and then plug in your equipment (and turn it on) and relaunch FMLE.  I offer this suggestion as FMLE can sometimes act funny when the preview windows are open with certain types of input devices.  Don't worry -- you don't have to keep the preview windows off forever.  If you can get FMLE to successfully launch with the preview windows off, then you can set your settings however you like and save the profile.  Then quit and relaunch FMLE and then turn the preview windows back on and see if it works.  If it does, great.  Just be aware that making any settings changes while the preview windows are open could result in FMLE crashing.   Again -- this only happens with some capture devices, such as certain Dazzle capture boxes.
    If none of this works, you could always try to upgrade to FMLE 3.2 and see if that solves your problem.

  • Can flash media live encoder feed stream to remote adobe media server installed on other machine?

    Hi All,
    i have installed  Flash Media Live Encoder 3.2 on my one machine xxx and AMS version 5 on another machine yyy.
    i am trying to configure FMLE for ams server URL - i.e. stream to flash media server option on FMLE. I have generated FMS URL as "rtmp://yyy/live" and clicked "connect" to. Its not getting connected to it.
    please find attachment for error.
    is there any restriction that our AMS should be on same machine wehere we have installed flash media live encoder ??
    please help on this!!

    If you have any trouble to understand from above query then please go through following scenarios and do reply if you have answers to it.
    I have installed Flash Media Live Encoder 3.2 on my machine and Adobe Media Server 5.0.3 on another machine.
    My requirement is to stream RTMP from Flash Media Live Encoder which is installed on my machine(source) and receive RTMP stream on Adobe Media Server which is installed on another machine.
    I am unable to connect to "rtmp://<"IP Address of Adobe Media Server installed system">/live on AMS installed machine.
    Atached please find the error message screen shot:
    Are there any restriction that Adobe Media Server and Flash Media Live Encoder must be installed on the same machine?

  • Flash Media Encoder 3.1 and 3.2 / SigmaTel - no sound!

    Hi there, I have Dell XPS 420 with SigmaTel on board,
    cant get any sound output, both in XP and windows 7 but can hear sound ok through speakers but sound levels not moving and you cant adjust the AudioInputMixerProperties Master Input Mix, all greyed out,
    however if I use old PCI sound card it works ok! Had no problems before on old PC, just this one.
    Any help much appreciated!

    Hi there and thanks for trying to help, but as mentioned above, you cant adjust the AudioInputMixerProperties Master Input Mix, all greyed out and you only got line out, microphone settings, I have clicked on all of them to no avail, i feel its the buttons on the left in this that need to be changed but you cant click on them or move the sliders, as if theres no sound on board at all...
    Now that I have removed the old sound card that I was testing with it has gone back to the original way it was before tried to trouble shoot myself with another sound card and says when loading:
    "No audio capture devices detected
    Flash media live encoder requires an audio capture device to be connected and properly installed."
    Also, when you tick the Audio box it comes up:
    "No Audio capture devices detected
    Flash media live encoder requires an audio capture device to be connected and properly installed"
    and if you try and click on Device (which is empty) the program closes down (without any error message) and also you cannot click on the wrench as thats greyed out.
    It just dont seem to recognise my on board sound card, but strangley enough when I put in old sound card you had the option to select it but still no sound from it, shame my other sound card is faulty (only works for about an hour - believe faulty capacitor) as would use that, dont really want to have to buy a new sound card just for this when I have used this many times no problem on old PC with onboard sound. As mentioned, everything else sound wise works ok no problems.

Maybe you are looking for

  • View Outlook Email on my iPhone

    Hi all, I've recently purchased an iPhone, but I'm hesitant to open it until I find out if I can view emails from Outlook. At work our email system (like many) is MS Outlook and I want to view my email (with syncing them) on my iPhone. Can I do this

  • Why is the movie I've previously purchase no longer in my itunes?

    I previously purchased/downloaded a movie from itunes and now going through my purchased movies, it is no longer on my itunes. I've also gone through my purchase history to see that I had in fact bought it. How do I redownload the movie without havin

  • Control break urgent

    difference between on change and at first. in which scenario which control break statement we have to use

  • Unexpected exception: java.lang.reflect.InvocationTargetException Help!

    What this error mean. Help! I dont understand. The program is running when I try to run it but when I try to deploy it using JNLP it wont work. java.lang.reflect.InvocationTargetException      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Me

  • Deletion KP26 planned values.

    Hi Gurus, When at the time of uploading planned activity prices in KP26, we entered wrongly cost centre and activity type. Now we dont want that combination, we try to delete that but still it is coming again. It is happening in Production, stilll we