[rtmpdump] r245 - trunk/rtmp.c

hyc subversion at mplayerhq.hu
Fri Feb 5 05:53:41 CET 2010


Author: hyc
Date: Fri Feb  5 05:53:40 2010
New Revision: 245

Log:
Another timestamp fix, same as r202

Modified:
   trunk/rtmp.c

Modified: trunk/rtmp.c
==============================================================================
--- trunk/rtmp.c	Fri Feb  5 05:45:22 2010	(r244)
+++ trunk/rtmp.c	Fri Feb  5 05:53:40 2010	(r245)
@@ -1215,7 +1215,7 @@ SendCheckBW(RTMP * r)
   packet.m_nChannel = 0x03;	// control channel (invoke)
   packet.m_headerType = RTMP_PACKET_SIZE_LARGE;
   packet.m_packetType = 0x14;	// INVOKE
-  packet.m_nInfoField1 = RTMP_GetTime();
+  packet.m_nInfoField1 = 0; /* RTMP_GetTime(); */
   packet.m_nInfoField2 = 0;
   packet.m_hasAbsTimestamp = 0;
   packet.m_body = pbuf + RTMP_MAX_HEADER_SIZE;


More information about the rtmpdump mailing list