mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
3b8999448e
svn path=/icecast/trunk/icecast/; revision=9762
44 lines
2.0 KiB
HTML
44 lines
2.0 KiB
HTML
<?xml version="1.0"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<title>Icecast v2.x Documentation</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="boxtest">
|
|
<h1>Icecast 2 Glossary</h1>
|
|
<hr id='titlebar' />
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<a name="source_client"></a>
|
|
<h4>source client</h4>
|
|
<div class="indentedbox">
|
|
A source client is an external program which is responsible for sending content data to icecast. Some source clients that support icecast2 are Oddcast, ices2, ices0.3, and DarkIce.
|
|
</div>
|
|
<a name="slave_server"></a>
|
|
<h4>slave server (Relay)</h4>
|
|
<div class="indentedbox">
|
|
The slave server in a relay configuration is the server that is pulling the data from the master server. It acts as a listening client to the master server.
|
|
</div>
|
|
<a name="master_server"></a>
|
|
<h4>master server (Relay)</h4>
|
|
<div class="indentedbox">
|
|
The master server in a relay configuration is the server that has the stream that is being relayed.
|
|
</div>
|
|
<a name="mountpoint"></a>
|
|
<h4>mountpoint</h4>
|
|
<div class="indentedbox">
|
|
A mountpoint is a resource on the icecast server that represents a single broadcast stream. Mountpoints are named similar to files (/mystream.ogg, /mymp3stream). When listeners connect to icecast2, they must specify the mountpoint in the request (i.e. http://192.168.1.10:8000/mystream.ogg). Additionally, source clients must specify a mountpoint when they connect as well. Statistics are kept track of by mountpoint. Mountpoints are a fundamental aspect of icecast2 and how it is organized.
|
|
</div>
|
|
<a name="fallback"></a>
|
|
<h4>fallback mountpoint</h4>
|
|
<div class="indentedbox">
|
|
A fallback mountpoint is configured with a parent mountpoint. In the event of the parent mountpoint losing connection with icecast, Icecast will then move all clients currently connected to the now defunct mountpoint to it's fallback mountpoint.
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|