Implemented FMS encryption. Dat betekend werkend H264 en AAC, bitches!
This commit is contained in:
parent
94f587563c
commit
471de8614f
7 changed files with 671 additions and 12 deletions
|
@ -40,7 +40,16 @@ int main(){
|
|||
#ifdef DEBUG
|
||||
fprintf(stderr, "Doing handshake...\n");
|
||||
#endif
|
||||
doHandshake();
|
||||
if (doHandshake()){
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "Handshake succcess!\n");
|
||||
#endif
|
||||
}else{
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "Handshake fail!\n");
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "Starting processing...\n");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue