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

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