This commit was manufactured by cvs2svn to create tag 'darkice-0_2'.
This commit is contained in:
parent
df54bd0b08
commit
34fedfb44a
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,75 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DarkIce live audio streamer</title>
|
||||
<!-- $Id$ -->
|
||||
</head>
|
||||
|
||||
<body bgcolor=#000000 text=#eeeeee link=#3f009d alink=#3f009d vlink=#3f009d>
|
||||
<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 is a an <a href="http://www.icecast.org/">IceCast</a>
|
||||
live streamer. The purose is to take the live input from a soundcard, encode
|
||||
it and send the encoded stream to an
|
||||
<a href="http://www.icecast.org/">IceCast</a> server.
|
||||
DarkIce uses an external mp3 encoder.
|
||||
<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. This is unfinished beta software, use at
|
||||
your own peril. You have been warned.
|
||||
<br>
|
||||
The latest version is <b>0.2</b>
|
||||
|
||||
<h3>2.1 Supported encoders</h3>
|
||||
<ul>
|
||||
<li><a href="http://www.mp3dev.org/mp3/">lame</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>3. 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
|
||||
<a href="ftp://darkice.sourceforge.net/pub/darkice/">project's FTP site</a>.
|
||||
<br>
|
||||
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 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>
|
||||
</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>
|
Binary file not shown.
After Width: | Height: | Size: 49 B |
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Use this script to update the DarkIce web site
|
||||
#
|
||||
|
||||
scp -r htdocs darkeye@darkice.sourceforge.net:/home/groups/darkice
|
||||
|
Loading…
Reference in New Issue