chiark / gitweb /
Improve disorder-playrtp docs/--help
[disorder] / doc / disorder-playrtp.1.in
CommitLineData
9086a105 1.\"
c897bb65 2.\" Copyright (C) 2007-2009 Richard Kettlewell
9086a105 3.\"
e7eb3a27 4.\" This program is free software: you can redistribute it and/or modify
9086a105 5.\" it under the terms of the GNU General Public License as published by
e7eb3a27 6.\" the Free Software Foundation, either version 3 of the License, or
9086a105 7.\" (at your option) any later version.
e7eb3a27
RK
8.\"
9.\" This program is distributed in the hope that it will be useful,
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details.
13.\"
9086a105 14.\" You should have received a copy of the GNU General Public License
e7eb3a27 15.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
9086a105
RK
16.\"
17.TH disorder-playrtp 1
18.SH NAME
19disorder-playrtp \- play DisOrder network broadcasts
20.SH SYNOPSIS
0d350ff0 21.B disorder\-playrtp
9086a105 22.RI [ OPTIONS ]
0d350ff0 23.RB [ \-\- ]
c897bb65 24.RI [[ ADDRESS ]
18e5cbdc 25.IR PORT ]
9086a105 26.SH DESCRIPTION
0d350ff0 27\fBdisorder\-playrtp\fR plays a network broadcast sent from the specified
9086a105 28address.
f2a6202f 29.PP
c897bb65 30If neither an address nor port are specified then the local DisOrder
6fba990c
RK
31configuration is consulted to find the server and the server is asked where the
32RTP stream is.
33.PP
34If just a port is specified then the RTP stream is assumed to be unicast or
35broadcast to that port.
36.PP
c897bb65
RK
37If an address and a port are specified then the RTP stream is assumed to be
38multicast to that group address and port.
9086a105 39.SH OPTIONS
b6579a61
RK
40The default sound API is the first of the ones listed below that are available.
41Usually this implies ALSA under Linux and Core Audio under OS X.
42.TP
0d350ff0 43.B \-\-alsa\fR, \fB-\a
b6579a61
RK
44Use ALSA to play sound.
45.TP
0d350ff0 46.B \-\-oss\fR, \fB\-o
b6579a61
RK
47Use OSS to play sound.
48.TP
0d350ff0 49.B \-\-core\-audio\fR, \fB\-c
b6579a61 50Use Core Audio to play sound.
9086a105 51.TP
0d350ff0 52.B \-\-device \fIDEVICE\fR, \fB\-D \fIDEVICE\fR
c0c23a60 53Specifies the audio device to use.
f5fd9a6b
RK
54See
55.B "DEVICE NAMES"
56below for more information.
9086a105 57.TP
0d350ff0 58.B \-\-config \fIPATH\fR, \fB\-C \fIPATH
c0c23a60
RK
59Set the configuration file.
60The default is
b6579a61
RK
61.IR pkgconfdir/config .
62.TP
0d350ff0 63.B \-\-socket \fIPATH\fR, \fB\-s \fIPATH
c0c23a60
RK
64Set the control socket.
65Normally this would not be used manually.
b6579a61 66.TP
0d350ff0 67.B \-\-help\fR, \fB\-h
f2a6202f
RK
68Display a usage message.
69.TP
0d350ff0 70.B \-\-version\fR, \fB\-V
f2a6202f
RK
71Display version number.
72.SS "Buffer Control Options"
73You shouldn't need to use these options.
74.TP
0d350ff0 75.B \-\-min \fIFRAMES\fR, \fB\-m \fIFRAMES\fR
c0c23a60
RK
76Specifies the buffer low watermark in frames.
77If the number of frames falls below this value then playing will be
78stopped until the buffer fills up.
9086a105 79.TP
0d350ff0 80.B \-\-buffer \fIFRAMES\fR, \fB\-b \fIFRAMES\fR
c0c23a60
RK
81Specifies the buffer high watermark in frames.
82Once there are this many frames in the buffer, playing will be (re-)started.
9086a105 83.TP
0d350ff0 84.B \-\-max \fIFRAMES\fR, \fB\-x \fIFRAMES\fR
c0c23a60
RK
85Specifies the maximum buffer size in frames.
86If there are this many frames in the buffer then reading from the
87network socket will be suspended.
0d350ff0 88The default is four times the \fB\-\-buffer\fR value.
9086a105 89.TP
0d350ff0 90.B \-\-rcvbuf \fIBYTES\fR, \fB\-R \fIBYTES\fR
c0c23a60
RK
91Specifies socket receive buffer size.
92The default is 131072 (128Kbytes).
93The buffer size will not be reduced below the operating system's default.
b6579a61
RK
94.SH "REMOTE CONTROL"
95The
0d350ff0 96.B \-\-socket
b6579a61 97option is used by Disobedience to control a background
0d350ff0 98.B disorder\-playrtp
c0c23a60
RK
99daemon.
100The socket will be created as a UNIX domain stream socket.
101When a connection is received a single line is read from it.
102The following commands are known:
b6579a61
RK
103.TP
104.B stop
105Causes
0d350ff0 106.B disorder\-playrtp
b6579a61
RK
107to terminate.
108.TP
109.B query
110Causes the string "running" to be sent back.
111.PP
c0c23a60
RK
112Other commands are ignored.
113After the first command the connection is closed.
b6579a61
RK
114Only one connection at a time will be serviced.
115.PP
116This protocol is not guaranteed to be stable.
f5fd9a6b
RK
117.SH "DEVICE NAMES"
118.SS "Core Audio"
119On a Mac, the device name can either be the human-readable name of the desired
120output or its UID.
121To get a list of the human-readable names, visit System Preferences -> Sound;
122the Type column has the name you want.
123.PP
124For example, you might use "Built-in Output" for the built-in speaker
125or "Built-in Line Output" if you have connected external speakers.
126Remember to quote the name.
9086a105 127.SH "SEE ALSO"
b6579a61 128.BR disobedience (1),
9086a105
RK
129.BR disorder_config (5),
130.BR disorderd (8)
131.\" Local Variables:
132.\" mode:nroff
133.\" fill-column:79
134.\" End: