From 461afe293abb199d8b84c8976b69f114c115c8ab Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Thu, 12 Nov 2015 09:22:32 +0100 Subject: Revert "increased TS buffer from 4 to 16MB to mitigate stream corruptions on slow systems" This reverts commit 2baa295a6fa561d012785b36387ed07cf914cd8d. --- device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index 676750e..92405dc 100644 --- a/device.c +++ b/device.c @@ -60,7 +60,7 @@ cMcliDevice::cMcliDevice (void) StartSectionHandler (); #ifdef USE_VDR_PACKET_BUFFER //printf ("Mcli::%s: USING VDR PACKET BUFFER \n", __FUNCTION__); - m_PB = new cRingBufferLinear(MEGABYTE(16), TS_SIZE, false, "MCLI_TS"); + m_PB = new cRingBufferLinear(MEGABYTE(4), TS_SIZE, false, "MCLI_TS"); m_PB->SetTimeouts (0, 100); delivered = false; #else -- cgit v1.2.3