Update external links
This commit is contained in:
parent
327a953cb3
commit
a9283cd04e
|
@ -26,21 +26,21 @@ DarkIce is a live audio streamer. It records audio from an audio interface
|
|||
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><a href="https://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><a href="https://jackaudio.org/">Jack</a> sources</li>
|
||||
<li>uLaw audio input through a serial interface</li>
|
||||
<li>CoreAudio (branch darkice-macosx)</li>
|
||||
</ul>
|
||||
<br>
|
||||
DarkIce can encode in the following formats:
|
||||
<ul>
|
||||
<li>MP3 - using the <a href="http://www.mp3dev.org/mp3">lame</a>
|
||||
<li>MP3 - using the <a href="https://lame.sourceforge.io/">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 LC - using the <a href="http://www.audiocoding.com/">faac</a>
|
||||
<li><a href="https://xiph.org/vorbis/">Ogg Vorbis</a></li>
|
||||
<li>AAC LC - using the <a href="https://www.audiocoding.com/">faac</a>
|
||||
library</li>
|
||||
<li>AAC HEv2 -
|
||||
using <a href="http://tipok.org.ua/node/17">libaacplus</a> library </li>
|
||||
|
@ -50,10 +50,10 @@ DarkIce can encode in the following formats:
|
|||
<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><a href="https://www.shoutcast.com/">ShoutCast</a></li>
|
||||
<li><a href="https://www.icecast.org/">IceCast</a> 1.3.x and 2.x</li>
|
||||
<li><a href="https://macosforge.github.io/dss/">Darwin
|
||||
Streaming Server</a></li>
|
||||
<li>archive the encoded audio in files</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
@ -82,7 +82,7 @@ There is a GTK frontend made by Rafael Diniz, called DarkSnow.
|
|||
|
||||
<h2>3. Discussion</h2>
|
||||
For questions & feedback on DarkIce, please join the
|
||||
<a href="http://www.freelists.org/list/darkice">darkice-list</a>
|
||||
<a href="https://www.freelists.org/list/darkice">darkice-list</a>
|
||||
mailing list.
|
||||
<p>
|
||||
Should you find any issues with DarkIce, please submit a bug or feature
|
||||
|
@ -111,7 +111,7 @@ git clone <a href="https://github.com/rafael2k/darkice">https://github.com/rafae
|
|||
DarkIce is
|
||||
© Copyright <a href="http://tyrell.hu">Tyrell Hungary</a> and Rafael Diniz and Ákos Maróy
|
||||
under the
|
||||
<a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public Licence version 3</a>.
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public Licence version 3</a>.
|
||||
</p>
|
||||
<p>
|
||||
This page last updated: 04/09/2020.
|
||||
|
|
Loading…
Reference in New Issue