mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-16 18:03:42 +02:00
neutrino: Tripledragon can only record one TS at once
This commit is contained in:
@@ -49,7 +49,12 @@
|
|||||||
|
|
||||||
#define REC_MAX_APIDS 10
|
#define REC_MAX_APIDS 10
|
||||||
#define FILENAMEBUFFERSIZE 1024
|
#define FILENAMEBUFFERSIZE 1024
|
||||||
|
#if HAVE_TRIPLEDRAGON
|
||||||
|
/* I'm not able to get it to work with more than 1 recording at a time :-( */
|
||||||
|
#define RECORD_MAX_COUNT 1
|
||||||
|
#else
|
||||||
#define RECORD_MAX_COUNT 8
|
#define RECORD_MAX_COUNT 8
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TSHIFT_MODE_OFF 0
|
#define TSHIFT_MODE_OFF 0
|
||||||
#define TSHIFT_MODE_TEMPORAER 1
|
#define TSHIFT_MODE_TEMPORAER 1
|
||||||
|
Reference in New Issue
Block a user