Latest PowerVU Emu

fiji

Member
Messages
1,074
- Fix new algorithm for intesat20 3900H channels .
- Improved hash mode 0 handling for CSA based channels.

PowerVu Emu For DVB Dream .
PowerVuEmu.mod V2.8

Spacial thanks to Anubis_Ir SU Team .
 
Last edited:

Anubis_Ir

Registered
Messages
370
Test this version for `UnmaskMode03` issues (hash mode 17 & 18).

Code:
// Added this line @ the end of "PowervuUnmaskEcm"
for (i = 0; i < 0x0B; i++) seedEcmCw[i] = ecm[startOffset + seedCwPos[i]];
 

Anubis_Ir

Registered
Messages
370
V 3.4.1
- Added new menu options to `Record unmasked EMM` and `Record unmasked ECM`. Its output (unmasked data) is useful for `PowerVu.HomeEdition`.
 
Last edited:

Anubis_Ir

Registered
Messages
370
V 3.6.0
- Added Compel support, 4.8E 12379 H (ATG EU BSS & K75 International).
You can define these types of channels in `PowerVuEmu.ini` file, under the `others` section. Its format is `pmt:sid;`.
 

Anubis_Ir

Registered
Messages
370
V 3.7.0
- Added Rosscrypt1 (CA-ID=0xA101) support:
40.0E 3675 R 33483
53.0E 3675 R 33483
80.1E 10981 V 33483
 

Anubis_Ir

Registered
Messages
370
V 3.8.1

- Changed `Compel_PMT_SID` to `Compel_PMT_SID_VideoPID` in `PowerVuEmu.ini` file.
- Fixed processing of hash mode zero.
 

sladur44

Registered
Messages
1
PowerVU Emu is an standalone emulator for DVB-Viewer-Pro.

Code:
PowerVU Emu
-----------
PowerVU Emu is an standalone emulator for DVB-Viewer-Pro.

Usage:
- Copy its .dll, .ini & .key files to the `Plugins` folder of the DVB-Viewer-Pro.
- Its key format is:
P Ident KeyIndex Key ; Comments
- Disable other plugins that are able to decrypt the PowerVU. Only one plugin is able to decrypt the same TS(Audio/Video) correctly at once. If you are using vPlug, you need to delete its PowerVU.mdl to disable its PowerVU support.
- Also don't forget to use a better direct show filter, such as LAVFilters, to avoid glitches.
https://github.com/Nevcairiel/LAVFilters/releases
 
Top