[rtmpdump] r562 - trunk/librtmp/handshake.h

hyc subversion at mplayerhq.hu
Sun Mar 20 00:32:54 CET 2011


Author: hyc
Date: Sun Mar 20 00:32:53 2011
New Revision: 562

Log:
Drop back on the handshake version, avoid rtmpe 9

Modified:
   trunk/librtmp/handshake.h

Modified: trunk/librtmp/handshake.h
==============================================================================
--- trunk/librtmp/handshake.h	Wed Mar 16 13:11:21 2011	(r561)
+++ trunk/librtmp/handshake.h	Sun Mar 20 00:32:53 2011	(r562)
@@ -400,8 +400,10 @@ HandShake(RTMP * r, int FP9HandShake)
       /* set version to at least 9.0.115.0 */
       if (encrypted)
 	{
-	  clientsig[4] = 128;
-	  clientsig[6] = 3;
+/* 	  clientsig[4] = 128;
+	  clientsig[6] = 3; */
+	  clientsig[4] = 0x7c;
+	  clientsig[6] = 0x2;
 	}
       else
         {


More information about the rtmpdump mailing list