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.5KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 2011-11-18 : Version 4.0
  2. * Set CAMD sockets NODELAY to avoid OSCAM errors when many packets are sent.
  3. * Add --syslog parameter to enable local syslog logging.
  4. * Set thread names under Linux.
  5. * notify: Added no_code_word/code_word_ok events.
  6. * notify: Added input_timeout/input_ok events.
  7. * notify: Added start/stop events.
  8. * notify: Added option to execute external script on event.
  9. 2011-11-14 : Version 3.2
  10. * Fixed bug that prevented tsdecrypt from working at all :(
  11. 2011-11-12 : Version 3.1
  12. * Add debug level 5 (full mpeg ts packet dump).
  13. * Fix PSI table gathering in invalid transport streams.
  14. * Fix EMM/ECM parsing (this fixes ORF1 decoding on Astra 19.2).
  15. * Process ECMs before EMMs, preventing the case where too much
  16. incoming EMMs interfere with decryption.
  17. 2011-09-30 : Version 3.0
  18. * Add man page.
  19. * Add support for long command line options.
  20. * Add make install/uninstall Makefile targets.
  21. * Add support for compilation on OS X.
  22. * Add tested support for Viaccess.
  23. * Add tested support for Mediaguard (Seca).
  24. * Add tested support for Videoguard (NDS).
  25. * Add untested support for Nagra.
  26. * Add untested support for DRE-Crypt.
  27. * Add option to disable ECM and CW logging (--ecm-no-log).
  28. * Add option to manually set EMM pid (--emm-pid).
  29. * Add option to manually set ECM pid (--ecm-pid).
  30. * Add option to manually set CAID (--caid).
  31. * Add ECM reports (--ecm-report-time).
  32. * Log warnings when there is no input data.
  33. * Log warnings when code word become invalid.
  34. 2011-09-15 : Version 2.0
  35. * Initial public release.