Page 16 of 16
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 24, 2017 5:26 am
by voji91
sectroyer wrote: ↑Fri Feb 28, 2014 7:44 pm
You have to change sda1 to partition with your recordings
hi
thanks for your helps

in this solution, the usb is connected to tv, am i right?
how do i know the name of that partion in tv?
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 24, 2017 2:23 pm
by rootmysamynow
Connect to your rooted TV (putty, FileZilla, ...) and check folder /dtv/usb. You'll find the connected USB devices there. To determine the correct one (where you'll find your recordings) is up to you.
And yes, the USB device containing your recordings should be connected to your TV in order to determine its devicename.
OTOH, it's fairly easy to adapt the script to work on a local device at your PC. Of course, you'll need the decryption keys accessible for decryption, anyway...
Simply check the first pages of this thread.
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Mar 24, 2017 9:10 pm
by voji91
thank you very much, that helped a lot

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Wed Apr 12, 2017 7:58 am
by Jopardy
pvrdecoder working my ubuntu.
before, install wine amulator and configure that.
after klick and open.
my be sometimes setting-other-PASV mod.
software working and not problem.
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Fri Jun 30, 2017 8:58 am
by wneves99
This software works on UE32F4500
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Wed Jul 19, 2017 1:47 pm
by microminima
I have this error:
Code: Select all
Checking if drmdecrypt is already compiled.
File drmdecrypt doesn't exist. Compiling...
gcc aes.c drmdecrypt.c -o drmdecrypt
drmdecrypt.c:44:15: error: conflicting types for ‘off64_t’
typedef off_t off64_t;
^~~~~~~
In file included from drmdecrypt.c:31:0:
/usr/include/stdio.h:97:19: note: previous declaration of ‘off64_t’ was here
typedef __off64_t off64_t;
^~~~~~~
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 1
Getting PVR list.
What can I do?
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Wed Jul 19, 2017 1:59 pm
by zoelechat
You can do basically what error message suggests: comment line 31 of drmdecrypt.c (add // at the beginning of line), then retry
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Wed Jul 19, 2017 2:08 pm
by microminima
Thanks!
No errors after that.
Bat still stuck on “Getting PVR list.”
Nothing happens after this message
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Wed Jul 19, 2017 2:20 pm
by zoelechat
No idea about that, never tried that stuff.
Your TV is rooted, of course?

You should maybe read thread, probably some clues...
Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)
Posted: Wed Aug 09, 2017 5:48 pm
by sectroyer
Usually bad ip or NOT rooted tv
