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.

udp.h 134B

123456789
  1. #ifndef UDP_H
  2. #define UDP_H
  3. #include "data.h"
  4. int udp_connect_input (struct io *io);
  5. int udp_connect_output(struct io *io);
  6. #endif