source: roaraudio/doc/man1/roarmonhttp.1 @ 5878:3b92b0d6ef9b

Last change on this file since 5878:3b92b0d6ef9b was 4134:8775f0295fff, checked in by phi, 14 years ago

updated manpage with new options

File size: 1.4 KB
Line 
1.\" roarmonhttp.1:
2
3.TH "roarmonhttp" "1" "January 2010" "RoarAudio" "System User's Manual: roarmonhttp"
4
5.SH NAME
6
7roarmonhttp \- CGI and inetd based streaming server emulation for RoarAudio
8
9.SH SYNOPSIS
10
11roarmonhttp [\-\-inetd]
12
13.SH DESCRIPTION
14
15This program emulates a streaming server using RoarAudio.
16It can be run from via a webserver as CGI or via inetd in inetd mode.
17IN CGI mode it is limited to client (listener) HTTP connections.
18In inetd mode it can handle source clients and gopher, too.
19There is no need for a specal port for gopher. The protocol
20is detected per client at runtime.
21
22.SH "OPTIONS"
23
24.TP
25\fB--inetd\fR
26Enables inetd mode.
27
28.TP
29\fB--server SERVER\fR
30Set Server to connect to. This may be usfull in inetd mode.
31
32.TP
33\fB--rate\fR, \fB--bits\fR, \fB--channels\fR, \fB--codec\fR
34Sets the default rate, bits, channels or codec.
35Those option taking a argument for the given option. Codec names may be used.
36
37.TP
38\fB--rel-id SID\fR
39Set the stream ID for the stream this stream is relative to.
40
41.TP
42\fB--help\fR
43Show a brief help.
44
45.SH "EXAMPLES"
46Here is an example of a roarmonhttp listening on port 8000 using inetd:
47 8000 stream tcp nowait roard /usr/bin/roarmonhttp roarmonhttp \-\-inetd
48
49.SH "SEE ALSO"
50\fBinetd\fR(8),
51\fBinetd.conf\fR(5),
52\fBroartips\fR(7),
53\fBlibroar\fR(7),
54\fBRoarAudio\fR(7).
55
56.SH "HISTORY"
57
58For history information see \fBRoarAudio\fR(7).
59
60.\" ll
Note: See TracBrowser for help on using the repository browser.