1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

add optional tags to example xml and remove unused source_t item

svn path=/icecast/trunk/icecast/; revision=7607
This commit is contained in:
Karl Heyes 2004-08-22 15:00:35 +00:00
parent 4f2c1d8d3d
commit 1fe2325479
2 changed files with 5 additions and 1 deletions

View File

@ -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"/>

View File

@ -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;