Ncam Emu by RAED
-
- NCam RAED
- fairbird
- Thread is marked as Resolved.
There are 1,955 replies in this Thread which was already clicked 707,203 times. The last Post () by joaoccbernardo.
-
-
MC0708, if you can say which decoder and image you use, a good soul will help you, we don't have a crystal ball, regards
-
I use Vu+ Zero4k on OpenATV 7.6 and use NCam v15.6-r0 Greetin
-
How did you conclude that the error on the screen was caused by NCAM?
I don't think this is an error related to NCAM.
-
From OpenATV forum I get : However, this failed because the tuner used by Live TV wasn't enabled by your module/softcam. This is a timing issue with various boxes/tuners in combination with certain encryption methods. They then freeze.
-
Merhaba, yanlış yerde soruyorsam özür dilerim ama lütfen yardımcı olabilir misiniz? Zgemma H7S cihazımda en son OpenVIX imajı yüklü. Eski bir NCAM sürümü çalışıyor ancak her yeni sürümü yüklemeye çalıştığımda çalışmıyor, yani NCAM başlamıyor. IPK dosyasını yükledim, işe yaramadı. Hatta NCAM dosyasının kendisini ARM dosyasıyla değiştirdim ve eskisiyle aynı şekilde yeniden adlandırdım, yine de olmadı.
/usr/bin/ncam
CHMOD 755 TelNet Commander.
Softcam Restart
Enjoy
-
I updated ncam to version 15.6r0. Does this version include CCcam lines? In which folder can I find the entries to edit them?
-
I updated ncam to version 15.6r0. Does this version include CCcam lines? In which folder can I find the entries to edit them?
GBQUADPLUS yes, "/etc/CCcam.cfg"
-
I don't have a cccam.cfg file in etc.
-
Then lay one down or push one. Maybe in /usr/keys?
-
There is a time problem in the device, the problem is incorrect because ncam build.
It starts before enigma2 is fully running so it picks up the wrong time.
To solve the problem we have to do it but the problem is repeated when the camera takes off again1. turn off oscam from the cam menu
2. then restart the deco completely and tell me if the time is correctneed version without clockfix
need solving the problem
-
Does the latest NCam support SoftCSA?
I can get it working with OSCam, but using the same configuration files, it does not work with NCam. Is SoftCSA supported by the latest NCam, or not? -
No, it´s not
-
Oscam or Ncam emu supports the softcam key. As for the cccam cfg file, it's located in /etc//tuxbox/ config under dcc. If there's no base, you'll need to add it. If you need it, I can send it to you in a private message or even here.
-
could you explain what needed to get SoftCSA work
and what channel need to test on
Now i add your line on CCcam.cfg
Code
Display More##lecteur interne## CAID PRIO FILE : var/etc/CCcam.prio# PROVIDERINFO FILE : var/etc/CCcam.providers# CHANNELINFO FILE : /etc/CCcam.channelinfo B: /dev/sci0 450000 B: /dev/sci1 450000 BOXKEY: /dev/sci0 BOXKEY: /dev/sci1 SMARTCARD CLOCK FREQUENCY: /dev/sci0 4500000 SMARTCARD CLOCK FREQUENCY: /dev/sci1 4500000 ################################################################################ ##Informations de configuration de l’emulateur soft SOFTKEY FILE : /var/etc/SoftCam.Key AUTOROLL FILE : /var/etc/config/Autoroll.Key STATIC CW FILE : /var/etc/constant.cw EMM FILS: 1 FILE PRIO CAID: /var/etc/CCcam.prio ################################################################################ ##Localization des fichiers de configuration additionnels de cccam CAID PRIO FILE : /etc/CCcam.prio PROVIDERINFO FILE : var/etc/CCcam.providers CHANNELINFO FILE : var/etc/CCcam.channelinfoand restart emu ...
what change i wait to see ..
thanks on advance
-
Go to the Oscam web interface, navigate to files /other files/cccamcfg, and there you enter your server and client settings. It's easier to do this when cccamcfg is entered in DCC.
-
Update ...
Ncam V15.7
Code
Display More- Resolve 'Loadbalancer - fallback adjustment' * Allow lb_nfb_readers to be set to zero (previously minimum was 1). This means you can configure the system to have no fallback readers if desired. * If only one reader matches and double_check is enabled (and the CAID matches), the patch forces a fallback check by setting force_reopen = 1. thx to @lpm11 cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/0fd204fd7ec7728bc47520e560cdb8290007933a - Use fixed-width 64-bit integer format macros * Use fixed-width 64-bit integer format macros Replaced all hardcoded %lld format specifiers with the portable inttypes.h macros PRId64 (for printing) and SCNd64 (for scanning). This ensures correct 64-bit integer handling across 32-bit and 64-bit systems, improves cross-platform compatibility, and avoids potential issues with long long size differences on various compilers or architectures. cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/a93e1a0c0eef7baa2fef3af30a3a0f1f634f12c1 - Add support Tiger EMM eassembly support for Nagra/Tiger smartcards (Thank's CodecCarrier) - Merged ecmbd into emu Removed external bin conversion Automatic data value recognition via filename Added direct mode and memory mode Priority: emu first, ecmdb as fallback Various bug fixes (Thank's didou07) - Forcing the card to use a specific CAID (#58) * Fix Validation files * Forcing the card to use a specific CAID Some modified Conax cards require a specific CAID for proper ECM handling (Thank's didou07) - dvbapi: add support for more net send clients (#60) * connections established with client_proto_version = 3 and extended_cw_api >= 1 can now also process CW_ALGO_CSA_ALT independently * proper handling of dvbapi_ioctl commands in this case * fix rerouting of msgid back to client * support each videoguard caid * make sure ecm.info is created (Thank's WXbet) - Add Task Scheduler for Local API Calls. (#61) scheduling to execute NCam web interface URLs automatically without external dependencies. Jobs are defined in task.cfg using simple format. - streamrelay: improve ecm_mode handling * add get_ecm_mode() inline function to extract the lower nibble from last ECM byte for VideoGuard CAIDs * move select_csa_alt() from module-dvbapi.c to globals.h for shared use * allow empty CAID setting in streamrelay config to autodetect csa-alt ecm * disconnect stream client immediately when CAID is not allowed * fix 'caid not enabled' log message to show actual CAID instead of FFFE * log ecm_mode changes and libdvbcsa table feedback (if available) * simplify streamrelay support output in version info * add msgid to DVBAPI_ECM_INFO message, so the client can correctly assign the ecm information to the requesting service (Cherry from oscam source) - dvbapi: add serverip setting to bind listener to specific IP address * add dvbapi_srvip configuration option to bind TCP listener to a specific IP address instead of all interfaces (ADDR_ANY) * supports both IPv4 and IPv6 addresses * default: none (binds to all interfaces, same behavior as before) * add webif configuration and documentation (thx Basic.Master) (Cherry from oscam source) - dvbapi: fix support for more net send clients * do not open ca device when ca_soft_csa is active (Cherry from oscam source) - webif: display 'camd.socket' and 'local' instead of null/localhost IP * display 'camd.socket' for dvbapi socket connections * display "local" for local card readers (Cherry from oscam source) - dvbapi: fix listen_port not showing up in webif config after restart The configured listen_port value was reset to 0 in dvbapi_detect_api() for incompatible boxtypes, which caused the webif to show an empty field after restart even though the value was correctly saved in oscam.conf. Introduce separate runtime variable dvbapi_listenport_active for the actual port used by dvbapi logic, preserving cfg.dvbapi_listenport for config storage and webif display. (Cherry from oscam source) - warnings: fix gcc16 -Wunused-but-set-variable warnings * remove or restructure unused loop counter variables that trigger warnings with GCC 16+ * ncam-config-account.c: remove unused 'i' in account_allowedprotocols_fn() * ncam-conf-chk.c: remove unused 'i' in chk_cacheex_hitvaluetab() and chk_tuntab() * module-stat.c: wrap 'count' in #ifdef WITH_DEBUG (only used for debug logging) * module-webif.c: remove unused 'i' in send_ncam_status() and send_ncam_api(), move 'i' into #ifdef CS_CACHEEX_AIO block in send_ncam_cacheex() cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/1f50f8066706c3b5c07288cad7866175e808a2f4 - cardreader: add amlogic smc internal smartcard reader support Add support for amlogic smc internal smartcard reader interface. This enables NCam to use the built-in smartcard slot on amlogic-based set-top boxes and media players that use the native amlogic smartcard driver which exposes /dev/smc0. (thx rozpruwacz) Changes: - CMakeLists.txt: add amlogic cross-compile target and USE_AMSMC flag - Makefile: add ifd_amsmc.c to build, help text and example - config.h: add CARDREADER_INTERNAL_AMSMC preprocessor logic - config.sh: add USE_AMSMC and WITH_AMSMC flag handling - csctapi/cardreaders.h: declare cardreader_internal_amsmc - csctapi/ifd_amsmc.c: new file - amlogic smartcard reader driver - module-webif-tpl.c: add AMSMC to webif template conditionals - ncam.c: register amlogic cardreader in version info and cardreaders array cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/a16a76032ffa03622b4837264756e4d74a6df85b - Fix aio_version buffer size mismatch in cacheex feature exchange * fix break indentation * fix ancient build * Fix aio_version buffer size mismatch in cacheex feature exchange Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv> cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/a16a76032ffa03622b4837264756e4d74a6df85b - Fix pages gen prid64 warning cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/eaab5437282f2d5558be5c3903705f9e99926798 - fix: module monitor * print date|time instead of time twice cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/53e664fa299dae72bfd7953db5c10ad3f0ee55e5 - webif: add service counter cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/71dd98989c98b6d3eb2abad5ad98d621c48a076d - Remove dead code, simplify functions, drop libm dependency - eliminate dead code: ifd_azbox.c while(ret), ifd_sci.c sh4_stb, reader-dre-st20.c verbose, module-cccam.c is_dcw_corrupted - remove constant parameters: chk_is_null_nodeid len (always 8), CAK7do_cmd len (always 0x10) - simplify: NULLFREE macro (free(NULL) is safe), cs_strlen, tolower/toupper without isupper/islower check, ifd_stinger.c mhz assignment, ifd_sci.c tries++ refactoring - use MIN/MAX macros in module-cccam.c rating clamping - refactor reader-conax.c CWPK_CNX with memcpy - replace fmod with pure C in reader-nagracak7.c, drop libm dependency - Makefile/CMakeLists.txt: remove libm, keep , , variables for toolchain flexibility thx to @lpm11 Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv> cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/ea61ff6686a2c1fc2f148e2fa217a43c05b14c44 - cleanup deadcode clocktypes * Remove librt dependency clock_gettime no longer used after cleanup deadcode clocktypes patch. CLOCKFIX now only uses gettimeofday() which doesn't require librt. * cleanup deadcode clocktypes thx to @lpm11 Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv> cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/731e29ea4f5b919292163b33b55aa7015d0d7a34 - fix: security crash guard - Harden DVBAPI filter handling: require a valid curpid before touching ECM fields and abort section-filter setup when the demux PID lookup fails, preventing null-pointer crashes. - WebIF robustness sweep: gate every popen/fopen/access use and preserve pointer assignments so the UI now reports missing scripts/files instead of dereferencing null handles. - Reader safety: add missing allocation checks in Conax/DRE code paths and keep Nagra readers’ csystem_data alive after failed init to avoid double-free crashes. - Crash/diagnostics fixes: protect cs_dumpstack()/detect_valgrind() against failed file opens and clamp the CoolAPI status lookup to stay inside the cnxt_status[] table. thx to @lpm11 cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/c63a56cf59017be69512965cc480012dec7b4734 - build: fix is_defined.txt generation for proper webif template filtering The is_defined.txt file is used by pages_gen to filter templates based on enabled config options. Previously, this file was only created when explicitly calling config.sh with --enable/--disable/--restore, but not during normal builds. The 'webif clean' added in 96debcd7 ('Fix webif compression parameter') ensured pages.c was always rebuilt, but also deleted is_defined.txt which broke the filtering mechanism. Changes: - Call write_enabled() in make_config_mak() to ensure is_defined.txt is generated on every build - Remove redundant 'webif clean' from Makefile and CMakeLists.txt (write_enabled already deletes pages.c when needed) - Add config.h dependency to pages.c target to trigger rebuild when config options change This ensures proper filtering works for: - Fresh checkouts with default config - Builds after direct config.h modifications - Builds after config.sh --enable/--disable changes cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/5b7ec3c95e673879499853af5c37fba4097c631d - webif: add BOTTOM navigation link - css.css: add BOTTOM navigation link and adjust TOP link position - Both links positioned on the right side (right:10px) - TOP link: bottom-right in footer - BOTTOM link: top-right in menu area - Arrow symbols after text for both links - menu.html: add BOTTOM link element with class 'bottom_link' - Link anchors to #statusfooter for navigation to page footer cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/573dab3eafe9d14f72d929e32fb678b70a8bdafd - webif: fix BOTTOM navigation link * define bottom_link as a html div container like top_link cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/e1a6947308e617b62689bc465338f4ad04f6ee11 - webif: fix PCSC devices not shown on scanusb.html The write_enabled() function generates is_defined.txt which pages_gen uses to filter templates based on enabled config options. However, it only wrote config.h defines and missed USE_FLAG based card readers. CARDREADER_PCSC is controlled via USE_PCSC flag passed at build time, not a config.h define. Since it was never written to is_defined.txt, pages_gen filtered out scanusb_pcscbit.html template, causing PCSC devices to not appear on scanusb.html. Fixes regression introduced in 9a5d4d0 cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/98e5f92f229edd29f84a20859ca074d71a750524 - dvbapi: remove obsolete dvbapi config options Remove deprecated [dvbapi] section options that have been obsolete for over 10 years: - priority - ignore - cw_delay These options were migrated to oscam.dvbapi file long ago. Remove dvbapi_caidtab_fn() function and related extern declaration as they are no longer needed. Users with ancient configs will now see 'unknown setting' warnings, prompting them to migrate to oscam.dvbapi. (cherry picked from commit e281dfb9) Co-authored-by: default avatarWXbet <4-WXbet@users.noreply.git.streamboard.tv> cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/5742897609220e43d98a4cc3ed4e58114a973699 - reader: add maxparallel feature to limit simultaneous services per reader This feature allows limiting the number of services that can use a reader simultaneously, essential for card readers with slot restrictions. === NEW CONFIGURATION OPTIONS === maxparallel (default: 0 = unlimited) Maximum number of active services per reader. When reached, the reader is skipped and other readers are tried (fallover). paralleltimeout (default: 1000 ms) Buffer added to the measured ECM interval for slot expiration. A slot expires when no ECM is received within (measured_interval + timeout). parallelfactor (default: 1.5) Multiplier for pending slots to support zapping without blackscreen. Set to 0 to disable pending slots (strict maxparallel enforcement). === ARCHITECTURE === Dual-slot system with active and pending services: - Active slots (size: maxparallel) Confirmed services actively receiving CWs from this reader. - Pending slots (size: maxparallel * parallelfactor) Temporary overflow during channel zapping. Pending services are promoted to active when slots free up (FIFO), or dropped when active services need the capacity. Slot reservation timing: Slots are reserved when a reader DELIVERS a CW, not when the request is sent. This prevents readers from blocking capacity for services they don't end up serving when multiple readers are queried in parallel. === BLOCKLIST FOR CLEAN FALLOVER === When a pending service is dropped, the client+service combination is added to a per-reader blocklist. This causes: - Subsequent ECM requests for blocked combinations to skip this reader - Clean fallover to other readers without repeated drop cycles - No log spam from services repeatedly going to pending and getting dropped Blocklist lifecycle: - Added: when service is dropped from pending - Removed: when client zaps to a different service - Cleared: when an active slot becomes free === TYPICAL USE CASE === - Reader 1: maxparallel=1 (card allows only 1 service) - Receiver records Service A on Reader 1, user zaps to Service B - Service B goes to pending slot (no blackscreen during zap) - Service A sends ECM -> Service B dropped from pending - Service B blocklisted on Reader 1 -> falls over to Reader 2 - User stops Service B -> block cleared, Reader 1 available again cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/c0b080cd0735848e3c71c0c3cf523bfaec40ee03 - streamrelay: fix fallback host comparison and resource leaks - Fix fallback host comparison using streq() instead of pointer comparison - Fix socket leaks in connect_to_stream() on setsockopt/connect failures - Add safety checks for glistenfd before close operations - Fix remove_newline_chars() to also handle carriage returns - NULL key pointers after dvbcsa_bs_key_free() to prevent double-free - Rework stream_server() using do-while(0) pattern for cleaner error handling - Some code formatting according to CODING.RULES.txt cherry-pick > https://git.streamboard.tv/common/oscam/-/commit/6fb8ad91dffdb3c35cd13954e4604874ef081beb - dvbapi: use SERVICE_TYPE_MASK descriptor to fix CW delivery for shared services When stream_write_cw() successfully delivers a CW to a stream client, it returns true and prevents the same CW from being written via the CA device (ioctl/netsend). This exclusive routing causes a CW gap on demuxers that require CA device delivery until the next cw cycle, because stream_write_cw() consumes the CW before the stream client has fully disconnected. Parse the SERVICE_TYPE_MASK descriptor (0x85) from the CA PMT to identify whether a demux serves a stream client (type 7/8) or requires direct CA device or netsend descrambling. For demuxers that require CA device or netsend delivery, always write the CW via dvbapi_write_cw regardless of whether stream_write_cw() consumed it. For stream-only demuxers and clients that don't send descriptor 0x85, preserve the original exclusive behavior. cherry-picked > https://git.streamboard.tv/common/oscam/-/commit/c656fef9b74e90533a1d756eb2e1c344ce4bbfcc -
With version 15.7.r1 and old configs Sky De icam channels are not cleared. I use DM Two with AIO image & stream relay plugin. Everything worked with version 15.6.
-
With version 15.7.r1 and old configs Sky De icam channels are not cleared. I use DM Two with AIO image & stream relay plugin. Everything worked with version 15.6.
-
where is ipk ...
Your resource for Ncam softcam.
![]()
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
