Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
e6b7e96c
Commit
e6b7e96c
authored
Jan 08, 2004
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commented out mount specific settings as they are optional and tend to cause
confusion svn path=/trunk/icecast/; revision=5746
parent
ac917ac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
conf/icecast.xml.in
conf/icecast.xml.in
+4
-3
No files found.
conf/icecast.xml.in
View file @
e6b7e96c
...
...
@@ -66,7 +66,6 @@
<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords
-->
<mount>
<mount-name>/example-complex.ogg</mount-name>
...
...
@@ -74,13 +73,15 @@
<password>hackmemore</password>
<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>
</mount>
-->
<fileserve>1</fileserve>
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>@pkgdatadir@</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
...
...
@@ -111,7 +112,7 @@
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
</changeowner>
-->
</security>
</icecast>
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