Posts by olili

    also many thanks for the Docker solution. It works.

    GREAT!!!


    But I'm still struggeling with building of a pure debian solution.

    I successfully compiled patched dvbcsa.

    respective .h and .o file are available.-


    I also applied the patch for tvheadend.


    What do I have to configure now for including these new library files in a successfull tvh built?


    Currenty built is aborted with


    Code
    CC              src/descrambler/tvhcsa.o
    src/descrambler/tvhcsa.c: In function ‘tvhcsa_set_key_even’:
    src/descrambler/tvhcsa.c:228:5: error: implicit declaration of function ‘dvbcsa_bs_key_set_ecm’; did you mean ‘dvbcsa_bs_key_set’? [-Werror=implicit-function-declaration]
         dvbcsa_bs_key_set_ecm(ecm, even, csa->csa_key_even);
         ^~~~~~~~~~~~~~~~~~~~~
         dvbcsa_bs_key_set
    cc1: all warnings being treated as errors
    make: *** [Makefile:717: /opt/tvheadend_icam/build.linux/src/descrambler/tvhcsa.o] Fehler 1

    Hi,


    sounds great.

    I'm not a Linux profi, therefore I would need some support.

    I run bare linux debian.


    Can somebody briefly describe the steps to come to a patched TVH ICAM version?


    I pulled https://github.com/glenvt18/libdvbcsa and applied the patch locally.

    Libtool, config und make are successfully passed. And then?


    I also pulled latest TVH and applied the patch.

    I configured nothing special regarding dvbcsa, ok?


    Build failed with


    src/descrambler/tvhcsa.c:228:5: error: implicit declaration of function ‘dvbcsa_bs_key_set_ecm’; did you mean ‘dvbcsa_bs_key_set’? [-Werror=implicit-function-declaration]

    dvbcsa_bs_key_set_ecm(ecm, even, csa->csa_key_even);

    ^~~~~~~~~~~~~~~~~~~~~

    dvbcsa_bs_key_set


    Can somebody help?


    Another (maybe) stupid question:

    do I need a special "ICAM cline" by special providers?

    Or do available regular clines provide the neccessary keys already?


    O.