29 сентября | 2024г. | 02:44:15


АвторТема: Пакеты эмуляторов DM 900 Ultra HD 4K (Без обсуждения)  (Прочитано 175934 раз)

0 Пользователей и 7 Гостей смотрят эту тему.

Оффлайн сергей 999s

  • Мастер Джедай
  • ***
  • Сообщений: 17380
  • Поблагодарили: 94585
  • Уважение: +1487
OSCam Svn Update 11.532 [ EMU ] r797

OSEMU Repository history

- Added support for PowerVu hash mode 33
- Bug fixes and improvements to BISS2 mode CA (some fixes still needed in oscam dvbapi side)
- Fixed CW checksum bytes for viaccess 2
- Other small optimizations and improvements

+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima

- 098C , 09C4 , 098D , 0500:050F00

Added new tandberg keys * #42.0E


Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку


Оффлайн сергей 999s

  • Мастер Джедай
  • ***
  • Сообщений: 17380
  • Поблагодарили: 94585
  • Уважение: +1487
OSCam 11.532-emu-r797

ALL Images mips - arm
- Added support for PowerVu hash mode 33
- Bug fixes and improvements to BISS2 mode CA (some fixes still needed in oscam dvbapi side)
- Fixed CW checksum bytes for viaccess 2
- Other small optimizations and improvements
+ disablecrccws_hardcoded_for_Sky_and_Dorcel.patch by Pehedima
- 098C , 09C4 , 098D , 0500:050F00
Added new tandberg keys * #42.0E

Fixed: new paths openatv 6.3 # Thanks zvonko67 for information

Thank you: audi06_19

Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

Оффлайн сергей 999s

  • Мастер Джедай
  • ***
  • Сообщений: 17380
  • Поблагодарили: 94585
  • Уважение: +1487
OSCam Svn Update 11.534 [ EMU ] r797

dvbapi] Fixed previous commit when WITH_EXTENDED_CW is enabled
[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).

Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
Changeset 11535 with emu

[dvbapi]Tryfix for various boxes not working after 11533

It seems there are more retarded boxes out there that set the ca_pmt_cmd_id to 0 instead of a proper value.

build juli13
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
Changeset 11536 with emu

[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.

build juli13
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
Changeset 11537 with emu

Цитировать
dvbapi] Reworked "ca_pmt_cmd_id" skipping logic

According to the spec (​https://www.dvb.org/resources/public/standards/En50221.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).

build juli13
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
11539 with emu
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн сергей 999s

  • Мастер Джедай
  • ***
  • Сообщений: 17380
  • Поблагодарили: 94585
  • Уважение: +1487
OSCam Svn 11.540 [ EMU ] r797

[dvbapi] SDT parsing optimizations

* The SDT filter is now stopped even if no service name or provide name is found. Previously, on FTA or BISS channels, the SDT filter would run forever.
* The SDT is now used for getting the tsid and onid of the service (in case we haven't already receive them in the CA PMT).
* Duplicate info from the log is removed to keep it clean. The SDT information is only printed once.
* Removed some redundant chekcs from the SDT parsing function. They are already done in the caller function.
* Added more service types as "tv".

The actual string parsing and supported character sets remained the same (still some eastern character sets are not supported).

Added new tandberg keys * #42.0E

Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
Changeset 11540

[dvbapi] SDT parsing optimizations

The SDT filter is now stopped even if no service name or provide name is found. Previously, on FTA or BISS channels, the SDT filter would run forever.
The SDT is now used for getting the tsid and onid of the service (in case we haven't already receive them in the CA PMT).
Duplicate info from the log is removed to keep it clean. The SDT information is only printed once.
Removed some redundant chekcs from the SDT parsing function. They are already done in the caller function.
Added more service types as "tv".

The actual string parsing and supported character sets remained the same (still some eastern character sets are not supported).
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн сергей 999s

  • Мастер Джедай
  • ***
  • Сообщений: 17380
  • Поблагодарили: 94585
  • Уважение: +1487
OSCam 11.541 [ EMU ] r797

[dvbapi] Display service name when zapping

If present in oscam.srvid or oscam.srvid2, the service name is displayed at channel zap (like it was done before the CA PMT rewrite).

Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

Оффлайн сергей 999s

  • Мастер Джедай
  • ***
  • Сообщений: 17380
  • Поблагодарили: 94585
  • Уважение: +1487
OSCam 11.546 [ EMU ] r797

[gbox] Cosmetics
fixed: Should be fixed with 11545. Feel free to re-open if it doesn't work.
Replaced strncpy() with cs_strncpy() in a few places This fixes … This fixes ticket and possibly more compiler warnings.

Для имиджей
LT
PowerSat
italysat
openmips
satdreamgr
SatLodge
newnigma2
opennfr
teamBlue
BH
Merlin3
dddemon
oozoon
openpli
ts
DreamOSat
Merlin4
domica
openatv
openspa
vti
GP3
NssPanel
dreamelite
opendroid
openvision
GP4
OpenESI
dreamelite2
openeight
openvix
HDF
OpenPlus
egami
openhdf
pbnigma
HDMU
PeterPan
openld
rudream

Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
Changeset 11546 with emu 798 for PowerVu fix

New in Emu:
Added support for PowerVu hash mode 34
Small improvements and bug fixes in BISS Mode 1
Other small optimizations and improvements

build juli13
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
Ncam 10.5 compiled and patched by marouan & READ

-[powervu] Added cw hash mode 34
-[dvbapi] SDT parsing optimizations
* The SDT filter is now stopped even if no service name or provide name is found. Previously, on FTA or BISS channels, the SDT filter would run forever.
* The SDT is now used for getting the tsid and onid of the service (in case we haven't already receive them in the CA PMT).
* Duplicate info from the log is removed to keep it clean. The SDT information is only printed once.
* Removed some redundant chekcs from the SDT parsing function. They are already done in the caller function.
* Added more service types as "tv".
* The actual string parsing and supported character sets remained the same (still some eastern character sets are not supported).
-[dvbapi] Display service name when zapping
* If present in ncam.srvid or ncam.srvid2, the service name is displayed at channel zap (like it was done before the CA PMT rewrite).
-[dvbapi] CAT filtering optimizations
* Separate CAT filter (starting and stopping) from EMM filtering.
* Stop CAT filter as soon as CAT is parsed, instead of letting it run forever. (Everytime we get a new channel, the CAT filter is restarted anyway).
* Split CAT parsing from CA descriptor parsing.
-[dvbapi] Cosmetics and minor optimizations
-[dvbapi] Added more PMT audio descriptors
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
[OE2.5] Emu Pack für DM900,DM920
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

[ Гостям не разрешен просмотр вложений ]

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Оффлайн SerjogaАвтор темы

  • Рыцарь Джедай
  • *****
  • Забанен!
  • Сообщений: 3238
  • Поблагодарили: 16987
  • Уважение: +3
[OE 2.5] OsCam-svn11547
Спойлер   :
Скрытый текст
Для просмотра нужно иметь не менее 3-х сообщений
или Оформить подписку

  • Latvian SatFan
Dreambox 920 UHD (DVB-T/DVB-S2X MultiStream FBC Tuner)
Samsung UE55MU6172UXXH

Теги:
 



X

Добро пожаловать!

Мы заметили, что у Вас установлено расширение AdBlock или ему подобное. Пожалуйста добавьте наш Клуб в белый список, внесите этим посильную лепту в его развитие. Спасибо!