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 (camd35 over tcp) protocol or newcamd protocol. https://georgi.unixsol.org/programs/tsdecrypt/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO 223B

12345
  1. - Add long options using getopt_long.
  2. - Add make install/uninstall.
  3. - Write man page.
  4. - Make camd comm code modular in order to add more protocols.
  5. - Allow to working with unknown CA's (set CAID as command line parameter).