Ncam Emu compiled and patched by RAED

There are 1,703 replies in this Thread which was already clicked 412,620 times. The last Post () by Linesman.

  • can you write code ?


  • First you need to know the correct path of libcrypto and libssl

    Code
    find /usr/lib -name '*libcrypto*'
    and
    find /usr/lib -name '*libssl*'


    As example from my ubuntu the path of libcrypto is

    Code
    /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1

    and libssl path is

    Code
    /usr/lib/x86_64-linux-gnu/libssl.so.1.1


    Finally give the commands to create softlink

    Code
    cd /lib/x86_64-linux-gnu
    sudo ln -s libcrypto.so.1.1 libcrypto.so.1.0.0
    sudo ln -s libssl.so.1.1 libssl.so.1.0.0

    more ...

    https://askubuntu.com/question…no-such-file-or-directory

  • Fairbird ( thank you for everything )


    You are great


    I was finally able to run


    I have a problem in Windows, if I could solve it, it's ok. I tried a lot but I couldn't do it.


    Windows için dvbapiNET dll Oscam veya NCam arasındaki bağlantıyı nasıl sağla'ya bilirim.


    How can I establish the connection between dvbapiNET dll Oscam or NCam for Windows.



    linux PC NCam ncam-x86_64-12.2

  • If you have E2 device with open source ...

    Just you need to download ipk file from first post > then send it to /tmp directory > then give this command in telnet

    Code
    opkg install --force-overwrite /tmp/*.ipk

NCam Support Forum

Configs, discussion, downloads and guides for NCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!