neutrino: Tripledragon can only record one TS at once

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7368fad7ba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-02 (Sun, 02 Oct 2011)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-10-02 21:05:54 +02:00
parent da4b4c11e2
commit 208c2a2b88

View File

@@ -49,7 +49,12 @@
#define REC_MAX_APIDS 10
#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
#endif
#define TSHIFT_MODE_OFF 0
#define TSHIFT_MODE_TEMPORAER 1