Hello

J4CKY

Registered
Messages
2
Hello together,

i need help to decrypt a recorded ts-file which is encrypted.
i tryed oscam on my receiver and tsdecrypt(Linux: https://github.com/gfto/tsdecrypt) on computer.

but i get no decrypted file

that’s my commandline of tsdecrypt
Code:
./tsdecrypt --input file:///media/tobi/My\ Book/pvr/record.ts  --output file:///media/tobi/My\ Book/pvr/dectrypted.ts --ca-system *** --camd-proto CS378X --camd-server 192.168.1.18:2233 --camd-user "usr_share" --camd-pass "xxx"  --input-buffer 1000 --caid 0x09c4
thats the result:
Code:
2015-05-02 12:48:37 | Syslog     : disabled
2015-05-02 12:48:37 | CA System  : VIDEOGUARD | CAID: 0x09c4 (2500)
2015-05-02 12:48:37 | Input file : /media/tobi/My Book/record.ts
2015-05-02 12:48:37 | Decoding   : disabled
2015-05-02 12:48:37 | CAMD proto : cs378x
2015-05-02 12:48:37 | CAMD addr  : 192.168.1.18:2233 (IPv4/IPv6)
2015-05-02 12:48:37 | CAMD user  : usr_share
2015-05-02 12:48:37 | CAMD pass  : 716621
2015-05-02 12:48:37 | EMM process: No
2015-05-02 12:48:37 | ECM process: Yes
2015-05-02 12:48:37 | ECM report : 60 sec
2015-05-02 12:48:37 | CW warning : 60 sec
2015-05-02 12:48:37 | Start tsdecrypt v10.0 (release, build 2015-04-27_06:15 FFdecsa_PARALLEL_128_SSE)
2015-05-02 12:48:37 | CAM | Connecting to server 192.168.1.18 port 2233
2015-05-02 12:48:37 | CAM | Connected to server 192.168.1.18 port 2233 (addr=192.168.1.18 fd=5).
2015-05-02 12:48:37 | PAT | 5 services exists. Consider using --input-service parameter.
2015-05-02 12:48:37 | PAT | Service 0x006e (  110) with PMT PID 0064 (100)
2015-05-02 12:48:37 | PAT | Service 0x006f (  111) with PMT PID 0060 (96)
2015-05-02 12:48:37 | PAT | Service 0x0070 (  112) with PMT PID 0061 (97)
2015-05-02 12:48:37 | PAT | Service 0x0072 (  114) with PMT PID 0063 (99)
2015-05-02 12:48:37 | PAT | Service 0x007f (  127) with PMT PID 0062 (98)
2015-05-02 12:48:37 | PAT | Using service 0x007f (127), PMT pid: 0062 (98)
2015-05-02 12:48:37 | NEW | Input PID 0x0000 appeared (PAT)
2015-05-02 12:48:39 | Stop tsdecrypt v10.0 (release, build 2015-04-27_06:15 FFdecsa_PARALLEL_128_SSE)
any idea?

Greetings,
Tobi
 
Top