source: roaraudio/doc/man1/roarctl.1 @ 1113:c4f7255f7b5d

Last change on this file since 1113:c4f7255f7b5d was 1113:c4f7255f7b5d, checked in by phi, 15 years ago

updated manpages a bit, mostly updated parameter lists

File size: 3.1 KB
Line 
1.\" roard.1:
2
3.TH "roarctl" "1" "July 2008" "RoarAudio" "System Manager's Manual: roard"
4
5.SH NAME
6
7roarctl \- RoarAudio sound server controll tool
8
9.SH SYNOPSIS
10
11roarcat [OPTIONS]... COMMAND [OPTS] [COMMAND [OPTS] [COMMAND [OPTS] [...]]]
12
13.SH "DESCRIPTION"
14This tool controlls the RoarAudio's sound server.
15This is done by sending commands to the server. See \fBCOMMANDS\fR for a list.
16
17.SH "GENERAL OPTIONS"
18.TP
19\fB--help\fR
20Print some help text.
21
22.TP
23\fB-v\fR
24Be verbose. May be used multiple times.
25
26.SH "NETWORK OPTIONS"
27.TP
28\fB--server SERVER\fR
29The server to connect to
30
31.SH "BASIC COMMANDS"
32.TP
33\fBhelp\fR
34Same as \fB--help\fR.
35
36.TP
37\fBstandby\fR, \fBoff\fR, \fBresume\fR, \fBon\fR
38Brings the server into standby mode or back into achtive (operating mode).
39
40.TP
41\fBstandbymode\fR
42Tells if the server is in standby mode or not.
43
44.TP
45\fBexit\fR
46Quits the server.
47
48.TP
49\fBterminate\fR
50Terminates the server as soon as all clients disconnected and all streams reaches EOF.
51
52
53.SH "STREAM COMMANDS"
54.TP
55\fBvolume STREAMID CHANNELS VOL0 VOL1 VOL2...\fR
56Sets the mixing level for a stream with id \fISTREAMID\fR.
57
58\fICHANNELS\fR is the nummber of channels to set volume.
59This should be the number of channels of the stream or a symbolic name.
60Currently the symbolic names \fBmono\fR and \fBstereo\fR are allowed.
61If you use \fBmono\fR all channels will get the level you give as
62\fIVOL0\fR. If you use \fBstereo\fR it will try to set the mixing levels
63as you are used from stereo setups even if the setup is not in stereo.
64
65The parameters \fIVOL0\fR ... \fIVOLn\fR and the number of them depends
66on what you gave as \fICHANNELS\fR. You have to give exactly \fICHANNELS\fR
67parameters.
68
69If you give a numerical (not symbolic) value for \fICHANNELS\fR and
70the stream does have a diffrent number of channels the behavor is undefined.
71In the current implementation only the first \fICHANNELS\fR channels will be updated.
72This behavor may change in the future.
73
74.TP
75\fBkick TYPE ID\fR
76Kicks an object of \fITYPE\fR with id \fIID\fR.
77Possible types are: \fBclient stream sample source\fR
78
79You can get the \fIID\fR via \fBlist*\fR (see bellow).
80
81.SH "LISTING COMMANDS"
82.TP
83\fBserveroinfo\fR
84Gets Informations about server output.
85
86.TP
87\fBlistclients\fR
88Gets Informations about clients.
89
90.TP
91\fBliststreams\fR
92Gets Informations about streams.
93
94.TP
95\fBallinfo\fR
96Same as "\fBserveroinfo\fR \fBlistclients\fR \fBliststreams\fR".
97
98.SH "ENVIRONMENT VARIABLES"
99Bellow only the basic environment varibales are listend.
100For a complete list see \fBlibroar\fR(7).
101
102.TP
103\fBHOME\fR
104The users home directory.
105
106.TP
107\fBROAR_SERVER\fR
108The address of the listening server. This may be in form of host:port for TCP/IP connections
109and /path/to/sock for UNIX Domain Sockets.
110This is the same as the \fB--server\fR option.
111
112.SH "BUGS"
1131) Make the meta data commands api-fixed and list them here.
114
1152) more often check if the user gave us enough arguments.
116
117.SH "SEE ALSO"
118\fBroarvorbis\fR(1),
119\fBroarfish\fR(1),
120\fBroarbaseclients\fR(1),
121\fBroartestclients\fR(1),
122\fBlibroar\fR(7),
123\fBRoarAudio\fR(7).
124
125.SH "HISTORY"
126
127For history information see \fBRoarAudio\fR(7).
128
129.\" ll
Note: See TracBrowser for help on using the repository browser.