tsdecrypt
tsdecrypt copied to clipboard
tsdecrypt reads and decrypts CSA encrypted incoming mpeg transport stream over UDP/RTP using code words obtained from OSCAM or similar CAM server. tsdecrypt communicates with CAM server using cs378x (...
crash
[root@localhost tsdecrypt]# ./tsdecrypt --emm --camd-proto NEWCAMD --camd-server 127.0.0.1:34000 --camd-user user1 --camd-pass user1 --camd-des-key 000102030405060708090A0B0C0D --input 235.1.1.1:1234 --output 238.1.1.1:1234 --caid 0x4AD2 2022-09-18 23:22:47 | Syslog : disabled 2022-09-18 23:22:47 | CA...
Is it possible to have tsdecrypt cycle through all different CAID and send all ECM to the server ? The way that you currently don't need to specify the ECM...
Hello. I have a rare situation where a ts file with the wrong biss cw produces a video. It's black with a few pixels changing constantly. The program doesn't report...
Since some time TNTSAT uses larger ECMs (e.g. 360 bytes). tsdecrypt currently doesn't decode such ECMs, as the maximum payload is limited due to CAMD35 constraints. [The related warning message...
dmesg: 2018-12-09 15:35:15 | Decode buffer is full, waiting... CBUF [ decode]: size:379008 pos:169012 writepos:169200 input:21393460 output:21014640 free_data:188 buffered:378820 2018-12-09 15:35:15 | Decode buffer is full, waiting... CBUF [ decode]:...
Since about a month ago I keep getting the following; > [1192839.448892] tsdec-decode[7071]: segfault at 7f61d2eb2090 ip 000055e2530c44d3 sp 00007f60d2eb1fa0 error 4 in tsdecrypt[55e2530b6000+35000] > [1192839.450102] tsdec-decode[23942]: segfault at 7fd5a1ab3090...
Fixes issue discussed in https://github.com/gfto/tsdecrypt/issues/16
Using tsdecrypt on some VIACCESS channels that have different ECM pids for different viaccess providers, for example 0500:050F00, 0500:043800 and 0500:051E00. Newcamd line supports both 43800 and 50F00 but not...
The README still mentions libdvbcsa as default decryption lib - the makefile in contrast uses FFdecsa. So it seems that the READMe has to be adopted.
PowerVu
Any plans of adding powervu as a decoding option?