Use 2MB ringbuffer per device.

This commit is contained in:
Rolf Ahrenberg 2016-05-12 23:51:03 +03:00
parent 201b50eb9d
commit 0d2f32dc6a
1 changed files with 1 additions and 1 deletions

View File

@ -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"