Nog een poging...
This commit is contained in:
parent
8c646c6391
commit
0e68f770e3
4 changed files with 92 additions and 88 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue