gfto / tsdecrypt

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.
http://georgi.unixsol.org/programs/tsdecrypt/
GNU General Public License v2.0
116 stars 52 forks source link

[feature request] drop ca descriptors #5

Closed stefansaraev closed 9 years ago

stefansaraev commented 9 years ago

would be nice to filter out all ca descriptors from pmt after descrambling.

gfto commented 9 years ago

This means rewriting the PMT which I don't want to do (since I don't need that functionality for my own use). I know that some broken devices that think since there is a CA descriptor the stream must be encrypted (they shown LOCK picture) but these devices are really broken. If somebody sends me clean patch I'll apply it thou, I just don't need that myself enough to bother implementing it. (mptsd have code that recreates pmt).

stefansaraev commented 9 years ago

no problem with the equipment here, its just annoying, and I can filter out in the multiplexer, but is still annoying :) thanks for the mptsd hint, I'll see what I can do myself.

gfto commented 9 years ago

I was counting that users were filtering them in the MUX ;)

stefansaraev commented 9 years ago

lets close this. makes no sense to keep open. uh ;)