source: roaraudio/doc/man7/roartips.7 @ 546:20512b98b902

Last change on this file since 546:20512b98b902 was 546:20512b98b902, checked in by phi, 16 years ago

move section numbers to there they belong to

File size: 2.2 KB
Line 
1.\" RoarAudio
2.TH "roartips" "7" "August 2008" "RoarAudio" "System Manager's Manual: RoarAuido"
3
4.SH NAME
5roartips \- Tips for RoarAudio users
6
7.SH SYNOPSIS
8
9 roard [OPTIONS...] ...
10
11 roarclient [OPTIONS...] ...
12
13.SH "DESCRIPTION"
14This manpage lists some tips for intermedia to advanced users of RoarAudio.
15
16.SH "CONTROLLING ROARD"
17RoarAudio supports a lot of things you can change on the fly.
18This includes the volume for each stream as you may allready noticed:
19If you cange the volume within a player only this stream is changed, other streams
20keep there loudness. There a a lot other things that can be changed on the fly.
21To do this there is a tool called \fBroarctl\fR(1). You may want to play around a bit
22with it. A good start are to try those two commands:
23 roarctl --help
24 roarctl allinfo
25
26The later one will show you all information current available of the server it self,
27the clients and the streams. This may include a lot of informations.
28
29.SH "SERVER ADDRESS"
30There a serverel types of server addresses based on the protocoll used to communicate.
31This lists the corrently implemented types in order of importance:
32
33.TP
34\fB/path/to/sock\fR
35Path to UNIX Domain Socket.
36Example:
37 /tmp/roar
38
39.TP
40\fBhost\fR, \fBhost:port\fR
41This is used for connections over TCP/IP.
42If port is omitted the default port is used.
43Examples:
44 audio.homeserver.local
45 localhost:7564
46
47.TP
48\fBnode::\fR, \fBnode::object\fR, \fB::object\fR, \fB::\fR
49This is the way to specify a DECnet connection to node \fBnode\fR's
50object \fBobject\fR. Both may be omitted to use defaults. Default
51node name is local hosts node name.
52Examples:
53 mynode::
54 ::roar
55 yournode::yourroard
56
57.TP
58\fB+fork\fR
59This starts a new roard for every \fBroar_connect\fR(3).
60This is used internaly by the lib to emulate EsounD's
61fallback.
62
63.SH "ENVIRONMENT"
64.TP
65\fBROAR_SERVER\fR
66This varibale contains the default server address. If some client does not
67allow a user to set a server address or to set a default value this one
68come into play. Examples:
69 ROAR_SERVER=some.host
70 ROAR_SERVER=another.host:port
71 ROAR_SERVER=node::
72 ROAR_SERVER=/tmp/roar
73
74.SH "SEE ALSO"
75\fBroarcat\fR(1),
76\fBroarctl\fR(1),
77\fBroarfilt\fR(1),
78\fBroarfish\fR(1),
79\fBroarmon\fR(1),
80\fBroarvorbis\fR(1),
81\fBroard\fR(1),
82\fBlibroar\fR(7).
83
84.\"ll
Note: See TracBrowser for help on using the repository browser.