1. Dashboard
  2. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  3. Filebase
  4. Forum
  5. Zebradem-WIKI
  6. Foren-Regeln
  7. Spenden Liste
    1. Spenden
  • Anmelden
  • Registrieren
  • Suche
ZebraDem-Sponsoring
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Seiten
  • Dateien
  • Forum
  • Erweiterte Suche
  1. Forum
  2. Empfang (Sat/Kabel) und HiFi
  3. DVB-C/T/S

PowerVU Emu

  • Fellfresse
  • 21. Oktober 2018 um 16:00
  • Fellfresse
    Meister
    Reaktionen
    276
    Punkte
    14.735
    Beiträge
    2.709
    • 21. Oktober 2018 um 16:00
    • #1

    PowerVuEmu.3.2.0

    History

    Code
    V 3.2.0
    - Fixed UnmaskMode03 issues.
    
    
    
    
    V 3.1.0
    - Added hash mode 15 & 16 support.
    
    
    
    
    V 3.0.0
    - Added extra ECM bytes handling with 2 new modes: mode cw and mode unmask. Only modeCw/Unmask = 0 & 3 are implemented.
    
    
    
    
    V 2.9.1
    - Fixed EcmCounter of channels with extra data byte.
    
    
    
    
    V 2.9
    - Added nano $20 extra data processing support.
    
    
    
    
    V 2.8
    - Improved hash mode 0 handling for CSA based channels.
    
    
    
    
    V 2.7
    - Improved hash mode 0 handling for DES based channels.
    
    
    
    
    V 2.6
    - Added CSA processing support for (if (emm_ecm[3] & 0xF0) == 0x50)).
    
    
    
    
    V 2.5
    - Added DCW post processing support for (if (emm_ecm[3] & 0xF0) == 0x50)).
    
    
    
    
    V 2.4
    - Added ECM and EMM Unmasking support (if (emm_ecm[3] & 0xF0) == 0x50)).
    
    
    
    
    V 2.3
    - Added `Antena 3/South America` support (A PowerVU variation with a special XOR mode).
    - Added record raw ECM option.
    
    
    
    
    V 2.2
    - Improved EMM and ECM Decryption modes (Added different S-Boxes support).
    
    
    
    
    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.
    Alles anzeigen

    [color="#FF8C00"]ULC[/color]

  • Fellfresse
    Meister
    Reaktionen
    276
    Punkte
    14.735
    Beiträge
    2.709
    • 3. November 2018 um 09:15
    • #2

    PowerVuEmu.3.3.0

    History

    Code
    V 3.3.0
    - Added more hash modes support (Set 19).

    [color="#FF8C00"]ULC[/color]

  • Fellfresse
    Meister
    Reaktionen
    276
    Punkte
    14.735
    Beiträge
    2.709
    • 15. November 2018 um 20:25
    • #3

    PowerVuEmu.3.4.0 & 3.4.1

    History

    Code
    V 3.4.0
    - Added new menu options to `Record unmasked EMM` and `Record unmasked ECM`. Its output (unmasked data) is useful for `PowerVu.HomeEdition`.

    [color="#FF8C00"]ULC[/color]

  • Fellfresse
    Meister
    Reaktionen
    276
    Punkte
    14.735
    Beiträge
    2.709
    • 5. Dezember 2018 um 19:46
    • #4

    PowerVuEmu 3.5.0 & 3.6.0

    History

    Code
    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;`.  
    
    
    V 3.5.0
    - Fixed 166E issues.

    [color="#FF8C00"]ULC[/color]

  • Fellfresse
    Meister
    Reaktionen
    276
    Punkte
    14.735
    Beiträge
    2.709
    • 10. Dezember 2018 um 19:03
    • #5

    PowerVuEmu 3.7.0 & 3.7.1

    History

    Code
    V 3.7.1
    - Improved Rosscrypt1's key detection.
    
    
    
    
    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
    
    
    It doesn't need any additional settings. So you shouldn't set `Compel_PMT_SID` for it. This setting will cause conflicts here. 
    Tune to one of the Rosscrypt channels and wait. Emu will find its xor-key.
    Alles anzeigen

    [color="#FF8C00"]ULC[/color]

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!

Benutzerkonto erstellen Anmelden

Spenden

Vielen Dank für die Unterstützung!
Hiermit unterstützt du Zebradem.
Das beinhaltet überwiegend die Serverkosten und Lizenzgebühren.
Spenden

Letzte Beiträge

  1. Geplante Änderungen bei der Vorratsdatenspeicherung: Ein Überblick

    heugabel
    3. Juni 2026 um 14:27
  2. Existenz eines vermeintlichen Limits bei Google durchMassive Löschungen in Frage gestellt

    heugabel
    3. Juni 2026 um 10:27
  3. Ubuntu 26.04: Der Weg in die KI-Zukunft oder nur ein Marketing-Schachzug?

    heugabel
    3. Juni 2026 um 09:27
  4. Illegale IPTV-Dienste: Eine versteckte Geldquelle für einen britischen Postboten

    heugabel
    3. Juni 2026 um 08:27
  5. Großfahndung gegen IPTV-Piraten in Großbritannien

    heugabel
    2. Juni 2026 um 18:27
  6. Datenleak an der Universität Saarland — Über 40.000 Accounts betroffen

    heugabel
    2. Juni 2026 um 12:27
  7. Vergleich der Privacy-Coins: Monero und Zcash im Überblick

    heugabel
    2. Juni 2026 um 11:27
  8. Händler haften für Bildrechte Trotz Zusicherungen ihrer Lieferanten

    heugabel
    1. Juni 2026 um 17:27
  9. Änderungen bei der Update-Garantie für Kindle-Reader erschüttern das Vertrauen

    heugabel
    1. Juni 2026 um 16:27
  10. Mehrfache Hausdurchsuchungen legal: Was die Rechtsprechung sagt

    heugabel
    1. Juni 2026 um 15:27

Aktivste Themen

  1. Hadu-CCcam Plugin für Windows

    165 Antworten
  2. Prog DVB System

    71 Antworten
  3. CCCam Plugin für DVBCards

    63 Antworten
  4. DVB-T2 HD - FULL - HD 1920x1080 50FPS Testaustrahlung in Köln

    50 Antworten
  5. Premiere mecm mit s2 offen

    42 Antworten
  6. Welche MediaCenter Software mit Emu oder ähnlichem

    28 Antworten
  7. Anfrage an die DVB C/T/S User

    24 Antworten
  8. Technikfrage zu einer Hausverteilung

    22 Antworten
  9. Sky Empfang mit Alphacrypt Light und Ana

    21 Antworten
  10. Sky stellt Verbreitung via DVB-S ein

    19 Antworten
© 2024 Zebradem - Software by WoltLab