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.

how_to_understand.txt 548B

123456789101112131415
  1. -------
  2. FFdecsa
  3. -------
  4. First, you need to know how decsa works, study the source of a classical
  5. implementation. Then you have to understand how things are done in
  6. slicing mode. Read all the documentation and have a working classical
  7. implementation to compare partial results. There are comments spread
  8. around the code. Some things are difficult to understand without paper
  9. notes; for example the matrix transpositions and meaning of array
  10. indices.
  11. Sorry, it is hard to understand and modify ...
  12. ... but it was harder to design and implement!!!