Giter VIP home page Giter VIP logo

drmdecrypt's Introduction

drmdecrypt

Synopsis

drmdecrypt is a tool to decrypt PVR recordings from Samsung TVs into standard transport stream format. There are multiple similar versions out there based on code from SamyGO and various people but they are all either slow, Windows specific, full of bugs or even all together.

This version is fast, POSIX compliant (Linux, FreeBSD, OSX, Windows (MinGW)) and is focused on a small number of useful features.

Features

  • Reading title and channel from .inf file
  • AES-NI support (5x faster) (x86_64 only)

Usage

Usage: drmdecrypt [-dqvx][-k keyfile][-o outfile.ts] infile.srf
Options:
   -d         Show debugging output
   -k keyfile Use custom key file instead of mdb
   -o outfile Output file
   -q         Be quiet. Only error output.
   -v         Version information
   -x         Disable AES-NI support

Building

make

of for MinGW (Windows)

CC=gcc make

Support status

Samsung has changed the encryption of the PVR recordings a few times so here is a small overview of what the situation is right now. Situation might change over time.

Model year Status
C (2010) supported
D (2011) supported
E (2012) key file required (needs root)
F (2013) key file required (needs root)
H (2014) key file required (needs root)
J (2015) unknown
K (2016) unknown
M (2017) unknown

Notes for Models E and later

Samsung has moved the decryption keys into the internal storage of the TV. That makes the process more complicated:

  1. get root and ssh on your TV
  2. ssh to the box and run PVRdumpkeys.sh to generate .key files from the internal storage
  3. unplug the USB disk and plug on a laptop
  4. run drmdecrypt on it with -k to decrypt the recording

or you can also use SamyGO NoDRM. See: https://forum.samygo.tv/viewtopic.php?t=8105

drmdecrypt's People

Contributors

decke avatar hartkopp avatar mmatuska avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.