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 971B

12345678910111213141516171819202122232425
  1. xxxx-xx-xx : Version -next
  2. * Fix EMM/ECM parsing (this fixes ORF1 decoding on Astra 19.2).
  3. * Process ECMs before EMMs, preventing the case where too much
  4. incoming EMMs to interfere with decryption.
  5. 2011-09-30 : Version 3.0
  6. * Add man page.
  7. * Add support for long command line options.
  8. * Add make install/uninstall Makefile targets.
  9. * Add support for compilation on OS X.
  10. * Add tested support for Viaccess.
  11. * Add tested support for Mediaguard (Seca).
  12. * Add tested support for Videoguard (NDS).
  13. * Add untested support for Nagra.
  14. * Add untested support for DRE-Crypt.
  15. * Add option to disable ECM and CW logging (--ecm-no-log).
  16. * Add option to manually set EMM pid (--emm-pid).
  17. * Add option to manually set ECM pid (--ecm-pid).
  18. * Add option to manually set CAID (--caid).
  19. * Add ECM reports (--ecm-report-time).
  20. * Log warnings when there is no input data.
  21. * Log warnings when code word become invalid.
  22. 2011-09-15 : Version 2.0
  23. * Initial public release.