Эмулятор NCam для Enigma 2

"Тема "Эмуляторы для спутниковых ресиверов" посвящена программным инструментам, позволяющим обойти защиту и получить доступ к закодированным телевизионным каналам и контенту через спутниковые ресиверы. Здесь вы найдете информацию о различных эмуляторах, таких как OSCam, CCcam, MGcamd, и другие, их функциональности и способах использования. Тема также охватывает вопросы, связанные с законностью и этикой использования эмуляторов, а также советы по настройке и обновлению этих инструментов. Узнайте, какие возможности предоставляют эмуляторы для расширения спектра доступных телевизионных каналов и контента на вашем спутниковом ресивере."

Модераторы: Administrator, KOSTEY, boom, suen, Официальный представитель, Модераторы

Аватара пользователя
avts
Сообщения: 176
Зарегистрирован: 31 мар 2017 15:32
Пол: Мужской
Зодиак:: Лев
Страна:: Украина
Откуда: Kyiv
Мой ресивер:: DM 900 UHD, Ustym 4K PRO
Мои спутники:: 30W-90E

Ncam 10.1 deb. compiled and patched READ

All ARM devices deb install file
Чайником быть не стыдно. Чайником стыдно оставаться.
two beer or not two beer, that's the question!
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

Ncam 10.2 marouan & READ

-fix MODULE CONSTCW
-fix webif save issue with high var count
ncam-router.mips.zip
ncam.x86.zip
ncam.aarch64.zip
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

Ncam 10.3 marouan & READ

-fix MODULE CONSTCW
-fix webif save issue with high var count
-Bug fixes and improvements to BISS2 mode CA
-Changed variable name (cosmetic)
-Changes to a couple of log messages
-When parsing PAT, save found PMT pid in the demuxer
-Moved reading of priority entries in separate functions
-Moved parsing of CA descriptor to a separate function
-Moved #define's to header file and made a few cosmetic changes
-Fixed compilation with coolapi
-DVBAPI_CA_SET_DESCR_DATA struct was not sent correctly to network clients
ncam.sh4.zip
ncam.aarch64.zip
ncam-router.mips.zip
ncam.mips.zip
ncam.x86.zip
ncam.cortexa9hf-vfp-neon.zip
ncam.mips-uclibc.zip
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

Ncam 10.4 marouan & READ

[dvbapi] Rewritten the CA PMT parsing code
Some key notes for this revision:
* The CA PMT and PMT parsing code is split into separate functions. Additional functionality is also moved to different functions.
* The previous CA PMT parsing logic is retained (written by theparasol), but the code is much simpler, easier to maintain and a bit faster.
* The CA PMT message is not completely parsed now if there is no need for it (e.g. no change is made to the channel).
* The PMT is now parsed only if it's necessary (e.g. for powervu channels, when no streams are present in CA PMT, etc).
* Added preliminary support for reading the "ca_pmt_cmd_id" value. A future update (in oscam and enigma2) will allow using multiple oscam instances simultaneously.
* Added support for a new descriptor with tag 0x87 in the CA PMT message, used exclusively for sending the ca device information.
* Added detailed information for the private CA PMT descriptors supported by oscam in the readme (for dvbapi client developers).
[dvbapi] Fixed previous commit when WITH_EXTENDED_CW is enabled
[dvbapi] Fixed 'ca_pmt_cmd_id' value for PMT files
For CA PMT messages received via PMT files, set the "ca_pmt_cmd_id" to a proper value (ok_descrambling) instead of zero.
Also made few cosmetic changes.
[dvbapi] Reworked 'ca_pmt_cmd_id' skipping logic
According to the spec (www.dvb.org/...21.V1.pdf), the "ca_pmt_cmd_id"
value shall be present inside the ES info loop. Unfortunately, each dvbapi client does each own thing. The
only reliable way to detect when this info is present in the CA PMT is to actually check its value, like it
was done in the old code.
Most boxes always send the typical value of 0x01 (ok_descrambling) and the above check works fine because
there is no descriptor_tag 0x01 to get confused with. On the contrary, for enigma2, values like 0x03 (query),
0x04 (not_selected) are possible (not yet, but soon). Skipping these higher values the same way will not work,
because descriptors with such tags can exist, so a different check is implemented for enigma2.
In practice, this commit fixes the VDR dvbapi plugin, as well as the enigma2 boxes with wrong dvbapi boxtype
setting ('none' instead on the correct 'dreambox' - the setting is irrelevant now, but will make a difference
in the future, so make sure you set it correctly).
[dvbapi] Added option to enable/disable ecm.info file creation
[nemu] Switched to oscam's function for getting the section length
[biss] Clean up and bug fixes in Mode 1
ncam.sh4.zip
ncam.mips.zip
ncam.cortexa9hf-vfp-neon.zip
ncam.aarch64.zip
ncam.x86.zip
NCam-Images-OSDreambox-DEB.zip
ncam.x86_64.zip
Ncam-Images-MIPS-IPK.zip
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

Ncam 10.4 compiled and patched READ
Ncam-Images-MIPS-IPK.zip
NCam-Images-OSDreambox-DEB.zip
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

Ncam 10.6 marouan & READ

fix card not updated if entitlements are expired
-new gbox reader parameter 'force_remm'
-dont send same successive remm twice
-Just refactoring due to investigating an issue with CAPMT parsing
-More furious refactoring since I still wasnt happy with the resulting code!
-Final refactoring step of dvbapi_get_packet_size()
-[gbx remm]allow remm request for unknown emm
-Implement changes needed as researched by t5b6_de for dvbapi client protocol V3
-Add generic hardening against empty ecm. It makes no sense to process empty ecms at all!
-Refactor handling of command packages
-Add generic command package dump to assist in debugging
-Remove the now superfluous dumps that were thrown while processing the commands
-Newcamd: Corrected brain fart commit (zero check was even already present)
-Camd35: Add protection against empty ecms
-Fix: valid section length is minimal 4
ncam.sh4.zip
ncam.aarch64.zip
ncam.cortexa9hf-vfp-neon.zip
ncam.mips.zip
ncam.x86_64.zip
ncam.x86.zip
ncam.mips-uclibc.zip
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

NCam 2.0-r4 официальная версия

Бинарники для arm, mips итд
NCam-2.0-r4.zip
(6.51 МБ) 106 скачиваний
NCam-2.0-r4.zip
(6.51 МБ) 106 скачиваний
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

Ncam10488_STAPI_MNASR_NcamX
Ncam10488_STAPI_MNASR_NcamX.rar
Аватара пользователя
Administrator
Сообщения: 159990
Зарегистрирован: 27 июн 2011 19:11
Пол: Мужской
Зодиак:: Овен
Страна:: Украина
Имя: Роман
Мой телевизор :: BRAVIS LED-39G5000 + T2 , BRAVIS LED-1697 bleck, Liberton D-LED 3225 ABHDR,
Мой ресивер:: STRONG 4450, Gi HD Mini, Trimax TR-2012HD plus (Т2), Beelink W95 (2Гб/16Гб), X96 X4 (905X4/2GB/16GB)
Мои спутники:: 4°W,5°E,13°E - ( Два штука ) + 36°E KУ
Благодарил (а): 1830 раз
Поблагодарили: 6459 раз

enigma2-plugin-softcams-ncam-mips_V10.6-r2_all.ipk
Fixes for OpenPLi 7.2 images
enigma2-plugin-softcams-ncam-mips_V10.6-r2_all.ipk.rar
Аватара пользователя
avts
Сообщения: 176
Зарегистрирован: 31 мар 2017 15:32
Пол: Мужской
Зодиак:: Лев
Страна:: Украина
Откуда: Kyiv
Мой ресивер:: DM 900 UHD, Ustym 4K PRO
Мои спутники:: 30W-90E

Ncam 10.8 compiled and patched READ
-[dvbapi] Always regard stream_type 0x81 as audio (ac3) without looking for the ac3_descriptor
*This fixes some not ATSC complaint channels reported with no sound.
-HD+ HD05 Card support (tnx pehedima for patch!)
-NDS DES/3DES Overcrypt support
-fix bug for wrong decoded classD3 CMD's
-improved Sky DE/CH/AT V14/V15 payload log output
-[streamserver] Synced descriptor parsing code with the dvbapi
*This should fix no AC-3 audio on some PowerVu channels.
-[dvbapi] add ecm.info gbox style
-fix ecmfmt g,j parameters
-cak7 - fix caid 0000 and all other known issues
-[gbx] try fix ecm and cw messages
-[gbx] fix ccc->gbox reshare
-[gbx] add caidtab as reshare setting
-[gbx] - more generalized routing info in cw msg
All Mipsel devices + deb (open source images) IPK install file
All ARM devices deb install file
Чайником быть не стыдно. Чайником стыдно оставаться.
two beer or not two beer, that's the question!
Ответить

Вернуться в «Эмуляторы для спутниковых ресиверов»

  • Информация