summaryrefslogtreecommitdiff
blob: 0e9c8302e8c6e4de60f1b75164690e6f73bff622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/librtmp/rtmp.c b/librtmp/rtmp.c
index 5311a8a..79fefae 100644
--- a/librtmp/rtmp.c
+++ b/librtmp/rtmp.c
@@ -2854,7 +2854,7 @@ HandleCtrl(RTMP *r, const RTMPPacket *packet)
   if (nType == 0x1A)
     {
       RTMP_Log(RTMP_LOGDEBUG, "%s, SWFVerification ping received: ", __FUNCTION__);
-      if (packet->m_nBodySize > 2 && packet->m_body[2] > 0x01)
+      if (packet->m_nBodySize > 2 && packet->m_body[2] > 0x02)
 	{
 	  RTMP_Log(RTMP_LOGERROR,
             "%s: SWFVerification Type %d request not supported! Patches welcome...",