mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
sectionsd: use reasonable buffer size on TD
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1259 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -58,6 +58,11 @@ DMX::DMX(const unsigned short p, const unsigned short bufferSizeInKB, const bool
|
||||
filter_index = 0;
|
||||
pID = p;
|
||||
dmxBufferSizeInKB = bufferSizeInKB;
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
/* hack, to keep the TD changes in one place. */
|
||||
dmxBufferSizeInKB = 128; /* 128kB is enough on TD */
|
||||
dmx_num = 0; /* always use demux 0 */
|
||||
#endif
|
||||
pthread_mutex_init(&pauselock, NULL); // default = fast mutex
|
||||
#ifdef DEBUG_MUTEX
|
||||
pthread_mutexattr_t start_stop_mutex_attr;
|
||||
|
Reference in New Issue
Block a user