mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user