138 lines
5.7 KiB
HTML
138 lines
5.7 KiB
HTML
<html>
|
|
<head>
|
|
<title>DarkIce live audio streamer</title>
|
|
<!-- $Id$ -->
|
|
</head>
|
|
|
|
<body bgcolor="#000000" text="#eeeeee" link="#88ccff" alink="#8888ff" vlink="#8888ff">
|
|
<center>
|
|
<table cellspacing="0" cellpadding="0" border="0" width="450" height="100%">
|
|
<tr valign="bottom"><td colspan="9"><a href="http://tyrell.hu"><img src="blankheader.gif" alt="" border="0" width="450" height="54"></a></td></tr>
|
|
<tr valign="middle">
|
|
<td width="2" bgcolor="#604c8f"><img src="spacer.gif" width="2" alt=""></td>
|
|
<td width="5" bgcolor="#392073"><img src="spacer.gif" width="5" alt=""></td>
|
|
<td width="2" bgcolor="#1d103a"><img src="spacer.gif" width="2" alt=""></td>
|
|
<td width="5" bgcolor="#1d103a"><img src="spacer.gif" width="5" alt=""></td>
|
|
<td bgcolor="#1d103a">
|
|
<img src="spacer.gif" width="422" height="1" alt=""><br>
|
|
<font size="2" face="Lucida Console, Arial, Helvetica">
|
|
|
|
|
|
<h1 align="center">DarkIce</h1>
|
|
|
|
<h2>1. What Is DarkIce?</h2>
|
|
DarkIce is a live audio streamer. It records audio from an audio interface
|
|
(e.g. sound card), encodes it and sends it to a streaming server.
|
|
<br>
|
|
DarkIce can record from:
|
|
<ul>
|
|
<li><a href="http://www.opensound.com/">OSS</a> audio devices</li>
|
|
<li><a href="http://www.alsa-project.org/">ALSA</a> audio devices</li>
|
|
<li>Solaris audio interface</li>
|
|
<li><a href="http://jackit.sourceforge.net/">Jack</a> sources</li>
|
|
<li>uLaw audio input through a serial interface</li>
|
|
</ul>
|
|
<br>
|
|
DarkIce can encode in the following formats:
|
|
<ul>
|
|
<li>mp3 - using the <a href="http://www.mp3dev.org/mp3">lame</a>
|
|
library</li>
|
|
<li>mp2 - using the <a href="http://www.twolame.org/">twolame</a>
|
|
library</li>
|
|
<li><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></li>
|
|
<li>aac - using the <a href="http://www.audiocoding.com/">faac</a>
|
|
library</li>
|
|
</ul>
|
|
<br>
|
|
DarkIce can send the encoded stream to the following streaming servers:
|
|
<ul>
|
|
<li><a href="http://www.shoutcast.com/">ShoutCast</a></li>
|
|
<li><a href="http://www.icecast.org/">IceCast</a> 1.3.x and 2.x</li>
|
|
<li><a href="http://developer.apple.com/darwin/projects/streaming/">Darwin
|
|
Streaming Server</a></li>
|
|
<li>archive the encoded audio in files</li>
|
|
</ul>
|
|
<br>
|
|
Darkice runs on the following operating systems:
|
|
<ul>
|
|
<li>FreeBSD</li>
|
|
<li>Linux on intel and PowerPC</li>
|
|
<li>MacOS X</li>
|
|
<li>NetBSD / OpenBSD</li>
|
|
<li>SUN Solaris</li>
|
|
</ul>
|
|
<br>
|
|
DarkIce is being written by
|
|
<a href="mailto:darkeye@users.sourceforge.net">Ákos Maróy</a>
|
|
|
|
<h2>2. Status</h2>
|
|
DarkIce is under development. While still considered beta, it has
|
|
been used since fall 2000 in <a href="http://tilos.hu/">production</a>
|
|
24 hours per day.
|
|
<br>
|
|
The latest version is <b>0.19</b>, check out the
|
|
<a href="ChangeLog">ChangeLog</a>.
|
|
<br>
|
|
There is a GTK fronte-end made by Rafael Diniz, called DarkSnow.
|
|
<a href="http://darksnow.radiolivre.org/index.en.html">DarkSnow</a>.
|
|
|
|
<h2>3. Discussion</h2>
|
|
For questions & feedback on DarkIce, please join the
|
|
<a href="https://tyrell.hu/mailman/listinfo/darkice-list">darkice-list</a>
|
|
mailing list.
|
|
<p>
|
|
Should you find any issues with DarkIce, please submit a bug or feature
|
|
request at our <a href="http://darkice.tyrell.hu/trac/">Trac</a> system.
|
|
|
|
<h2>4. Support</h2>
|
|
If you feel that DarkIce is having a good effect on your online streaming radio, feel free to <a href="https://sourceforge.net/donate/index.php?group_id=14111">donate some money</a> to allow further development. <b>Thank you!</b>
|
|
|
|
<h2>5. Download</h2>
|
|
DarkIce is
|
|
© Copyright <a href="http://tyrell.hu">Tyrell Hungary</a>
|
|
under the
|
|
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public Licence</a>,
|
|
and is hosted
|
|
<a href="http://darkice.tyrell.hu/">here</a>.
|
|
<br>
|
|
You can download DarkIce releases from the project's
|
|
<a href="http://darkice.tyrell.hu/dist/">download page</a>.
|
|
I also provided lame packages, which are needed by DarkIce, but you can
|
|
use your own lame libs if you like.
|
|
<p>
|
|
Download the source tarball
|
|
<a href="http://darkice.tyrell.hu/dist/0.19/darkice-0.19.tar.gz">darkice-0.19.tar.gz</a>
|
|
and compile it. You will also need
|
|
<a href="http://lame.sourceforge.net/download/download.html">lame</a>
|
|
(version 3.89 or above),
|
|
<a href="http://sourceforge.net/project/showfiles.php?group_id=136040">twolame</a>
|
|
(version 0.3.6 or above),
|
|
<a href="http://www.vorbis.com/download.psp">Ogg Vorbis</a>
|
|
and
|
|
<a href="http://www.audiocoding.com/modules/mydownloads/">faac</a>
|
|
libs. I used the following libs:
|
|
<ul>
|
|
<li><a href="http://prdownloads.sourceforge.net/lame/lame-3.96.1.tar.gz?download">lame-3.96.1.tar.gz</a></li>
|
|
<li><a href="http://prdownloads.sourceforge.net/twolame/twolame-0.3.6.tar.gz?download">twolame-0.3.6.tar.gz</a></li>
|
|
<li><a href="http://downloads.xiph.org/releases/ogg/libogg-1.1.2.tar.gz">libogg-1.1.2.tar.gz</a></li>
|
|
<li><a href="http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.0.tar.gz">libvorbis-1.1.0.tar.gz</a></li>
|
|
<li><a href="http://prdownloads.sourceforge.net/faac/faac-1.24.zip?download">faac-1.24.zip</a></li>
|
|
</ul>
|
|
<p>
|
|
If you like to live on the edge, you can check the
|
|
<a href="http://subversion.tigris.org/">subversion</a> repository by getting
|
|
module <b>darkice</b> from the following URL:
|
|
http://svn.tyrell.hu/darkice/darkice/
|
|
<p>
|
|
This page last updated: $Date$.
|
|
</td>
|
|
<td width="5" bgcolor="#1d103a"><img src="spacer.gif" width="5" alt=""></td>
|
|
<td width="2" bgcolor="#604c8f"><img src="spacer.gif" width="2" alt=""></td>
|
|
<td width="5" bgcolor="#392073"><img src="spacer.gif" width="5" alt=""></td>
|
|
<td width="2" bgcolor="#1d103a"><img src="spacer.gif" width="2" alt=""></td>
|
|
<tr valign="top"><td colspan="9"><img src="foot.gif" width="450" height="33" alt=""></td></tr>
|
|
</tr></table>
|
|
</center>
|
|
</body>
|
|
</html>
|