-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstreamer.1
45 lines (43 loc) · 1.11 KB
/
streamer.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.TH streamer 1 "March 2003" hewgill.com "NOAA Weather Radio"
.SH NAME
streamer \- serve streaming audio
.SH SYNOPSIS
.B streamer [-c
.I config-file
.B ]
.SH DESCRIPTION
.B streamer
reads audio data from stdin,
and streams it in MP3 format to clients that connect via HTTP.
The
.IR lame (1)
audio compressor is used to create the MP3 stream.
A station description entry is also maintained on shoutcast.com.
.SH OPTIONS
.IP "-c config-file"
Read the configuration from
.I config-file
instead of from "streamer.conf".
.SH BUGS
The following aspects are not configurable:
options to
.IR lame (1)
including the bit rate and quality;
the port which listens for HTTP connections;
the maximum number of clients;
the address of the shoutcast directory server(s);
the station name shown on shoutcast;
other shoutcast info such as urls.
No attempt is made to adjust the streaming rate to match the MP3 bit rate.
Input data should be supplied in real time.
.SH FILES
.I streamer.log
.RS
Client connections are logged to this file.
.SH AUTHOR
Greg Hewgill <[email protected]>
.br
http://www.hewgill.com
.SH "SEE ALSO"
.BR capture (1),
.BR lame (1)