logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

atemswitch - CLI client for the OpenSwitcher proxy HTTP api

Author

       Written by Martijn Braam

Description

       The atemswitch utility provides a convenient way to use the OpenSwitcher Proxy http api module to trigger
       switches  from your own scripts. This only implements the CUT and AUTO functionality to have minimal easy
       to use command line interface.

Name

       atemswitch - CLI client for the OpenSwitcher proxy HTTP api

Options

-h,--help
           Show the help message and quit

       -sURI,--proxyURI
           HTTP uri to the root of the openswitcher proxy http API, required

       -tINPUT,--to-sourceINPUT
           Input number or name of the source to switch to, required

       -uUSERNAME,--usernameUSERNAME
           Authentication username for the proxy http api

       -pPASSWORD,--passwordPASSWORD
           Authentication password for the proxy http api

       -a,--auto
           Do an AUTO transition instead of a CUT transition

       -iINDEX,--indexINDEX
           Use a different M/E index, the M/E units are zero-indexed and this utility defaults to the first M/E

Synopsis

       atemswitch [OPTIONS]

See Also