Changeset 155:753df341ef03 in roaraudio


Ignore:
Timestamp:
07/19/08 21:54:31 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added tutorial and env section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man7/libroar.7

    r149 r155  
    2020some audio. A more complex example is \fBroarvorbis\fR(1) which also includes meta data updates. 
    2121 
     22.SH "TUTORIALS" 
     23Tutorials can be found in \fBroartut\fR(7). 
     24 
     25.SH "ENVIRONMENT VARIABLES" 
     26The following variables are used in libroar itself so they are common to all clients 
     27using libroar. 
     28 
     29.TP 
     30\fBHOME\fR 
     31The users home directory. 
     32 
     33.TP 
     34\fBROAR_SERVER\fR 
     35The address of the listening server. This may be in form of host:port for TCP/IP connections 
     36and /path/to/sock for UNIX Domain Sockets. If a value of '+fork' is given a roard is forked and used. 
     37This roard will not listen on any sockets so it is used exclusiv by this client. See \fBroard\fR(1) for 
     38more information. 
     39 
     40.TP 
     41\fBROAR_PROXY\fR 
     42Set the type of the proxy being used to connect to the server. 
     43The only valid value at the moment is 'socks4a'. Note that this is incompatible 
     44with SOCKS4 like OpenSSH supports it. 
     45 
     46.TP 
     47\fBsocks_proxy\fR 
     48The SOCKS4/4a/5 proxy to use in form host:port. 
     49 
     50 
    2251.SH "BUGS" 
    2352A lot... 
     
    2655\fBroar-config\fR(1), 
    2756\fBroartypes\fR(1), 
     57\fBroartut\fR(7), 
    2858\fBroard\fR(1), 
    2959\fBRoarAudio\fR(7). 
Note: See TracChangeset for help on using the changeset viewer.