Nog een poging...
This commit is contained in:
parent
0e68f770e3
commit
6ebf3d7b66
1 changed files with 2 additions and 2 deletions
|
@ -17,10 +17,10 @@ bool stopparsing = false;
|
||||||
timeval lastrec;
|
timeval lastrec;
|
||||||
|
|
||||||
int CONN_fd = 0;
|
int CONN_fd = 0;
|
||||||
#include "parsechunks.cpp" //chunkstream parsing
|
|
||||||
#include "handshake.cpp" //handshaking
|
|
||||||
#include "../util/flv_sock.cpp" //FLV parsing with SocketW
|
#include "../util/flv_sock.cpp" //FLV parsing with SocketW
|
||||||
#include "../util/ddv_socket.cpp" //DDVTech Socket wrapper
|
#include "../util/ddv_socket.cpp" //DDVTech Socket wrapper
|
||||||
|
#include "parsechunks.cpp" //chunkstream parsing
|
||||||
|
#include "handshake.cpp" //handshaking
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue