mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Update: Improve comment formarting
This commit is contained in:
parent
3a391c02f5
commit
895bd2f2e5
@ -2,7 +2,8 @@
|
||||
and mostly just contains the things you need to change or are
|
||||
necessary to get Icecast working for most use cases. We created
|
||||
this for those who got scared away from the rather large and heavily
|
||||
commented icecast.xml.dist file. -->
|
||||
commented icecast.xml.dist file.
|
||||
-->
|
||||
<icecast>
|
||||
<limits>
|
||||
<sources>2</sources>
|
||||
|
@ -3,7 +3,8 @@
|
||||
you to connect the Shoutcast DSP (or other Nullsoft
|
||||
encoders such as the NSV encoder). Note this is just
|
||||
a minimal config, check the main icecast.xml.dist file
|
||||
for a complete list of possible configuration options -->
|
||||
for a complete list of possible configuration options
|
||||
-->
|
||||
<icecast>
|
||||
<limits>
|
||||
<sources>2</sources>
|
||||
@ -20,8 +21,9 @@
|
||||
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
|
||||
</directory>
|
||||
<!-- This is the hostname other people will use to connect to your server.
|
||||
It affects mainly the urls generated by Icecast for playlists and yp
|
||||
listings. -->
|
||||
It affects mainly the urls generated by Icecast for playlists and yp
|
||||
listings.
|
||||
-->
|
||||
<hostname>localhost</hostname>
|
||||
<!-- You MUST define 2 ports, port and port +1 -->
|
||||
<listen-socket>
|
||||
|
Loading…
Reference in New Issue
Block a user