Implemented FMS encryption. Dat betekend werkend H264 en AAC, bitches!

This commit is contained in:
Thulinma 2010-08-24 16:17:19 +02:00
parent 94f587563c
commit 471de8614f
7 changed files with 671 additions and 12 deletions

View file

@ -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