PowerVu Emu

Plăci DVB
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

PowerVu Emu

Unread postby ASiX88796 » 25 Jun 2015 08:45

PowerVu Emu is an standalone emulator for DVB-Viewer-Pro, DVB-Dream, SmartDVB, TSReader and ProgDVB.

Usage (DVB-Viewer-Pro):
- Copy its .dll, .ini & Softcam.Key files to the `Plugins` folder of the DVB-Viewer-Pro.
- Its key formats are:
P Ident KeyIndex Key ; Comments
or
P IdentVideoPidAudioPid 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

Usage (DVBDream):
- Copy its .dll, .ini & Softcam.Key files to the `Modules` folder of the DVBDream. Then change the extension of the .dll file to .mod.

Usage (TSReader):
- Copy its .dll, .ini & Softcam.Key files to the `MDPlugins` folder of the TSReader (http://coolstf.com/tsreader).

Usage (SmartDVB):
- Copy its .dll, .ini & Softcam.Key files to the `Plugins` folder of the SmartDVB (http://www.smartdvb.net/).

Usage (ProgDVB X86):
- Copy its .dll, .ini & Softcam.Key files to the `Plugins` folder of the ProgDVB (http://progdvb.com/).

Code: Select all

History
-------------
v2.0
- Added ProgDVB support.
Tested with ProgDVB7.09.2d X86 (version "d" or newer).

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

v1.8
- Added TSReader (coolstf.com/tsreader) support.

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

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

v1.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).

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

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

v1.2
- Fixed PMT parsing of channels like `ID XTRA`.

v1.1
- Fixed glitches of DES mode.

v1.0
- First public release.


Download: PowerVuEmu.v2.0.zip
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu

Unread postby ASiX88796 » 28 Jul 2015 09:50

»
new version: PowerVuEmu.2.1.zip

Code: Select all

v2.1
- Added multiple audio PIDs support (especially for HBO 4 W).
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu

Unread postby ASiX88796 » 30 Sep 2015 23:27

»
new version: PowerVuEmu.2.2.zip

Code: Select all

v2.2
- Improved EMM and ECM Decryption modes.

Test your old EMM-Keys with PowerVU Emu 2.2. They should work again.
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu

Unread postby ASiX88796 » 08 Dec 2015 00:26

»
new version: PowerVuEmu.2.3.zip

Code: Select all

v2.3
- Added `Antena 3/South America` support (A PowerVU variation with a special XOR mode).
- Added record raw ECM option.
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu

Unread postby ASiX88796 » 05 Sep 2017 20:23

»
new version: PowerVuEmu.2.4.zip

Code: Select all

v2.4
- Added ECM and EMM Unmasking support (if (emm_ecm[3] & 0xF0) == 0x50)).
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu

Unread postby ASiX88796 » 13 Dec 2017 12:30

»
new version: PowerVuEmu.2.5.zip

Code: Select all

v2.5
- Added DCW post processing support for (if (emm_ecm[3] & 0xF0) == 0x50)).
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu

Unread postby ASiX88796 » 13 Dec 2017 12:40

»
new version: PowerVuEmu.2.6.zip

Code: Select all

v2.6
- Added CSA processing support for (if (emm_ecm[3] & 0xF0) == 0x50)).
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu v2.7

Unread postby ASiX88796 » 13 Dec 2017 12:42

»
new version: PowerVuEmu.2.7.zip

Code: Select all

v2.7
- Improved hash mode 0 handling.
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu v2.8

Unread postby ASiX88796 » 13 Dec 2017 12:44

»
new version: PowerVuEmu.2.8.zip

Code: Select all

v2.8
- Improved hash mode 0 handling for CSA based channels.
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.
User avatar
ASiX88796
Site Admin
Posts: 2945
Joined: 12 Oct 2013 17:02
Location: Timișoara

Re: PowerVu Emu v2.9

Unread postby ASiX88796 » 13 Dec 2017 12:46

»
new version: PowerVuEmu.2.9.zip

Code: Select all

v2.9
- Added nano $20 extra data processing support.
___________________________ ____ ___ __ _
» Mulţi vorbesc, puţini comunică.

Return to “Plăci DVB”

Who is online

Users browsing this forum: No registered users and 23 guests