Posts by fairbird

    You need to set correct settings inside config files (about me I did not use ncam on pc I don't have dvb card reader or tv card So I can not know correct settings)

    As what I understand you .. You want to ncam read the softcam.keys in win .. ?!!


    You need to add config file in this path (/var/tuxbox/config)

    or add it in home directory or and path you want then you need to edit ncam.server

    Code
    device                        = Add here path of SoftCam.key

    Update ...


    Edit last version with latest update ...


    Code
    -Regenerate YouTube.pot file
    (No translation changes, only location updates)
    -YouTubeVideoUrl: try fix problem with new youtube player
    -YouTubeVideoUrl: try fix new youtube player on age restricted videos
    -YouTubeVideoUrl: remove function extract_embedded_config
    -YouTubeVideoUrl: if no supported formats found, try again 2 times
    (I hope this can help fix problems with a new player who needs cookies which is only offered a few times.)
    -YouTubeVideoUrl: add some loggin info in video extract
    -YouTubeVideoUrl: try fix retrurn url on retrying extract
    (I don't know why, but travis tests show that when trying again the extract url is returned as None.)

    If you can send to me test line with (#) as your line ...

    This is just warning message not problem (and that message prove the ncam work on your device)

    Code
    /usr/bin/ncam: /usr/lib/libcurl.so.4: no version information available (required by /usr/bin/ncam)

    look same warning message I get it on my DM920

    Code
    root@dm920:~# /usr/bin/ncam
    /usr/bin/ncam: /usr/lib/libcurl.so.4: no version information available (required by /usr/bin/ncam)

    So just open mcam.log from tmp and read the work job .. or open webinterface for ncam and see the log

    Where is log ?!!

    Did you install ipk file or you send the file manually ?!

    also Give this command on telnet and send the output ..

    Code
    /usr/bin/ncam

    /usr/bin/ncam: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

    VTI + BH bad image (works with old lib version)

    any way give me output of

    Code
    cd /usr/lib
    ls -n libcrypto*

    On Vti 15 work 11.3 and 11.4, 11.5 not work

    Ncam Emu compiled and patched by READ

    Where is log ?!!

    Did you install ipk file or you send the file manually ?!

    also Give this command on telnet and send the output ..

    Code
    /usr/bin/ncam

    Update ...


    Ncam V11.5


    Code
    -A lot of Fixes
    -Change CCcam.cfg free server (You need to update CCcam.cfg) New config file from first post

    Now the Free servers name inside CCcam.cfg Should be like this

    Code
    #SERVER1
    #SERVER2
    #SERVER3
    #SERVER4
    #SERVER5
    #SERVER6

    All files download links from first post

    Then Your device is arm and same as DM9x0 and VU 4k (and alss use same file)

    I will edit first post and remove link for raspberry and edit name of link file to cortexa9hf-vfp-neon-ARM-libusb-pcsc for raspberry also ..

    If cortexa9hf-vfp-neon-ARM-libusb-pcsc works on you raspberry then no need to build new file ... just use (cortexa9hf-vfp-neon-ARM-libusb-pcsc) ?!

    Because still you have error missing (libcrypto.so.0.9.8) so as I wrote maybe the libss in /lib path not /usr/lib ...

    read again my last replay

    Excellent ... you have New openssl 1.1.1

    Give this command

    Code
    ln -s libssl.so.1.1 /usr/lib/libssl.so.0.9.8
    ln -s libssl.so.1.1 /usr/lib/libssl.so.1.1.0
    ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.0.9.8
    ln -s libcrypto.so.1.1 /usr/lib/libcrypto.so.1.1.0

    or if openssl in /lib not in /usr/lib (Because I can not see openssl file in your output result)

    Code
    ln -s libssl.so.1.1 /lib/libssl.so.0.9.8
    ln -s libssl.so.1.1 /lib/libssl.so.1.1.0
    ln -s libcrypto.so.1.1 /lib/libcrypto.so.0.9.8
    ln -s libcrypto.so.1.1 /lib/libcrypto.so.1.1.0

    Then try those file what I sent before