Not starting record or stream to pc, when watching live-tv via CI module and stream or record needs the module

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
Frankenstone
2019-03-16 14:29:28 +01:00
committed by GetAway
parent c06a34faa8
commit 5840f86e31

View File

@@ -878,6 +878,10 @@ bool cCA::SendCAPMT(u64 tpid, u8 source, u8 camask, const unsigned char * cabuf,
(*It)->SID[0] = SID;
(*It)->ci_use_count = 1;
(*It)->TP = TP;
#if HAVE_ARM_HARDWARE
if(!checkLiveSlot && mode && (*It)->source != source)
setInputSource((eDVBCISlot*)(*It), false);
#endif
(*It)->source = source;
(*It)->pmtlen = calen;
for (i = 0; i < calen; i++)