Latest PowerVU Emu

Anubis_Ir

Registered
Messages
370
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
 

Anubis_Ir

Registered
Messages
370
PowerVU Emu 1.1

Code:
[COLOR="Red"]Fixed glitches of DES mode.[/COLOR]

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


Usage:
-------------
- Copy its .dll, .ini & Softcam.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
 

Anubis_Ir

Registered
Messages
370
PowerVuEmu.1.2
--------------
Code:
[COLOR="Red"]Fixed PMT parsing of channels like `ID XTRA`.[/COLOR]
 

Anubis_Ir

Registered
Messages
370
V 1.3

- Added `keys auto try` mode. The Emu will try all of the available keys to find the working one automatically.
It lets you to have duplicate idents for different channels.
- Both of these key formats are acceptable now (to avoid having duplicate idents):
P Ident KeyIndex Key ; Comments
or
P IdentVideoPidAudioPid KeyIndex Key ; Comments

Such as:

P F861 01 key ; bwtv, 13.0°E 11054-H-27500
or
P F86100D200C8 01 key ; bwtv, 13.0°E 11054-H-27500

A key with `IdentVideoPidAudioPid` has a higher priority.
VideoPid or AudioPid should be 4 characters long.
 
Last edited by a moderator:

Anubis_Ir

Registered
Messages
370
V 1.5

Code:
[COLOR=Red]-  Added DVBDream support.
Copy its .dll, .ini & Softcam.Key files to the `Modules` folder of   the DVBDream. Then change the extension of the .dll file to .mod.[/COLOR]

[COLOR=Green]- Improved the ECM decryption of CSA mode (MEASAT, 91.5E).[/COLOR]
 

Anubis_Ir

Registered
Messages
370
V 1.6

- Added EMM support (Auto update).
EMM Key format:
P UA 00 EMMKey ; comments
UA = Unique Address = 4 Bytes (8 characters)
After entering your EMM key in softcam.key file, select the `Active` checkbox in EMM tab and wait.
 
Last edited by a moderator:

Anubis_Ir

Registered
Messages
370
V 1.7

- Improved the CAT section of the DVBDream's implementation.
- Added a general MD-API support.
MD-API support doesn't work right now. DVB-App developers need to change their applications slightly:
1) PID = (PID | 0x8000) means please send TS-188, instead of TS-184.
2) Use the modified TS buffer after its changes in the plugin.
The plugin will change the Audio and Video buffers and these buffers shouldn't be immutable.
This method is more general, maintainable and future proof.
Let the plugins to do the CSA/DES part, by modifying the TS buffers and then use the modified buffer.
The same method is in use for DVB-Viewer-Pro plugins and DVB-Dream modules.

MD-API support partially works with TSReader (coolstf.com/tsreader). You can try `Options menu -> Record the decrypted Audio+Video` of the plugin.
Which means requesting `PID | 0x8000` sends TS-188, but the modified buffer won't be used by the application.
Also ProgDVB supports requesting `PID | 0x8000`. But it doesn't open the video and audio filters for encrypted channels.
 
Last edited by a moderator:

Anubis_Ir

Registered
Messages
370
V 1.9
- Added an offline .ts file decryption tab. It has the HSD (High Speed Data) decryption support too.
 
Last edited by a moderator:
O

ooOO_SORGOS_OOoo

V 1.9
- Added an offline .ts file decryption tab. It has the HSD (High Speed Data) decryption support too.
 
O

ooOO_SORGOS_OOoo

PowerVuEmu.2.0 - 23 june 2015

PowerVuEmu.2.0 - 23 june 2015
 

vidakovicd

Registered User
Messages
861
28.07/2015

PowerVU Emu 2.1
Code:
Added multiple audio PIDs support. (specially for HBO 4 W)

Thanks to Anubis ir
 

Anubis_Ir

Registered
Messages
370
Test your old EMM-Keys with PowerVU Emu 2.2. They should work again.
_http://www.2shared.com/file/Q7sLcI6F/PowerVuEmu22.html
 
O

ooOO_SORGOS_OOoo

powervu emu v2.2

Code:
History
-------------
V 2.2
- Improved EMM and ECM Decryption modes.


V 2.1
- Added multiple audio PIDs support.


V 2.0
- Added ProgDVB support. 
Tested with ProgDVB7.09.2d X86 (version "d" or newer).


V 1.9
- Added an offline .ts file decryption tab. It has the HSD (High Speed Data) decryption support too.


V 1.8
- Added TSReader (coolstf.com/tsreader) support.


V 1.7
- Improved the CAT section of the DVBDream's implementation.
- Added a general MD-API support.
MD-API support doesn't work right now. DVB-App developers need to change their applications slightly:
1) PID = (PID | 0x8000) means please send TS-188, instead of TS-184.
2) Use the modified TS buffer after its changes in the plugin. 
The plugin will change the Audio and Video buffers and these buffers shouldn't be immutable.
This method is more general, maintainable and future proof. 
Let the plugins to do the CSA/DES part, by modifying the TS buffers and then use the modified buffer.
The same method is in use for DVB-Viewer-Pro plugins and DVB-Dream modules.

MD-API support partially works with TSReader (coolstf.com/tsreader). You can try `Options menu -> Record the decrypted Audio+Video` of the plugin.
Which means requesting `PID | 0x8000` sends TS-188, but the modified buffer won't be used by the application.
Also ProgDVB supports requesting `PID | 0x8000`. But it doesn't open the video and audio filters for encrypted channels.


V 1.6
- Added EMM support (Auto update). 
EMM Key format:
P UA 00 EMMKey ; comments
UA = Unique Address = 4 Bytes (8 characters)
After entering your EMM key in softcam.key file, select the `Active` checkbox in EMM tab and wait.


V 1.5
-  Added DVBDream support.
Copy its .dll, .ini & Softcam.Key files to the `Modules` folder of the DVBDream. Then change the extension of the .dll file to .mod.
- Improved the ECM decryption of CSA mode (MEASAT, 91.5E).


V 1.4
- Added CSA mode (30W 12092V, 4W 10842H).
- Improved the PMT parsing.


V 1.3
- Added `keys auto try` mode. The Emu will try all of the available keys to find the working one automatically.
It lets you to have duplicate idents for different channels. 
In this case, idents and indexes are not important anymore.
- Both of these key formats are acceptable now (to avoid having duplicate idents):
P Ident KeyIndex Key ; Comments
or
P IdentVideoPidAudioPid KeyIndex Key ; Comments

Such as: 

P F861 01 key ; bwtv, 13.0°E 11054-H-27500
or
P F86100D200C8 01 key ; bwtv, 13.0°E 11054-H-27500

A key with `IdentVideoPidAudioPid` has a higher priority.
VideoPid or AudioPid should be 4 characters long.


V 1.2
- Fixed PMT parsing of channels like `ID XTRA`.


V 1.1
- Fixed glitches of DES mode.


V 1.0
- First public release.
 

Anubis_Ir

Registered
Messages
370
V 2.3
- Added `Antena 3/South America` support (A PowerVU variation with a special XOR mode).
- Added record raw ECM option.

Download:
_http://www.2shared.com/file/Mm0o5dK9/PowerVuEmu23.html
 
Top