Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
ef7242ca
Commit
ef7242ca
authored
Oct 01, 2004
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.. 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
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/icecast2_config_file.html
doc/icecast2_config_file.html
+3
-3
No files found.
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
Markdown
is supported
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