diff options
author | kim <kim@pkgsrc.org> | 2004-01-11 17:03:47 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-01-11 17:03:47 +0000 |
commit | 0e26583d07ec5d73e3a4866df03a33b7bb8490b3 (patch) | |
tree | e38ea08c49acf9a216c55b0b428b2e123b940460 /mk | |
parent | db6a6044175ec55b612d211044e07387b79e868c (diff) | |
download | pkgsrc-0e26583d07ec5d73e3a4866df03a33b7bb8490b3.tar.gz |
Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (for audio/icecast1).
Diffstat (limited to 'mk')
-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 |