source: roaraudio/doc/man1/roard.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.5 KB
Line 
1.\" roard.1:
2
3.TH "ROARD" "1" "July 2008" "RoarAudio" "System Manager's Manual: roard"
4
5.SH NAME
6
7roard \- RoarAudio sound server
8
9.SH SYNOPSIS
10
11\fBroard\fR [OPTIONS]...
12
13.SH "DESCRIPTION"
14
15\fBroard\fR is the RoarAudio central daemon. It mixes up diffrent audio streams from it's clients to send them
16as a single stream to the soundcard.
17
18.SH "GENERAL OPTIONS"
19\fBNOTE: This list is incomplete!\fR
20
21.TP
22\fB--help\fR
23Print some help text.
24
25.TP
26\fB--daemon\fR
27Go into background after startup.
28
29.TP
30\fB--realtime\fR
31Ask for higher priority. May be used multiple times.
32
33.TP
34\fB--chroot DIR\fR
35Chroots to the given directory. This improves the security. This normally needs root privileg's.
36
37.SH "USER AND GROUPS"
38.TP
39\fB--setgid\fR
40Sets GroupID to the audio group as specified via \fB-G\fR.
41
42.TP
43\fB--setuid\fR
44Sets UserID to the audio user as specified via \fB-U\fR.
45
46.TP
47\fB-G GROUP\fR
48Sets the group for the UNIX Domain Socket, (default: audio)
49You need the permittions to change the GID.
50
51.TP
52\fB-U USER\fR
53Sets the user for the UNIX Domain Socket, (default: do not set)
54You need the permittions to change the UID (normaly only root has).
55
56
57.SH "AUDIO OPTIONS"
58.TP
59\fB--rate RATE\fR, \fB-R RATE\fR
60Set server sample rate.
61
62.TP
63\fB--bits BITS\fR, \fB-B BITS\fR
64Set server bits.
65
66.TP
67\fB--chans CHANNELS\fR, \fB-C CHANNELS\fR
68Set server channels.
69
70.SH "DRIVER OPTIONS"
71.TP
72\fB--list-driver\fR
73Shows a list of all available drivers.
74
75.TP
76\fB--driver\fR, \fB-d\fR
77Set the output driver. To get a list of all drivers use \fB--list-driver\fR.
78This option will obsolete soon.
79
80.TP
81\fB--device\fR, \fB-D\fR
82Set the device for the output driver. Possible devices depends on the driver.
83They may be a path to a device node or a hostname.
84Use \fB--list-driver\fR to get a hint.
85This option will obsolete soon.
86
87.SH "SOURCE OPTIONS"
88.TP
89\fB--source\fR, \fB-s\fR
90Adds a source of the given type.
91
92.TP
93\fB-S\fR
94Sets the device or filename for the source. Type may depend on the source type.
95
96.TP
97\fB-sO\fR
98Sets options for the current source.
99
100.TP
101\fB-sP\fR
102Marks the source as primary. If the source reaches EOF roard will quit automatically.
103
104.SH "NETWORK OPTIONS"
105.TP
106\fB--tcp\fR, \fB-t\fR
107Sets defaults for TCP/IP Socket.
108
109.TP
110\fB--unix\fR, \fB-u\fR
111Sets defaults for UNIX Domain Socket.
112
113.TP
114\fB--decnet\fR, \fB-n\fR
115Sets defaults for DECnet Socket.
116
117.TP
118\fB--port\fR, \fB-p\fR
119Sets the port the server should listen on.
120
121.TP
122\fB--bind\fR, \fB-b\fR, \fB--sock\fR
123Sets the hostname or path the server should listen on.
124
125.TP
126\fB--no-listen\fR
127Do not listen for new clients (only usefull for relaing, impleys --terminate).
128
129.TP
130\fB--client-fh FH\fR
131Expects a client on the given FH. This may be useful with \fB--no-listen\fR.
132
133.TP
134\fB--close-fh FH\fR
135Close the given FH. This is not useful for endusers but used internaly.
136
137
138.SH "ENVIRONMENT VARIABLES"
139.TP
140\fBHOME\fR
141The users home directory.
142
143.TP
144\fBROAR_SERVER\fR
145The address of the listening server. This may be in form of host:port for TCP/IP connections
146and /path/to/sock for UNIX Domain Sockets.
147
148.TP
149\fBROAR_DRIVER\fR
150The driver to select. Same as \fB-d\fR.
151
152.TP
153\fBROAR_DEVICE\fR
154The device to select. Same as \fB-D\fR.
155
156.SH "BUGS"
157There are lots of bugs...
158
159.SH "SEE ALSO"
160\fBroar-config\fR(1),
161\fBroarcat\fR(1),
162\fBroarcat2sock\fR(1),
163\fBroarcatad\fR(1),
164\fBroarctl\fR(1),
165\fBroarfilt\fR(1),
166\fBroarfish\fR(1),
167\fBroarmon\fR(1),
168\fBroarsockconnect\fR(1),
169\fBroartypes\fR(1),
170\fBroarvorbis\fR(1),
171\fBRoarAudio\fR(7).
172
173.SH "HISTORY"
174
175For history information see \fBRoarAudio\fR(7).
176
177.\" ll
Note: See TracBrowser for help on using the repository browser.