From 8c646c63917757381b5d82ac6b8d637a19592eb3 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 8 Nov 2010 00:34:30 +0100 Subject: [PATCH] Nog een poging... --- Connector_RTMP/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Connector_RTMP/main.cpp b/Connector_RTMP/main.cpp index 0f10af0f..bc104529 100644 --- a/Connector_RTMP/main.cpp +++ b/Connector_RTMP/main.cpp @@ -34,7 +34,7 @@ int main(){ if (myid == 0){ break; }else{ - printf("Spawned new process %i for incoming client\n", (int)myid); + printf("Spawned new process %i for handling socket %i\n", (int)myid, CONN_fd); } } if (server_socket <= 0){ @@ -127,7 +127,7 @@ int main(){ } SendMedia((unsigned char)FLVbuffer[0], (unsigned char *)FLVbuffer+11, FLV_len-15, ts); #ifdef DEBUG - fprintf(stderr, "Sent a tag.\n"); + fprintf(stderr, "Sent a tag to %i\n", CONN_fd); #endif FLV_Dump();//dump packet and get ready for next }