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

roarclientpass - Passing clients to and creating new listen sockets on RoarAudio sound server

Description

       This  program  let  you  pass  new  clients to a RoarAudio sound server as as a proxy and let you add new
       listen sockets to a running server.

History

       For history information see RoarAudio(7).

RoarAudio                                           July 2010                                  roarclientpass(1)

Name

       roarclientpass - Passing clients to and creating new listen sockets on RoarAudio sound server

Options

--serverSERVER
              Set server hostname.

       --stdin
              Client is on stdin.

       --stdout
              Client is on stdout.

       --stdio
              Same as --stdin --stdout.

              This option may for example be used in case of being runed from a inetd.

       --stderr
              Client is on stderr.

              Beside to make stderr known as client fh it will disable error output on  stderr.   This  must  be
              used in case this program is used from inetd or simular tools.

       --client-fhFH
              Client is on FH.

              This is basically the same as --client-fh on roard(1).

       --protoPROTO
              Set the protocol used by the client.

              Defaults to RoarAudio.

       --byteorderBO
              Sets the byteorder used by the client.

              Defaults to network byte order.

       --listen
              Client is a listen connection.

              This is not the same as --mode listen.

       --modeMODE
              Set mode of operation: none, listen or connect

              Defaults to none.

       --bindBIND
              Set host/node/path for mode listen and connect.

       --portPORT
              Set port for mode listen and connect.

       --help Show this help

See Also

roartips(7), libroar(7), RoarAudio(7).

Synopsis

       roarclientpass [OPTIONS]...

See Also