chiark / gitweb /
doxygen
[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 .PP
32 It is currently a work in progress!
33 .SH OPTIONS
34 .TP
35 .B --device \fIDEVICE\fR, \fB-D \fIDEVICE\fR
36 Specifies the audio device to use.  The exact meaning of this is
37 platform-dependent; on Linux it is the ALSA device name.
38 .TP
39 .B --min \fIFRAMES\fR, \fB-m \fIFRAMES\fR
40 Specifies the buffer low watermark in frames.  If the number of frames falls
41 below this value then playing will be stopped until the buffer fills up.
42 .TP
43 .B --buffer \fIFRAMES\fR, \fB-b \fIFRAMES\fR
44 Specifies the buffer high watermark in frames.  Once there are this many frames
45 in the buffer, playing will be (re-)started.
46 .TP
47 .B --max \fIFRAMES\fR, \fB-x \fIFRAMES\fR
48 Specifies the maximum buffer size in frames.  If there are this many frames in
49 the buffer then reading from the network socket will be suspended.  The default
50 is four times the \fB--buffer\fR value.
51 .TP
52 .B --help\fR, \fB-h
53 Display a usage message.
54 .TP
55 .B --version\fR, \fB-V
56 Display version number.
57 .SH "SEE ALSO"
58 .BR disorder_config (5),
59 .BR disorderd (8)
60 .\" Local Variables:
61 .\" mode:nroff
62 .\" fill-column:79
63 .\" End: