mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -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>
|
||||
<server>127.0.0.1</server>
|
||||
<port>8001</port>
|
||||
<mount>example.ogg</mount>
|
||||
<mount>/example.ogg</mount>
|
||||
<local-mount>/different.ogg</local-mount>
|
||||
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
||||
</relay>
|
||||
@ -261,7 +261,7 @@ A server is configured as a Specific Mountpoint Server relay by specifying a <
|
||||
<relay>
|
||||
<server>127.0.0.1</server>
|
||||
<port>8001</port>
|
||||
<mount>example.ogg</mount>
|
||||
<mount>/example.ogg</mount>
|
||||
<local-mount>/different.ogg</local-mount>
|
||||
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
||||
</relay>
|
||||
@ -302,7 +302,7 @@ If you are relaying a Shoutcast stream, you need to specify this indicator to al
|
||||
<password>hackmemore</password>
|
||||
<max-listeners>1</max-listeners>
|
||||
<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>
|
||||
<burst-size>65536</burst-size>
|
||||
<authentication type="htpasswd">
|
||||
|
Loading…
Reference in New Issue
Block a user