From 8c28b9f86ff52550acb809ce88f46eac36053c6b Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Fri, 28 Sep 2007 19:56:03 +0000 Subject: [PATCH] Changed default TS buffer prefill to 25%. --- config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index b16cea1..c998555 100644 --- a/config.c +++ b/config.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: config.c,v 1.7 2007/09/28 16:44:59 rahrenbe Exp $ + * $Id: config.c,v 1.8 2007/09/28 19:56:03 rahrenbe Exp $ */ #include "common.h" @@ -14,7 +14,7 @@ cIptvConfig IptvConfig; cIptvConfig::cIptvConfig(void) : readBufferTsCount(48), tsBufferSize(2), - tsBufferPrefillRatio(0), + tsBufferPrefillRatio(25), fileIdleTimeMs(5) { }