Ability to control multiple streams?  FMLE command line CMD

I'm new to the CMD line feature in FMLE.
I want to stream multiple streams from FMLE, but is it possible to start stream 1 then stream 2 and then stream 3 at different times through the CMD Line?
Best
Jeff

With the single instance you can not. You have to open 3 diff. instance of FMLE with profile you define.

Similar Messages

  • How to merge multiple documents via command line (Adobe Acrobat Pro 9.3.2)?

    I'm searching solutions to merge multiple documents (all stored in one folder) via command line or batch file to a single PDF-File...
    Is there a way to do this?
    Finaly I want to control this from a application written in MS-Access. So, perhaps there are some features already integrated in Access to do this?
    Thanks for answer!

    If you have some programming experience you could probably do this using VBA from within MS Access to control Acrobat via OLE.
    Lots of examples on the Web.
    Hope this helps

  • Get multiple values from Command-Line

    Can any body tell how can I do this�
    When I input a number, then I should be able to insert that number of lines (rows). Note that number
    of columns is always 4.
    I.e.: If I put number 3 in command-line, It should be like this & then exit from the program.
    3
    apple 10 20 30
    orange 60 50 70
    grapes 80 120 50
    If I put 5, It should be like this,
    5
    one 54 57 67
    two 78 21 54
    three 89 22 69
    four 78 32 99
    five 89 21 11
    Note that the user should be able to type these values (one 54 57 67) that is after he press enter
    he should go to the next line & able input, Values (two 78 21 54) �like wise...Then after he
    completes 5 row, he should exit from the program.
    Can any-one help!...
    .

    Please stick to your original thread. You're already getting help there.
    http://forum.java.sun.com/thread.jspa?threadID=700811

  • How to view a parent-child relationship on the Command line (cmd)

    Hi
    I'm a newbie. I'm trying to insert some values using a small application into an oracle db table and I got this message:
    "java.sql.SQLException: ORA-02291: integrity constraint (DATA.SYS_C002764) violated - parent key"
    From my point of view(thinking) I'm trying to insert data into a child table which references a parent table.
    My Q is how can I see which table(s) are involve here per command line? What type of querry if any can I give onto the cmd line to see the relationships of tables which references each other? I'll really much appreciate your respond. Thanks in advance!

    Hi,
    Go to application navigator, model node by clicking on the entity, in the structure panel you'll see the list of defined constraints.
    But you better give relevant names to your database constraints. I create them at the database level, example
    for a primary key of table emp: DEPT_PK, foreign key in child table dept: DEPT_EMP_FK
    When you create the entity in jdev, the ide will use those names and it will be easier to identify them.
    Regards
    Frederic

  • Command Line Cmds for User Management

    Is there a command line command that will simply display the user groups that a user belongs to?
    Is there a command line command that will simply add a supplied group name to the list of groups a user belongs to?
    Finally, is there a command line command that will list all the defined groups in the system?
    Thanks!

    mac57 wrote:Is there a command line command that will simply display the user groups that a user belongs to?
    # groups <user>
    Is there a command line command that will simply add a supplied group name to the list of groups a user belongs to?
    # gpasswd -a <user> <group>
    Finally, is there a command line command that will list all the defined groups in the system?
    Take a look at the first field of each line /etc/group file. There's probably a simpler way to do it, but:
    # awk -F ":" '{print $1;}' </etc/group | sort
    Hope that helps!

  • How can I control the mouse by command-line ?

    Hi,
    Does anybody know if there is any command that I can use to control the mouse event, like: move cursor to some place, click, double-click, etc.?
    Thank you!
    ps. what I want to do is to bind keyboard to mouse, so that I can use keyboard to control the mouse, but I want to try some algorithms of controlling.

    I'm not aware of mousekeys being configurable, but switch to it:
    alt-shift numlock
    then try the number pad.
    EDIT: Or were you looking for something an easy binding to xlib as in swarp?
    Last edited by vogt (2008-02-15 04:44:25)

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • Launch remote control via a command line?

    Is is possible to launch a remote control session via a command line as well
    as the other "remote actions"?
    Thanks,
    Bryan

    On Wed, 29 Sep 2004 22:25:17 GMT, Bryan Miller wrote:
    > Is is possible to launch a remote control session via a command line as well
    > as the other "remote actions"?
    take a look at the online documentation which describes this..
    Marcus Breiden
    Please change -- to - to mail me.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Command line build and source control (svn)

    Using Flash Builder, what should be checked into source control to enable a command line build without any user interaction? Just checking in all the source directories is apparently not enough - as far as I can tell the individual projects have to be added to the workspace for the build to work.
    I've experimentally determined that .metadata/.plugins/com.abobe.flexbuiler.project and .metadata/.plugins/org.eclipse.core.resources are the 2 directories required for my build to work. the com.adobe.flexbuilder.project directory is pretty straight forward and it's obvious what needs to get checked in. the org.eclipse.core.resources directory has quite a bit more files contained in it - do all of these need to be checked into source control for the build to work? Deleting the .history folder appears to be ok.

    Hi GB_Austin,
    What you need to do is set up a Single Source Layout (SSL) to
    build with the conditional tags. If you are not sure how to do
    this, let me know. Let's assume you have a SSL that can do this and
    it is called "General". To build it using Command Line Compilation,
    use the following command:
    rhcl [address of your project's xpj file] -l "General" -o
    [address of the output directory]
    The -l (lower case L) tells the caommand line to use this
    SSL. If you leave -l "General" out it will compile your Primary
    Layout instead. If you leave out the -o and the address, the output
    chm file will be placed in the current folder. So the basic command
    is just:
    rhcl [address of your project's xpj file]
    I hope this has helped,
    darkagn

  • Tool for Creating Tracks per command line available?

    Hi all,
    for my master thesis I need to make up a development concept with the JDI.
    What I'm wondering is, is there any ability (maybe hidden option ) to create tracks per command line interface and connect them per command line?
    Another question which came to mind, I would like to control the DTR via the DTR command line tool, is there any option to do this, just without installing the Developer Studio IDE, as I only want to remote control the DTR via command line and don't need developer equipment on the server?
    Thanks for your help!

    Hi Matthias,
    tracks are stored in the Java database by CMS in its own format and when a buildspace is created on CBS that information is also stored in the Java databse in CBS' own format. Accessing the database directly is not a good idea as you would need additional information that is neither officially published nor supported and that may change.
    Regarding DTR client & IDE: Well, DTR doesn't know about tracks at all, it just stores the sources for track content. The "track" knowledge is part of CMS.
    The command line tool is only distributed with the IDE, but if you just copy the required libraries to the server (you had to edit the batchfile anyway, didn't you?) you do not need the full IDE installation.
    Regards,
    Marc

  • Launching command line app

    Imagemagick is a command line application for graphics
    opperations. I'd like to be able to control this (launch windows
    command line scripts) from within Director.
    Is this possible?
    Thanks

    Valentin's free ShellXtra sounds like a good fit for you:
    http://staff.dasdeck.de/valentin/xtras/shell/

  • Using computer variables in task sequence "Run Command Line"

    I am attempting to deploy VMs through VMware's vRealize Automation tool using CM. The process creates a CM computer object then creates a direct rule on a CM collection for the new computer object. During the creation of the computer object vRA creates computer
    variables provided by me on the computer object. I see the computer object built and i see the custom variables on the computer object:
    Name Value
    dns1 10.10.10.10
    dns2 10.10.10.11
    gateway 10.10.10.1
    ipAddress 10.10.10.2
    netMask 255.255.255.0
    In the task sequence the last step is to "Run Command Line":
    cmd /c netsh int ip set address name="Ethernet0" static %ipAddress% %netMask% %gateway% & cmd /c netsh int ip set dns name="Ethernet0" static %dns1% & cmd /c netsh int ip set dns name="Ethernet0" static %dns2% index=2
    When the TS gets to that step it doesn't substitute the variables in the command with the computer variables listed above. Looking at the smsts logs after the deployment is complete I see lines stating:
    Set Command Line:...
    Start executing command line:...
    Executing command line:...
    ProgramName = ...
    All of those lines show the command exactly as it is above with the %variables% intact.
    The command immediately fails with the error:
    Invalid address parameter (%ipAddress%). It should be a valid IPv4 address.
    Does anyone have a suggestion on why the TS isn't using the variables? I found this article https://technet.microsoft.com/en-us/library/bb693541.aspx but its for 2007 not 2012. I wasn't able to find something comparable for 2012.

    I don't know why anyone here thinks you *need* sccm osd to achieve fully automated customizations.
    Customer selects base image (2008 r2 core, 2008r2 gui, 2012 r2 core, 2012 r2 gui), which should be thin and with zero customizations anyway,
    vaai accelerated clone creates vm,
    ip addr/gateway/dns config is injected with powercli,
    customers config management engine agent of choice is installed via powercli script injection/execution (we have puppet users, ConfigMgr users, saltstack users, IEM users, Cheff users),
    the clone completes in ~2 minutes and a VM is presented to the customer in less than 5 minutes 
    Deploying windows VMs via SCCM OSD is not only slow, but requires dev work on the customer side to get things rolling which wastes everyone's cycles including your own

  • Command Line FMLE v3 failing on Windows 7

    In addition to the problem in the previous thread (DVR Auto Record), we are also experiencing the following error when trying to call FMLE from the command line using the generated profile.xml from the GUI.
    We are running Windows 7 Professional 32-bit on an Intel Core i7 machine.
    =================================================================
    File: C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.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
    =================================================================
    Tue Jan 19 2010 17:09:17 : Renaming existing file from c:\sub\Logs\log.txt to c:\sub\Logs\log.1.txt
    Tue Jan 19 2010 17:09:17 :
    Video Settings :-
    Device      : VGA2USB by Epiphan Systems Inc.
    Format      : VP6
    Input Size  : 1024x768
    Output Size : 800x600;
    Bit rate    : 800 Kbps;
    Frame Rate  : 24.00 fps
    Crop        : Disabled
    Timecode    : Disabled
    Deinterlace : Enabled
    Stream to Flash Media Server :-
    FMS URL     : rtmp://ourkey.rtmphost.com/sub/mon/mon001/R2
    Backup URL  :
    Stream Name : Video3
    Tue Jan 19 2010 17:09:17 : Selected video input device: VGA2USB by Epiphan Systems Inc.
    Tue Jan 19 2010 17:09:17 : Failed with error 80004002:pFilterVideoMixingRenderer->QueryInterface(&pVMRFilterConfig.p())
    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: 2010-01-19 17:09:18
    C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe  v(3.0.1.5963) experienced the exception
    0xc0000005 EXCEPTION_ACCESS_VIOLATION
    The instruction at 0x
    in module : C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe v(3.0.1.5963) at address 0x005251c4
    function :
    file : EAX = 0x00b62000
    EBX = 0x014df408
    ECX = 0x019d0065
    EDX = 0x019d0000
    ESI = 0x0012f124
    EDI = 0x00000000
    EBP = 0x019dec34
    ESP = 0x019dec2c
    EIP = 0x005251c4
    FLG = 0x00010206
    CS = 0x001b
    DS = 0x0023
    SS = 0x0023
    ES = 0x0023
    FS = 0x003b
    GS = 0x00000x005251c4 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00b60000 0x00000000 0x019dee6c 0x00000000)
    0x00418f70 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00b60000 0x00000000 0x019dee6c 0x00000000)
    0x00418da1 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00b60000 0x00000000 0x019dee6c 0x00000000)
    0x00426a03 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00b60000 0x00000000 0x16d3a4a8 0x00000000)
    0x00423eb7 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x16d3a4fc 0x00000000 0x0012fbd0 0x00000000)
    0x00423a17 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00421b10 0x00000000 0x014dfa80 0x00000000)
    0x00434504 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x16d3b520 0x00000000 0x0012f124 0x00000000)
    0x004311e3 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00000000 0x00000000 0x0012f124 0x00000000)
    0x0042aec9 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00000000 0x00000000 0x014df408 0x00000000)
    0x0049e69d C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x0012f124 0x00000000 0x16d3b5b0 0x00000000)
    0x0052b1af C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x00000000 0x00000000 0x76d21174 0x00000000)
    0x0052b254 C:\Program Files\Adobe\Flash Media Live Encoder 3\FMLECmd.exe (0x014df408 0x00000000 0x7328e586 0x00000000)
    0x770db3f5 C:\Windows\SYS

    I found the same problem on multiple Windows 7 systems.  I resolved this by changing the compatability mode to Windows XP
    sp3.  Go to FMLECMD.EXE, right click and change the compatability and it seemed to work with a couple volume issues that where quickly resolved.
    Thanks
    Jon Wubbena

  • Is there a way to pass archive file name to the command-line control?

    Hi there,
    I have been researching the flash media live encoder laterly. But still cannot find confirmed anwsers on the following questions:
    1. Is there a way to pass an archive file name to the command-line control when starting an encoder?
    2. Can the username/password to the Flash Media Server be saved in the profile? If not, is there any otherway to provide(GUI mode) them automatically,
        like as variables to a script?
    Thanks a lot in advance.
    Helen

    1. The only way to inform the command-line encoder about the archive file name is to save the FMLE session profile with the file name. The node for saving the file name is <output><file><path>C:\sample.flv</output></file></path>. The easier way to update the xml profile is to use "Save Profile" option of the GUI mode. If you want to programmatically update the file name, read the profile and update the node before launching the encoder. I hope this answers your question.
    2. No. Credentials can't be saved in the profile. The only way to provide them programmatically is to use /ap and /ab commands for the command-line encoder. For GUI mode, there is no programmable option. But still you can try capturing keystrokes.

  • How can "multiple folders/files" be deleted in ONE PSEXEC COMMAND LINE

    I can delete remote folders/files via bat command with psexec (below) but; 
    It takes a little time because of the 9 different folders. Maybe, looping of txt file can be used for different folders.
    So how we can delete multiple folders in ONE PSEXEC COMMAND LINE?
    Here my working code but it does its job in 9 steps :(
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\1*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\2*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\3*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\4*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\5*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\6*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\7*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\8*.*") do rd /s /q "%%a""
    psexec \\%PC% cmd /c "for /d %%a in ("c:\Users\9*.*") do rd /s /q "%%a""
    \_(ツ)_/ twitter.com/serdaruzun

    I think it is:psexec \\%PC% cmd /c "for /l %%n in (1;1;9) do for /d %%a in ("c:\Users\%%n*.*") do rd /s /q "%%a""
    \_(ツ)_/ twitter.com/serdaruzun

Maybe you are looking for

  • Java function return array of number

    Hi, I have a Java method that returns a BigDecimal[]. Already loaded it into Oracle. Now, how can I write the call spec? I tried creating a PL/SQL table type, but I either I'm missing something or I'm doing this wrong: CREATE OR REPLACE TYPE TRANS_TA

  • Open cursor for ...using...

    Hi all 1 general question- can someone explain me how 'using keyword in 'open cursor for ...' statement works. Does it replace where clause and how? open cur_xx for qry_xxx using text_xxx where 'text_xxx' is going to be my codition in select statemen

  • Chart axis in Dashboard

    Hi all, I made a dashboard for SR's which shows two different bar charts, one with the opened SR's for a specific year and one with the closed SR's for that year. So far so good, but users would like to compare those two charts, so they would like th

  • My firefox suddenly changed format and I am not sure how to fix it

    there was a complete change in the layout of the yahoo page most of the pictures were gone and everything was vertical.this happened the last time I tried to install mozilla I was so annoyed I dropped it. please tell me what is going on

  • Does Socket.keepAlive(true) method opens a new conenction ?

    In java Socket Programming we have a method Socket.keepAlive(true) method to check the end to end conenction. Does this method opens a new port for evert packet which it send? In my program i was checking with the tool netstat -an which was showing l