133 lines
5.4 KiB
HTML
133 lines
5.4 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" border="0" width=450 height=54></a></td></tr>
|
|
<tr valign=middle>
|
|
<td width=2 bgcolor=#604c8f><img src="spacer.gif" width=2></td>
|
|
<td width=5 bgcolor=#392073><img src="spacer.gif" width=5></td>
|
|
<td width=2 bgcolor=#1d103a><img src="spacer.gif" width=2></td>
|
|
<td width=5 bgcolor=#1d103a><img src="spacer.gif" width=5></td>
|
|
<td bgcolor=#1d103a>
|
|
<img src="spacer.gif" width=422 height=1><br>
|
|
<font size=2 face="Lucida Console, Arial, Helvetica">
|
|
|
|
|
|
<h1 align="center">DarkIce</h1>
|
|
|
|
<h2>1. What Is DarkIce?</h2>
|
|
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.
|
|
<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>
|
|
</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><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>
|
|
</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.16</b>, check out the
|
|
<a href="ChangeLog">ChangeLog</a>.
|
|
<br>
|
|
Rafael Diniz is wrting a GTK front-end for DarkIce, called
|
|
<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://lists.sourceforge.net/lists/listinfo/darkice-list">darkice-list</a>
|
|
mailing list.
|
|
|
|
<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 on
|
|
<a href="http://sourceforge.net/projects/darkice">SourceForge</a>.
|
|
<br>
|
|
You can download DarkIce releases from the project's
|
|
<a href="http://sourceforge.net/project/showfiles.php?group_id=14111">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://prdownloads.sourceforge.net/darkice/darkice-0.16.tar.gz">darkice-0.16.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://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://www.vorbis.com/files/1.0.1/unix/libogg-1.1.tar.gz">libogg-1.1.tar.gz</a></li>
|
|
<li><a href="http://www.vorbis.com/files/1.0.1/unix/libvorbis-1.0.1.tar.gz">libvorbis-1.0.1.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://www.cvshome.org/">CVS</a> repository by getting module
|
|
<b>darkice</b> as described
|
|
<a href="https://sourceforge.net/cvs/?group_id=14111">here</a>.
|
|
<p>
|
|
This page last updated: $Date$.
|
|
<p align="center">
|
|
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=14111&type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a>
|
|
<a href="https://sourceforge.net/donate/index.php?group_id=14111"><img src="https://sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Donate to DarkIce"></a>
|
|
</p>
|
|
</font>
|
|
</td>
|
|
<td width=5 bgcolor=#1d103a><img src="spacer.gif" width=5></td>
|
|
<td width=2 bgcolor=#604c8f><img src="spacer.gif" width=2></td>
|
|
<td width=5 bgcolor=#392073><img src="spacer.gif" width=5></td>
|
|
<td width=2 bgcolor=#1d103a><img src="spacer.gif" width=2></td>
|
|
<tr valign=top><td colspan=9><img src="foot.gif" width=450 height=33></td></tr>
|
|
</tr></table>
|
|
</center>
|
|
</body>
|
|
</html>
|