[rtmpdump] r237 - trunk/rtmpsuck.c

hyc subversion at mplayerhq.hu
Sat Jan 16 22:37:02 CET 2010


Author: hyc
Date: Sat Jan 16 22:37:01 2010
New Revision: 237

Log:
Don't send our own byte counts, the real client will

Modified:
   trunk/rtmpsuck.c

Modified: trunk/rtmpsuck.c
==============================================================================
--- trunk/rtmpsuck.c	Fri Jan 15 09:25:43 2010	(r236)
+++ trunk/rtmpsuck.c	Sat Jan 16 22:37:01 2010	(r237)
@@ -299,6 +299,7 @@ ServeInvoke(STREAMING_SERVER *server, in
           /* failed */
           return 1;
         }
+      server->rc.m_bSendCounter = false;
     }
   else if (AVMATCH(&method, &av_play))
     {


More information about the rtmpdump mailing list