pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/04e961360868
branches: trunk
changeset: 466100:04e961360868
user: kim <kim%pkgsrc.org@localhost>
date: Sun Jan 11 17:03:47 2004 +0000
description:
Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (for audio/icecast1).
diffstat:
mk/bsd.pkg.defaults.mk | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r f5fefde1bb9e -r 04e961360868 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk Sun Jan 11 16:59:34 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk Sun Jan 11 17:03:47 2004 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index