diff options
author | kim <kim> | 2004-01-11 17:03:47 +0000 |
---|---|---|
committer | kim <kim> | 2004-01-11 17:03:47 +0000 |
commit | bac800d38426708d51a4f385f9d371c99e33e7ea (patch) | |
tree | e38ea08c49acf9a216c55b0b428b2e123b940460 | |
parent | d7ae19384293e28d275c8aa3c362de6643e07753 (diff) | |
download | pkgsrc-bac800d38426708d51a4f385f9d371c99e33e7ea.tar.gz |
Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (for audio/icecast1).
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index bb1279e8fd9..fef1556b03a 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.202 2004/01/11 16:42:04 kim Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.203 2004/01/11 17:03:47 kim Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -910,6 +910,20 @@ ICECAST_CHROOTDIR?= /var/chroot/icecast # Possible: Any valid directory # Default: /var/chroot/icecast +#ICECAST_CHUNKLEN=512 +# If you want a larger backlog for each client, which will allow for +# worse network congestion or other network errors before kicking the +# client, increase the ICECAST_CHUNKLEN value. +# Default: 64 + +#ICECAST_SOURCE_BUFFSIZE=8192 +# SOURCE_BUFFSIZE sets how many bytes will be read from the source +# before trying to send this chunk to the clients. If your server will +# take on a lot of listeners, or stream very high bitrate mpeg data, +# like video mpeg streams, and if you system supports it, you should +# increase this value to 65535 or something similar. +# Default: 8192 + IMAP_UW_CCLIENT_MBOX_FMT?= unix # Used in imap-uw to set the default format used by c-client programs for # new mailbox creation. Check the UW IMAP documentation for more details |