Changeset 544:07142c500c80 in roaraudio


Ignore:
Timestamp:
08/18/08 17:17:06 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added lot basic information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man7/roartips.7

    r543 r544  
    77.SH SYNOPSIS 
    88 
     9 roard [OPTIONS...] ... 
     10 
     11 roarclient [OPTIONS...] ... 
    912 
    1013.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(1)\fR. 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(3)\fR. 
     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 
    1173 
    1274.SH "SEE ALSO" 
Note: See TracChangeset for help on using the changeset viewer.