From a9a7247c99e2ae34867e1c09b859e5fcb33fcbe8 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 17 Jan 2011 12:35:37 +0100 Subject: [PATCH] Meer debug sessie uit de hel --- Connector_RTMP/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Connector_RTMP/main.cpp b/Connector_RTMP/main.cpp index bcb49bfa..d43eead7 100644 --- a/Connector_RTMP/main.cpp +++ b/Connector_RTMP/main.cpp @@ -104,6 +104,7 @@ int mainHandler(int connection){ inited = true; sprintf(tmpstr, "./tmpfile_socket_%i.flv", CONN_fd); tmpfile = fopen(tmpstr, "w"); + fwrite(FLVHeader, 13, 1, tmpfile); } retval = epoll_wait(sspoller, events, 1, 1);