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

1234567891011121314151617181920
  1. 2011-09-30 : Version 3.0
  2. * Add man page.
  3. * Add support for long command line options.
  4. * Add make install/uninstall Makefile targets.
  5. * Add support for compilation on OS X.
  6. * Add tested support for Viaccess.
  7. * Add tested support for Mediaguard (Seca).
  8. * Add tested support for Videoguard (NDS).
  9. * Add untested support for Nagra.
  10. * Add untested support for DRE-Crypt.
  11. * Add option to disable ECM and CW logging (--ecm-no-log).
  12. * Add option to manually set EMM pid (--emm-pid).
  13. * Add option to manually set ECM pid (--ecm-pid).
  14. * Add option to manually set CAID (--caid).
  15. * Add ECM reports (--ecm-report-time).
  16. * Log warnings when there is no input data.
  17. * Log warnings when code word become invalid.
  18. 2011-09-15 : Version 2.0
  19. * Initial public release.