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

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