File: intro.html

package info (click to toggle)
ices2 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,224 kB
  • sloc: sh: 11,327; ansic: 7,361; xml: 162; makefile: 100
file content (48 lines) | stat: -rw-r--r-- 1,777 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>IceS v2.0 Documentation</title>
  <link rel="STYLESHEET" type="text/css" href="style.css">
 </head>
 <body>
  <div class=boxtest>
   <h1>Introduction</h1>
   <table width="100%"><tr><td bgcolor="#007B79" height="10" align="center"></td></tr></table>
   <br> <br> <br>
   <h2>What is IceS ?</h2>
   <p>
    IceS is a source client for a streaming server. The purpose of this client is to
    provide an audio stream to a streaming server such that one or more listeners can
    access the stream.  With this layout, this source client can be situated remotely
    from the icecast server.
   </p>
   <p>
    The primary example of a streaming server used is Icecast 2, although others could
    be used if certain conditions are met.</p>
   <br><br>
   <h2>What platforms are supported ?</h2>
   <p>
    Currently the following Unix platforms are supported:
   </p>
   <ul>
    <li>Linux (Most flavors including Redhat and Debian)
    <li>FreeBSD
    <li>OpenBSD
    <li>Solaris
   </ul>
   <br> <br>
   <h2>Where do I go for questions?</h2>
   <p>
    IceS is developed and maintained by the same people involved with Icecast 2.
    There are several ways to contact the development team
   </p>
   <h3>Best Ways</h3>
   <ul>
    <li>Icecast mailing list <a href="http://lists.xiph.org/mailman/listinfo/icecast">http://lists.xiph.org/mailman/listinfo/icecast</a>
    <li>Icecast Developers mailing list <a href="http://lists.xiph.org/mailman/listinfo/icecast-dev">http://lists.xiph.org/mailman/listinfo/icecast-dev</a>
    <li>Icecast IRC chat room - irc.freenode.net : #icecast
   </ul>
  </div>
 </body>
</html>