chiark / gitweb /
totally untested multicast support
[disorder] / doc / disorder-playrtp.1.in
1 .\"
2 .\" Copyright (C) 2007 Richard Kettlewell
3 .\"
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\"
9 .\" This program is distributed in the hope that it will be useful, but
10 .\" WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 .\" General Public License for more details.
13 .\"
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program; if not, write to the Free Software
16 .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17 .\" USA
18 .\"
19 .TH disorder-playrtp 1
20 .SH NAME
21 disorder-playrtp \- play DisOrder network broadcasts
22 .SH SYNOPSIS
23 .B disorder-playrtp
24 .RI [ OPTIONS ]
25 .RB [ -- ]
26 .I ADDRESS
27 .I PORT
28 .SH DESCRIPTION
29 \fBdisorder-playrtp\fR plays a network broadcast sent from the specified
30 address.
31 .SH OPTIONS
32 .TP
33 .B --device \fIDEVICE\fR, \fB-D \fIDEVICE\fR
34 Specifies the audio device to use.  The exact meaning of this is
35 platform-dependent; on Linux it is the ALSA device name.
36 .TP
37 .B --min \fIFRAMES\fR, \fB-m \fIFRAMES\fR
38 Specifies the buffer low watermark in frames.  If the number of frames falls
39 below this value then playing will be stopped until the buffer fills up.
40 .TP
41 .B --buffer \fIFRAMES\fR, \fB-b \fIFRAMES\fR
42 Specifies the buffer high watermark in frames.  Once there are this many frames
43 in the buffer, playing will be (re-)started.
44 .TP
45 .B --max \fIFRAMES\fR, \fB-x \fIFRAMES\fR
46 Specifies the maximum buffer size in frames.  If there are this many frames in
47 the buffer then reading from the network socket will be suspended.  The default
48 is four times the \fB--buffer\fR value.
49 .TP
50 .B --rcvbuf \fIBYTES\fR, \fB-R \fIBYTES\fR
51 Specifies socket receive buffer size.
52 .TP
53 .B --multicast \fIGROUP\fR, \fB-M \fIGROUP\fR
54 Specifies a multicast group to join.
55 .TP
56 .B --help\fR, \fB-h
57 Display a usage message.
58 .TP
59 .B --version\fR, \fB-V
60 Display version number.
61 .SH "SEE ALSO"
62 .BR disorder_config (5),
63 .BR disorderd (8)
64 .\" Local Variables:
65 .\" mode:nroff
66 .\" fill-column:79
67 .\" End: