Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
ef7242ca
Commit
ef7242ca
authored
Oct 01, 2004
by
Michael Smith
Browse files
.. And fix more instances of missing / on mountpoints
svn path=/icecast/trunk/icecast/; revision=7900
parent
b6e001ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/icecast2_config_file.html
View file @
ef7242ca
...
...
@@ -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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment