mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
src/zapit/src/zapit.cpp: call SetTS to let CI follow the live tuner.
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
#include <pwrmngr.h>
|
#include <pwrmngr.h>
|
||||||
#include <audio_cs.h>
|
#include <audio_cs.h>
|
||||||
#include <video_cs.h>
|
#include <video_cs.h>
|
||||||
|
#include <ca_cs.h>
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
#include <video_td.h>
|
#include <video_td.h>
|
||||||
@@ -541,6 +542,10 @@ bool CZapit::ZapIt(const t_channel_id channel_id, bool forupdate, bool startplay
|
|||||||
StopPip();
|
StopPip();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef BOXMODEL_APOLLO
|
||||||
|
cCA::GetInstance()->SetTS((CA_DVBCI_TS_INPUT)live_fe->getNumber());
|
||||||
|
#endif
|
||||||
|
|
||||||
if (current_channel->getServiceType() == ST_NVOD_REFERENCE_SERVICE) {
|
if (current_channel->getServiceType() == ST_NVOD_REFERENCE_SERVICE) {
|
||||||
current_is_nvod = true;
|
current_is_nvod = true;
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user