added mention of Darwin Streaming Server and AAC to the documentation
This commit is contained in:
parent
1f36ce8c9c
commit
a91e643b53
|
@ -1,4 +1,4 @@
|
||||||
.TH darkice 1 "April 14, 2005" "DarkIce" "DarkIce live audio streamer"
|
.TH darkice 1 "April 17, 2005" "DarkIce" "DarkIce live audio streamer"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
darkice \- an icecast / shoutcast live audio streamer
|
darkice \- an icecast / shoutcast live audio streamer
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -6,22 +6,33 @@ darkice \- an icecast / shoutcast live audio streamer
|
||||||
[options] -c config.file
|
[options] -c config.file
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.PP
|
.PP
|
||||||
.B DarkIce
|
DarkIce as a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server.
|
||||||
is an
|
DarkIce can record from:
|
||||||
.B IceCast
|
|
||||||
,
|
* OSS audio devices
|
||||||
.B IceCast2
|
* ALSA audio devices
|
||||||
and
|
* Solaris audio interface
|
||||||
.B ShoutCast
|
* Jack sources
|
||||||
live audio streamer. It takes audio input from a
|
|
||||||
sound card, encodes it into mp3 and/or Ogg Vorbis,
|
DarkIce can encode in the following formats:
|
||||||
and sends the streams to one or more
|
|
||||||
.B IceCast
|
* mp3 - using the lame library
|
||||||
,
|
* Ogg Vorbis
|
||||||
.B ShoutCast
|
* AAC - using the faac library
|
||||||
and/or
|
|
||||||
.B IceCast2
|
DarkIce can send the encoded stream to the following streaming servers:
|
||||||
servers.
|
|
||||||
|
* ShoutCast
|
||||||
|
* IceCast 1.3.x and 2.x
|
||||||
|
* Darwin Streaming Server
|
||||||
|
|
||||||
|
Darkice runs on the following operating systems:
|
||||||
|
|
||||||
|
* FreeBSD
|
||||||
|
* Linux on intel and PowerPC
|
||||||
|
* MacOS X
|
||||||
|
* NetBSD / OpenBSD
|
||||||
|
* SUN Solaris
|
||||||
|
|
||||||
.B DarkIce
|
.B DarkIce
|
||||||
uses
|
uses
|
||||||
|
@ -33,13 +44,6 @@ Therefore it is recommended that
|
||||||
.B DarkIce
|
.B DarkIce
|
||||||
is run as root.
|
is run as root.
|
||||||
|
|
||||||
.B DarkIce
|
|
||||||
uses the
|
|
||||||
.B Lame
|
|
||||||
mp3 encoder as a library to encode audio intput to mp3, and uses the
|
|
||||||
.B Ogg Vorbis
|
|
||||||
library to encode into Ogg Vorbis.
|
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
.BI "\-c " config.file
|
.BI "\-c " config.file
|
||||||
|
@ -106,6 +110,10 @@ homepage:
|
||||||
homepage:
|
homepage:
|
||||||
.I http://www.shoutcast.com/
|
.I http://www.shoutcast.com/
|
||||||
|
|
||||||
|
.B Darwin Streaming Server
|
||||||
|
homepage:
|
||||||
|
.I http://developer.apple.com/darwin/projects/streaming/
|
||||||
|
|
||||||
.B Lame
|
.B Lame
|
||||||
homepage:
|
homepage:
|
||||||
.I http://www.mp3dev.org/mp3/
|
.I http://www.mp3dev.org/mp3/
|
||||||
|
@ -114,6 +122,10 @@ homepage:
|
||||||
homepage:
|
homepage:
|
||||||
.I http://www.xiph.org/ogg/vorbis/
|
.I http://www.xiph.org/ogg/vorbis/
|
||||||
|
|
||||||
|
.B faac
|
||||||
|
homepage:
|
||||||
|
.I http://www.audiocoding.com/
|
||||||
|
|
||||||
.B DarkSnow
|
.B DarkSnow
|
||||||
GTK front-end:
|
GTK front-end:
|
||||||
.I http://darksnow.radiolivre.org/index.en.html
|
.I http://darksnow.radiolivre.org/index.en.html
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH darkice.cfg 5 "April 14, 2005" "DarkIce" "DarkIce live audio streamer"
|
.TH darkice.cfg 5 "April 17, 2005" "DarkIce" "DarkIce live audio streamer"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
darkice.cfg \- configuration file for darkice
|
darkice.cfg \- configuration file for darkice
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -86,8 +86,10 @@ Number of channels to record (e.g. 1 for mono, 2 for stereo)
|
||||||
.B [icecast-x]
|
.B [icecast-x]
|
||||||
|
|
||||||
This section describes an output to an
|
This section describes an output to an
|
||||||
.B IceCast
|
.B IceCast 1.3.x
|
||||||
server, while encoding
|
server or
|
||||||
|
.B Darwin Streaming Server
|
||||||
|
, while encoding
|
||||||
with a lame encoder. There may be at most 8 outputs, numbered from 0 ... 7.
|
with a lame encoder. There may be at most 8 outputs, numbered from 0 ... 7.
|
||||||
The number is included in the section name (e.g. [icecast-0] ... [icecast-7]).
|
The number is included in the section name (e.g. [icecast-0] ... [icecast-7]).
|
||||||
The stream will be reachable at
|
The stream will be reachable at
|
||||||
|
|
Loading…
Reference in New Issue