This file is indexed.

/usr/share/doc/icecast2/faq.html is in icecast2 2.4.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Icecast Docs Docs &mdash; FAQ</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.2 Docs &mdash; FAQ</h2>
      
<div class="article">
  <h3 id="general-questions">General Questions</h3>

  <h4 id="what-is-icecastorg">What is Icecast.org?</h4>
  <p>Icecast.org, the project, is a collection of programs and libraries for streaming audio over the Internet. This includes:
*	Icecast, a program that streams audio data to listeners
*	libshout, a library for communicating with Icecast servers
*	IceS, a program that sends audio data to Icecast servers</p>

  <p>A source client is an external program which is responsible for sending content data to Icecast. Some source clients that
support Icecast 2 are Oddcast, Ices 2, Ices 0.3, and DarkIce.</p>

  <h4 id="what-is-icecast-the-program">What is Icecast, the program?</h4>
  <p>Icecast streams audio to listeners, and is compatible with Nullsoft’s Shoutcast.</p>

  <h4 id="what-is-libshout">What is libshout?</h4>
  <p>libshout is a library for communicating with and sending data to an Icecast server. It handles the socket connection,
the timing of the data, and prevents bad data from getting to the Icecast server.</p>

  <h4 id="what-is-ices">What is Ices?</h4>
  <p>Ices is a program (source client) that sends audio data to an Icecast server to broadcast to clients.<br />
Ices can either read audio data from disk, such as from Ogg Vorbis files, or sample live audio from a sound card and encode
it on the fly.</p>

  <h4 id="what-can-i-use-to-listen-to-an-icecast-stream">What can I use to listen to an Icecast stream?</h4>
  <p>We maintain a list of Icecast-compatible audio players at <a href="http://www.icecast.org/">icecast.org</a>.</p>
</div>

    </div>

    <div class="footer">
      <p>Support icecast development at <a href="http://icecast.org">icecast.org</a></p>
    </div>

  </body>
</html>