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

PowerVu #7

Open joolzg opened 8 years ago

joolzg commented 8 years ago

Any plans of adding powervu as a decoding option?

joolzg commented 8 years ago

OK I have added powervu ECM and EMM processing but i need a little help.

EMM, processed but you need a management DES key (in a file callled powervu.key), if you have this you will get any key updates and these will be written to a 2nd file powervu.auto

now powerVu has 8 viable streams, Video, Hid, Audio1,2,3,4 and a couple more, when processing the ECM i get the des keys for the 5 i want, and here lies my problem as I need to be able to decode the correct stream with the correct des key.

Where in the TS structure can i get an index so i can tie the video pid to the video des key etc

I am trying to do this in procesc.c:decode_buffer

joolz ps. Also when receiving the stream AC3 streams are not marked as audio but as PES Private Streams. I can provide a small dump for you showing this problem.

cooliobr commented 7 years ago

Hi @joolzg , you make any progress in this case?

joolzg commented 7 years ago

@cooliobr

yes it works but you have to add the pids manually as I could not find a good way of automagically doing this.

It also does auto key grab as well.

cooliobr commented 7 years ago

Can you explain how i can do?

Att.

Rafael Machado REGS IT LTDA. ANTIK Business Representative BRASIL "Believe in the future, believe in your success" "Não existe patch para a estupidez humana" "Nós somos o que pensamos (só não pense que você é um super-herói e não tente voar)"

2017-01-17 19:02 GMT-02:00 Julian Gardner notifications@github.com:

@cooliobr https://github.com/cooliobr

yes it works but you have to add the pids manually as I could not find a good way of automagically doing this.

It also does auto key grab as well.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gfto/tsdecrypt/issues/7#issuecomment-273298519, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKBihUpLvA-k4Xtr6__OO-Zb5A3VPEzks5rTSx2gaJpZM4HToc1 .

euacreations commented 7 years ago

@joolzg Can you tell me how to use this please