PowerVu Chat [only chat, don‘t post keys here]

Messages
70
The released PowerVu.Mdl and CSA.DLL files won't work with any other receivers.
This special `PowerVu.Mdl` produces special DCWs for its `CSA.DLL` file. Its format is not standard and can't be used anywhere else.

do you have source so i can add to other software?

i get PowerVu.Mdl source from here
_http://sat-life.info/showthread.php?t=5954

but where is source for CSA.dll with des mod? or header?
i see this is ASCII of CSA.dll
"CSA.dll monded for DES scamble"

 

Anubis_Ir

Senior Member
Messages
370
No, I don't have its source code. But if you want to use this dll, try:
Code:
struct key
{
	int odd_kk[57], even_kk[57];
	unsigned char odd_ck[8], even_ck[8];
};
typedef void (__cdecl *set_cws_func)(unsigned char *cws);
typedef void (__cdecl *decrypt_func)(struct key *key, unsigned char *data);

HINSTANCE ddl_instance = LoadLibrary("PowerVu_Alt_DVB_CSA_DES.dll", hModule);
if (!ddl_instance)
{
    //Error Loading
    return false;
}

set_cws_func set_cws_f = (set_cws_func)GetProcAddress(ddl_instance, "set_cws");
if (!set_cws_f)
{
    //This mdl has not the `set_cws` func.
    return false;
}

decrypt_func decrypt_f = (decrypt_func)GetProcAddress(ddl_instance, "decrypt");
if (!decrypt_f)
{
   //This mdl has not the `decrypt` func.
   return false;
}
- `set_cws_f` sets the received `DCWs` from the PowerVu.mdl
- `decrypt_f` decrypts the current TS data (video or audio data). The `key` param is not used here and it gets the required keys from the `set_cws_f`.
 

gotya

Moderator
Messages
7,200
Bro,
E HD channel didn't change values of VPID,APID or SID,but you put the values in DEC.You must put them as HEX in the ini file.
I think the problem comes from having 5 audio channels unlike other channels..:rolleyes:
Tried!!! Failed!!:cool:
Can you tell us about codecs/system..?
E! HD Error in sid and no decoding...

thanks to sat45 for the line
E! EUR HD working here
key ok, lines for channel:
Code:
SID_0474=VPID{0709},APID{0710,0711,0712,0714}  #(Arqiva-HD) "E! EEUR HD"         // (HD)
SID_0E38=VPID{0709},APID{0710,0711,0712,0714}  #(Arqiva-HD) "E! EEUR HD"         // (HD)

and thanks to playboy1 for not helping us
yes its work
codex are not for interested its different at PC and GPU. tested
:confused: :D

here is the codecs I'm using

regards
 
Last edited:

abra26

Senior Member
Messages
263
Did you try HBO? Those should use CSA if Im not mistaken

as colibri's pdf says that only one channel what's using csa and is still active is "EFE TV" channel on 30w 12092 v 27500... hbo package what was using csa on 4w is down... (10842 h 27500)
 
Last edited:

gotya

Moderator
Messages
7,200
Last edited:

AHMAD ALBAHETH

Senior Member
Messages
166
yes I did and you already posted here so far ;)
http://www.sat-universe.com/showpost.php?p=1235319&postcount=563
http://www.sat-universe.com/showpost.php?p=1235335&postcount=566

my DVB Viewer Pro Version is V5.3.1.0

after I test it on my Win7 pro / OS 64bit it works only 1 second and then stcuk on freezing

regards

thanks man but I talked about alt dvb repack

for DVBViewer for how like to test you have to install windows 10 Tp 10056

in windows 7 and windows 8 &8.1 not working freezing after 1 to 30 second

but in windows 10 working fine

for alt dvb in windows 7 and 8 ,8.1 working without freezing


but in windows 10 freezing
 

Liquor Twát

Senior Member
Messages
160
as I said before and to be clear for DVBViewer
it had working with me when testing the PowerVu encryption mode in windows 10 TP

I uploaded new clip to prove that it working without freezing

https://www.youtube.com/watch?v=5SggRFv2FHM


Ahmad,

Thank you for all of your work and for the repacks etc. I now have both the AltDVB STAR II and Alt DVB Build 4115 working OK without freezes.

I still have freezes with DVB Viewer, would you please be able to upload some pictures of your DVB Viewer folders showing the location of the important files ? I am near to getting it to work in DVB Viewer so a picture of the folder structure might help.

Thx
 

AHMAD ALBAHETH

Senior Member
Messages
166
Ahmad,

Thank you for all of your work and for the repacks etc. I now have both the AltDVB STAR II and Alt DVB Build 4115 working OK without freezes.

I still have freezes with DVB Viewer, would you please be able to upload some pictures of your DVB Viewer folders showing the location of the important files ? I am near to getting it to work in DVB Viewer so a picture of the folder structure might help.

Thx

thanks man but as I said my testing was in windows 10 TP

and I upload two clip

and windows 8 will freezing

may be with other guys working fine


http://i.imgur.com/Prceqfw.png



https://www.youtube.com/watch?v=hMXfIenDb8o

https://www.youtube.com/watch?v=5SggRFv2FHM



DVBViewer how to set


http://www.sat-universe.com/showpost.php?p=1235319&postcount=563
 

mahmoud_a1

Senior Member
Messages
470
setting for that

I prefer to use softcas plugin

then delate the two file

1-FFDecsa.dll
2- MakroCSA.dll
from DVBViewer folder


3-replace the old Cas.dll with the new one fo PowerVU in same path
DVBViewer


copy the vplug to MDplugin folder , copy powervu.ini in the DVBViewer folder and set the location for Cas.dll file

don't forget to set you DEFAULT_PROV=

to channel that you want to watch for me I have just hotbid

for that I set to 14

that's all

now with snapshot and clip for that in youtube


u32sOcf.png


GcQPUKA.png


rgZpIVk.png


OuoQ1n8.png


mRA2r2K.png


6RPpMhP.png



https://www.youtube.com/watch?v=hMXfIenDb8o">https://www.youtube.com/watch?v=hMXfIenDb8o" type="application/x-shockwave-flash" width="425" height="350">

https://www.youtube.com/watch?v=hMXfIenDb8o

with my regard

good and thank you here is good explain for work without problem
 
Top