From 0d2f32dc6a0165975cd3e77ed86ce6263e120c6c Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Thu, 12 May 2016 23:51:03 +0300 Subject: [PATCH] Use 2MB ringbuffer per device. --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index fd09e60..952681f 100644 --- a/common.h +++ b/common.h @@ -14,7 +14,7 @@ #define ELEMENTS(x) (sizeof(x) / sizeof(x[0])) -#define IPTV_BUFFER_SIZE MEGABYTE(1) +#define IPTV_BUFFER_SIZE KILOBYTE(2048) #define IPTV_DVR_FILENAME "/tmp/vdr-iptv%d.dvr"