From 7632b293a6f0986ed173b61b2772cec2203832b5 Mon Sep 17 00:00:00 2001 From: hyc Date: Fri, 5 Feb 2010 04:53:40 +0000 Subject: [PATCH] Another timestamp fix, same as r202 git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@245 400ebc74-4327-4243-bc38-086b20814532 --- rtmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtmp.c b/rtmp.c index 3dc4f0f..ffe0bfe 100644 --- a/rtmp.c +++ b/rtmp.c @@ -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; -- 2.40.0