mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
.. And fix more instances of missing / on mountpoints
svn path=/icecast/trunk/icecast/; revision=7900
This commit is contained in:
parent
b6e001ce8d
commit
ef7242ca02
@ -190,7 +190,7 @@ This flag turns on the icecast2 fileserver from which static files can be served
|
|||||||
<relay>
|
<relay>
|
||||||
<server>127.0.0.1</server>
|
<server>127.0.0.1</server>
|
||||||
<port>8001</port>
|
<port>8001</port>
|
||||||
<mount>example.ogg</mount>
|
<mount>/example.ogg</mount>
|
||||||
<local-mount>/different.ogg</local-mount>
|
<local-mount>/different.ogg</local-mount>
|
||||||
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
||||||
</relay>
|
</relay>
|
||||||
@ -261,7 +261,7 @@ A server is configured as a Specific Mountpoint Server relay by specifying a <
|
|||||||
<relay>
|
<relay>
|
||||||
<server>127.0.0.1</server>
|
<server>127.0.0.1</server>
|
||||||
<port>8001</port>
|
<port>8001</port>
|
||||||
<mount>example.ogg</mount>
|
<mount>/example.ogg</mount>
|
||||||
<local-mount>/different.ogg</local-mount>
|
<local-mount>/different.ogg</local-mount>
|
||||||
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
||||||
</relay>
|
</relay>
|
||||||
@ -302,7 +302,7 @@ If you are relaying a Shoutcast stream, you need to specify this indicator to al
|
|||||||
<password>hackmemore</password>
|
<password>hackmemore</password>
|
||||||
<max-listeners>1</max-listeners>
|
<max-listeners>1</max-listeners>
|
||||||
<dump-file>/tmp/dump-example1.ogg</dump-file>
|
<dump-file>/tmp/dump-example1.ogg</dump-file>
|
||||||
<fallback-mount>example2.ogg</fallback-mount>
|
<fallback-mount>/example2.ogg</fallback-mount>
|
||||||
<fallback-override>1</fallback-override>
|
<fallback-override>1</fallback-override>
|
||||||
<burst-size>65536</burst-size>
|
<burst-size>65536</burst-size>
|
||||||
<authentication type="htpasswd">
|
<authentication type="htpasswd">
|
||||||
|
Loading…
Reference in New Issue
Block a user