Forum Replies Created

Viewing 15 posts - 31 through 45 (of 651 total)
  • Author
    Posts
  • in reply to: Start App Minimized #17688
    Milky
    Keymaster

    I’ll do some experimenting. I use BA1 as a service and use the remote management package to make any adjustments, so I’ve never experienced the problem you describe. Is there some reason why you can’t take the same approach?

    in reply to: Start App Minimized #17686
    Milky
    Keymaster

    This video shows how to move icons into/out of the Systray area.

    Is this what you wanted to know?

    in reply to: Breakaway One Latest Version (3.32.47) Released #17681
    Milky
    Keymaster

    I’ll try to find out why it was deleted from the build. Knowing the way Leif works, I would think that the code is still there, but the option to adjust has been removed from the screen. If we can confirm that, and then see if there is a work-around to any legal problems, it might be able to be re-instated.

    Milky
    Keymaster

    Who knows what the 64 bit version might contain {wink}.

    in reply to: Breakaway One Latest Version (3.32.47) Released #17678
    Milky
    Keymaster

    I believe that the option was there (and probably still is), but it was discontinued because it contravened some broadcast rules.

    in reply to: Breakaway One Latest Version (3.32.47) Released #17673
    Milky
    Keymaster

    It most certainly is, and I’ve got at least a dozen systems running on just that platform.

    in reply to: Migrating the BreakawayOne license to another PC #17671
    Milky
    Keymaster

    You have an extra “e” in the address. It should be broadcast@claessonedwards.com. John@claessonedwards.com is an alrentative.

    I am not aware of any comms problems, but I will investigate.

    in reply to: PRESET OPTIMOD #17667
    Milky
    Keymaster

    Try this link. Files are provided on an “as is” basis, so make sure you save your existing presets before over-writing.

    http://www.jrcomputing.com.au/Milky_Stuff/BA1%20Presets/

    • This reply was modified 9 months ago by Milky.
    in reply to: PRESET OPTIMOD #17664
    Milky
    Keymaster

    I tried to upload them to a drop box, but was unsuccessful. I’ll try another way to make them available.

    in reply to: Breakaway One Latest Version (3.32.47) Released #17662
    Milky
    Keymaster

    What does MicroMPX do that the built-in MPX doesn’t do?

    Milky
    Keymaster

    OK, I have two batch files and a scheduled task.

    Batch file 1 “Launch_Playout.bat”
    is the standard program launcher usually used from a desktop icon to start up (in my case) a shell called “OtsGUI.exe” which in turn launches my playout software “OtsAVTV.exe”.
    Just in case the system has frozen for some reason (rare), I test for, and kill any previous copies of the exe files before starting a fresh copy. If the exe files are not running, these steps are skipped.

    Here’s the code for “Launch_Playout.bat”.

    @echo off
    REM Kill OtsGUI and OtsAV if the interface is not visible on the screen or locked up.

    rem Ots Program name
    set pgmname=OtsGui.exe

    rem check if GUI is running. If yes, KILL it
    tasklist /FI “IMAGENAME eq %pgmname%” /NH | find /I /N “%pgmname%” >NUL
    if %ERRORLEVEL%==1 goto TestOts

    taskkill /IM OtsGUI* /F

    :TESTOTS
    set pgmname=OtsAV*

    rem check if Ots is running. If yes, KILL it
    tasklist /FI “IMAGENAME eq OtsAV*” /NH | findstr /I /N “OtsAV” >NUL
    if %ERRORLEVEL%==1 goto ENDPGM

    taskkill /IM “OtsAV*” /F

    :ENDPGM
    START “” /D “C:\AHK Scripts\” OtsGUI.exe
    Exit

    Note that I use a wildcard “OtsAV*” in the tasklist and taskkill commands because there are several different “flavours” of the Ots program.

    Batch file 2 “Restart_Playout.bat”
    This checks if the OtsAV program is actually running. If it is, it assumes that the presenter has pressed “PAUSE” or “STOP” (which would also create dead air and trigger the Watchdog), so it does nothing. If Ots isn’t running, it then calls the other batch file “Launch_Playout.bat”.

    Here’s the code for “Restart_Playout.bat”.

    echo off
    REM Restart OtsGUI if silence is detected by BA1 watchdog

    rem check if OTS is running. If yes, assume program is paused and do nothing

    tasklist /FI “IMAGENAME eq OtsAV*” /NH | find /I /N “OtsAV” >NUL
    if %ERRORLEVEL%==0 goto ENDPGM

    START “” /D “C:\AHK Scripts\” Launch_Playout.bat

    :ENDPGM
    Exit

    The scheduled task “Restart Ots from Watchdog” is configured like so.


    On the “General” tab
    Name = “Restart Ots from Watchdog”
    Check “Run only when User logged on”.
    Check “Run with the highest privileges”.
    Check “Hidden”
    Configure for = your version of Windows or closest match.

    On the “Actions” tab.
    Select “Start a Program” In the program name insert {full path]}”Restart_Playout.bat

    Now, all that is left to do is point to the scheduled task in the Watchdog.
    Click on the relevant core you want to watch, and then “Misc”.

    Enable the first Watchdog. Adjust the silence level (the default of -80 works fine).
    Select a suitable timeout period.
    in the “Execute” section, type schtasks.exe /run /tn “Restart Ots from Watchdog”

    When it’s all set up, test it. First, just pause the playout software, and look at the watchdog counting the seconds of silence. It should register that there is silence, but should go past the time you have selected and do nothing.
    Next, actually kill the playout program. Once the timeout period has elapsed, the program should re-start.

    • This reply was modified 10 months, 2 weeks ago by Milky.
    • This reply was modified 10 months, 2 weeks ago by Milky.
    • This reply was modified 10 months, 2 weeks ago by Milky.
    in reply to: Breakaway One Latest Version (3.32.47) Released #17646
    Milky
    Keymaster

    Yes, the changes are a little underwhelming, but there has been a lot of “stuff” going on behind the scenes and I believe we’ll see some more releases quite quickly from here.

    Please note that any references to “BreakawayOne.com” in any threads (or YouTube videos) will not work as the domain has been stolen. The official site is now claessonedwards.com and the most recent versions are available at https://www.claessonedwards.com/download/

    in reply to: MOTU M2 AUDIO INTERFACE #17634
    Milky
    Keymaster

    I’m not familiar with the Motu product at all. I also use Beringer (UMC204HD) which has very good quality pre-amps. You would need to compare specifications, especially frequency response and SNR.

    in reply to: Breakaway One 3.30.93 Released #17631
    Milky
    Keymaster

    Highly unlikely that it would be ported to Linux because Leif is very busy on other projects but, if one of his very large clients requested it, it might happen in the future.

    I have heard rumours of an Android version of Breakaway Audio Enhancer, but it is just a rumour,

    in reply to: Breakaway One 3.30.93 Released #17630
    Milky
    Keymaster

    I am not sure what quallifies you. You would need to raise this with John.

Viewing 15 posts - 31 through 45 (of 651 total)