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)
Posts by fairbird
-
-
-
Your device is aarch64 not Armv7 ..
So you should be use (aarch64-ARM (VU+4K Duo4K + osmio4k) file not cortexa9hf-vfp-neon-ARM
-
Update the file in same last my replay... Try again ...
-
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.) -
Display More
please in the next version try to fix NCam to read C-lines from CCcam.cfg with special characters :[#,&,$,:,...etc] ;
Exemple: C: mycccam.org 59000 d#Wd$kT&Z cccamworld

thanks
;
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
Coderoot@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
-
Update Ipk and Mipse files (Now ncam works well on VU BH +VTI)
-
/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
On Vti 15 work 11.3 and 11.4, 11.5 not work
-
-
We will see... the issue
-
Binary can not read (#) as normal code if in user or password. Because # Code in Linux C++ means as disable or stop ...
-
Some time the problem coming from site (they change some things)
Then we try to solve it in new version
-
-
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) ?!
-
For get it ...
I will build new file with openssl 1.1.1 for you (wait) ...
-
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
Codeln -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.0or if openssl in /lib not in /usr/lib (Because I can not see openssl file in your output result)
Codeln -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.0Then try those file what I sent before
-
