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
1fe23254
Commit
1fe23254
authored
Aug 22, 2004
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add optional tags to example xml and remove unused source_t item
svn path=/icecast/trunk/icecast/; revision=7607
parent
4f2c1d8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
conf/icecast.xml.in
conf/icecast.xml.in
+5
-0
src/source.h
src/source.h
+0
-1
No files found.
conf/icecast.xml.in
View file @
1fe23254
...
...
@@ -14,6 +14,10 @@
client and listening client. For low-latency setups, you
might want to disable this. -->
<burst-on-connect>1</burst-on-connect>
<!-- same as burst-on-connect, but this allows for being more
specific on how much to burst. Most people won't need to
change from the default 64k. Applies to all mountpoints -->
<burst-size>65535</burst-size>
</limits>
<authentication>
...
...
@@ -84,6 +88,7 @@
<max-listeners>1</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
...
...
src/source.h
View file @
1fe23254
...
...
@@ -48,7 +48,6 @@ typedef struct source_tag
char
*
dumpfilename
;
/* Name of a file to dump incoming stream to */
FILE
*
dumpfile
;
int
num_yp_directories
;
long
listeners
;
long
max_listeners
;
int
yp_public
;
...
...
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