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.

ChangeLog 1.1KB

123456789101112131415161718192021222324252627282930
  1. 2011-11-14 : Version 3.2
  2. * Fixed bug that prevented tsdecrypt from working at all :(
  3. 2011-11-12 : Version 3.1
  4. * Add debug level 5 (full mpeg ts packet dump).
  5. * Fix PSI table gathering in invalid transport streams.
  6. * Fix EMM/ECM parsing (this fixes ORF1 decoding on Astra 19.2).
  7. * Process ECMs before EMMs, preventing the case where too much
  8. incoming EMMs interfere with decryption.
  9. 2011-09-30 : Version 3.0
  10. * Add man page.
  11. * Add support for long command line options.
  12. * Add make install/uninstall Makefile targets.
  13. * Add support for compilation on OS X.
  14. * Add tested support for Viaccess.
  15. * Add tested support for Mediaguard (Seca).
  16. * Add tested support for Videoguard (NDS).
  17. * Add untested support for Nagra.
  18. * Add untested support for DRE-Crypt.
  19. * Add option to disable ECM and CW logging (--ecm-no-log).
  20. * Add option to manually set EMM pid (--emm-pid).
  21. * Add option to manually set ECM pid (--ecm-pid).
  22. * Add option to manually set CAID (--caid).
  23. * Add ECM reports (--ecm-report-time).
  24. * Log warnings when there is no input data.
  25. * Log warnings when code word become invalid.
  26. 2011-09-15 : Version 2.0
  27. * Initial public release.