mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
streamts: use demux(0) to fix streaming
Origin commit data
------------------
Commit: fa9f7f92ec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)
This commit is contained in:
@@ -330,7 +330,14 @@ void * streamts_live_thread(void *data)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifndef HAVE_COOL_HARDWARE
|
||||
/* right now, only one stream is possible anyway and it is not possible
|
||||
* to stream a different channel than the live channel AFAICT, so we can
|
||||
* as well use the live demux */
|
||||
cDemux * dmx = new cDemux(0);
|
||||
#else
|
||||
cDemux * dmx = new cDemux(STREAM_DEMUX);//FIXME
|
||||
#endif
|
||||
|
||||
dmx->Open(DMX_TP_CHANNEL, NULL, DMX_BUFFER_SIZE);
|
||||
|
||||
|
Reference in New Issue
Block a user