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
|
Source: darkice
Standards-Version: 4.7.2
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Andreas Tille <tille@debian.org>,
Section: sound
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libvorbis-dev,
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libjack-dev,
libtwolame-dev,
libpulse-dev,
libsamplerate0-dev,
libopus-dev,
libmp3lame-dev,
pkgconf,
Vcs-Browser: https://salsa.debian.org/multimedia-team/darkice
Vcs-Git: https://salsa.debian.org/multimedia-team/darkice.git
Homepage: http://www.darkice.org/
Package: darkice
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Live audio streamer
DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
takes audio input from a sound card, encodes it into mp3 and/or Ogg
Vorbis, and sends the mp3 stream to one or more IceCast and/or
ShoutCast servers, the Ogg Vorbis stream to one or more IceCast2
servers. DarkIce uses lame as a shared object as its mp3 encoder, and
the Ogg Vorbis as its Ogg Vorbis encoder.
.
A legacy SYSV init script is provided for existing
configurations. You have to set RUN=yes in /etc/default/darkice to
run darkice as a daemon. With modern systems, this is not needed as
realtime scheduling is available to normal users.
|