Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Multiple record encrypted channel



Walery Daniloff wrote:
> 
> Hi all,
> 
> I use this patch for record one and (wath/record) another encrypted channel
> on same transponder.
> Test it, please. For my (Via Black CAM) can encrypted up to 3 channels.
> 
> CICAM:
> DVB 1
> DVB 1
> 
> ...
> @@ -1229,7 +1229,12 @@
>  cCiCaPmt::cCiCaPmt(int ProgramNumber)
>  {
>    length = 0;
> -  capmt[length++] = CPLM_ONLY;
> +  if (!recordingson) {
> +     capmt[length++] = CPLM_FIRST;
> +  } else {
> +     capmt[length++] = CPLM_ADD;
> +  }
> +

At least with my Irdeto AllCAM 4.7 this doesn't work :-(.

Apparantly my CAM doesn't care about the value given as
ca_pmt_list_management. I tried 'more', 'first', last', 'only' and 'add',
and even used a completely undefined value of 0xFF. In all cases it only
decrypted the channel with the most recently set CA_PMT.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index