mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -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
|
and mostly just contains the things you need to change or are
|
||||||
necessary to get Icecast working for most use cases. We created
|
necessary to get Icecast working for most use cases. We created
|
||||||
this for those who got scared away from the rather large and heavily
|
this for those who got scared away from the rather large and heavily
|
||||||
commented icecast.xml.dist file. -->
|
commented icecast.xml.dist file.
|
||||||
|
-->
|
||||||
<icecast>
|
<icecast>
|
||||||
<limits>
|
<limits>
|
||||||
<sources>2</sources>
|
<sources>2</sources>
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
you to connect the Shoutcast DSP (or other Nullsoft
|
you to connect the Shoutcast DSP (or other Nullsoft
|
||||||
encoders such as the NSV encoder). Note this is just
|
encoders such as the NSV encoder). Note this is just
|
||||||
a minimal config, check the main icecast.xml.dist file
|
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>
|
<icecast>
|
||||||
<limits>
|
<limits>
|
||||||
<sources>2</sources>
|
<sources>2</sources>
|
||||||
@ -21,7 +22,8 @@
|
|||||||
</directory>
|
</directory>
|
||||||
<!-- This is the hostname other people will use to connect to your server.
|
<!-- 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
|
It affects mainly the urls generated by Icecast for playlists and yp
|
||||||
listings. -->
|
listings.
|
||||||
|
-->
|
||||||
<hostname>localhost</hostname>
|
<hostname>localhost</hostname>
|
||||||
<!-- You MUST define 2 ports, port and port +1 -->
|
<!-- You MUST define 2 ports, port and port +1 -->
|
||||||
<listen-socket>
|
<listen-socket>
|
||||||
|
Loading…
Reference in New Issue
Block a user