Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ola_streaming_client(1)      General Commands Manual	 ola_streaming_client(1)

NAME
     ola_streaming_client - Stream data to the OLA server.

SYNOPSIS
     ola_streaming_client [ options ]

DESCRIPTION
     ola_streaming_client  is  used  to stream DMX512 data to olad(1). If DMX512
     data isn't provided, it will read from STDIN.

OPTIONS
     -h, --help
	    Display the help message.

     -d, --dmx <dmx data>
	    Comma separated DMX values to send, e.g. 0,255,128 sets first  chan-
	    nel to 0, second channel to 255 and third channel to 128.

     -l, --log-level <int8_t>
	    Set the logging level 0 .. 4.

     -u, --universe <universe-id>
	    Id of the universe to send data for.

     -v, --version
	    Print ola_streaming_client version information

     --syslog
	    Send to syslog rather than stderr.

     --no-use-epoll
	    Disable the use of epoll(), revert to select()

     --no-use-kqueue
	    Disable the use of kqueue(), revert to select()

     --scheduler-policy <policy>
	    The thread scheduling policy, one of {fifo, rr}.

     --scheduler-priority <priority>
	    The thread priority, only used if --scheduler-policy is set.

SEE ALSO
     olad(1),

				    July 2013		 ola_streaming_client(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ola_streaming_client&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help