mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Use 2MB ringbuffer per device.
This commit is contained in:
parent
201b50eb9d
commit
0d2f32dc6a
2
common.h
2
common.h
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#define ELEMENTS(x) (sizeof(x) / sizeof(x[0]))
|
#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"
|
#define IPTV_DVR_FILENAME "/tmp/vdr-iptv%d.dvr"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user