source: roaraudio/doc/man1/roarshout.1 @ 4756:bc0883202f16

Last change on this file since 4756:bc0883202f16 was 4756:bc0883202f16, checked in by phi, 13 years ago

Added support to roarshout to read password form user or file (Closes: #101)

File size: 1.3 KB
Line 
1.\" roarshout.1:
2
3.TH "roarshout" "1" "January 2010" "RoarAudio" "System User's Manual: roarshout"
4
5.SH NAME
6
7roarshout \- stream data to streaming server
8
9.SH SYNOPSIS
10
11roarshout [OPTIONS]... [address [port [password [mountpoint]]]
12
13.SH DESCRIPTION
14
15This tool sends data to (audio) streaming servers like icecast using libshout.
16The options and command lion syntax is compatible with the one used by
17\fBoggfwd\fR(1).
18
19.SH "ROARAUDIO OPTIONS"
20
21.TP
22\fB--server SERVER\fR
23Set server hostname
24
25.TP
26\fB--rate   RATE\fR
27Set sample rate
28
29.TP
30\fB--bits   BITS\fR
31Set bits per sample
32
33.TP
34\fB--chans  CHANNELS\fR
35Set number of channels
36
37.TP
38\fB--codec  CODEC\fR
39Set the codec
40
41.TP
42\fB-h \-\-help\fR
43Show this help
44
45.TP
46\fB\-\-pw\-arg\fR
47Password is supplied as argument (default).
48
49.TP
50\fB\-\-pw\-ask\fR
51Ask user for password interactively.
52
53.TP
54\fB\-\-pw\-dstr\fR
55Read password from file. Filename is supplied as normal password argument.
56
57.SH "LIBSHOUT OPTIONS"
58
59.TP
60\fB-p \-\-public\fR
61Allow listing in stream directory
62
63.TP
64\fB-d          DESC\fR
65Set stream description
66
67.TP
68\fB-g          GENRE\fR
69Set stream genre
70
71.TP
72\fB-n          NAME\fR
73Set stream name
74
75.TP
76\fB-u          URL\fR
77Set stream URL/homepage
78
79.SH "SEE ALSO"
80\fBoggfwd\fR(1),
81\fBroartips\fR(7),
82\fBlibroar\fR(7),
83\fBRoarAudio\fR(7).
84
85.SH "HISTORY"
86
87For history information see \fBRoarAudio\fR(7).
88
89.\" ll
Note: See TracBrowser for help on using the repository browser.