mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
abc75687dc
svn path=/icecast/trunk/icecast/; revision=19319
99 lines
3.2 KiB
HTML
99 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Icecast Docs Docs — Table of Contents</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/css/style.css" media="screen, print" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="header">
|
|
<h1><a href="#" title="Home page">Icecast</a> <span>documentation</span></h1>
|
|
</div>
|
|
|
|
<div class="section">
|
|
|
|
<h2>Icecast 2.4.1 Docs — Table of Contents</h2>
|
|
|
|
<div class="article">
|
|
<h3 id="pages">Pages</h3>
|
|
|
|
<ul>
|
|
<li><a href="changes.html">Changes</a></li>
|
|
<li><a href="introduction.html">Introduction</a></li>
|
|
<li><a href="basic-setup.html">Basic Setup</a></li>
|
|
<li><a href="config-file.html">Icecast Config File</a></li>
|
|
<li><a href="admin-interface.html">Admin Interface</a></li>
|
|
<li><a href="server-stats.html">Server Statistics</a></li>
|
|
<li><a href="relaying.html">Relaying</a></li>
|
|
<li><a href="yp.html">Listing in a YP directory</a></li>
|
|
<li><a href="auth.html">Authentication</a></li>
|
|
<li><a href="win32.html">Win32 specific documentation</a></li>
|
|
<li><a href="glossary.html">Glossary</a></li>
|
|
<li><a href="faq.html">FAQ</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="article">
|
|
<h3 id="icecast-241-readme">Icecast 2.4.1 Readme</h3>
|
|
<p>Icecast is a streaming media server which currently supports Ogg
|
|
Vorbis and MP3 audio streams. It can be used to create an Internet
|
|
radio station or a privately running jukebox and many things in
|
|
between. It is very versatile in that new formats can be added
|
|
relatively easily and supports open standards for commuincation and
|
|
interaction. </p>
|
|
|
|
<p>Icecast is distributed under the GNU GPL, version 2. A copy of this
|
|
license is included with this software in the COPYING file.</p>
|
|
|
|
</div>
|
|
|
|
<div class="article">
|
|
<h3 id="prerequisites">Prerequisites</h3>
|
|
<p>Icecast requires the following packages:</p>
|
|
|
|
<ul>
|
|
<li><a href="http://xmlsoft.org/downloads.html">libxml2</a></li>
|
|
<li><a href="http://xmlsoft.org/XSLT/downloads.html">libxslt</a></li>
|
|
<li><a href="http://curl.haxx.se/download.html">curl</a> (>= version 7.10 required)</li>
|
|
<li><a href="http://www.vorbis.com/files">ogg/vorbis</a> (>= version 1.0 required)</li>
|
|
<li>openssl (optional, enable if SSL support is desired)</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="article">
|
|
<h3 id="buildinstall">Build/Install</h3>
|
|
<p>To build icecast on a Unix platform, perform the following:</p>
|
|
|
|
<p>Run</p>
|
|
|
|
<pre><code>./configure
|
|
make
|
|
make install
|
|
</code></pre>
|
|
|
|
<p>to build and install this release.</p>
|
|
|
|
<p>A sample config file will be placed in <code>/usr/local/etc</code> (on UNIX) or in
|
|
the current working directory (on Win32) and is called <code>icecast.xml</code></p>
|
|
|
|
<p>Documentation for Icecast is available in the doc directory, by
|
|
viewing <code>doc/index.html</code> in a browser.</p>
|
|
|
|
<p>Please email us at icecast@xiph.org, or come and see us
|
|
at irc.freenode.net, channel #icecast, if you have any troubles.</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p>Support icecast development at <a href="http://icecast.org">icecast.org</a></p>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |