Nog een poging...

This commit is contained in:
Thulinma 2010-11-08 00:56:49 +01:00
parent 8c646c6391
commit 0e68f770e3
4 changed files with 92 additions and 88 deletions

View file

@ -17,7 +17,6 @@ bool stopparsing = false;
timeval lastrec;
int CONN_fd = 0;
FILE * CONN = 0;
#include "parsechunks.cpp" //chunkstream parsing
#include "handshake.cpp" //handshaking
#include "../util/flv_sock.cpp" //FLV parsing with SocketW
@ -41,9 +40,6 @@ int main(){
return 0;
}
CONN = fdopen(CONN_fd, "r+");
unsigned int ts;
unsigned int fts = 0;
unsigned int ftst;