Copyright 2009 The Flvstreamer Team
http://rtmpdump.mplayerhq.hu/
-26 June 2010, v2.2f
+30 June 2010, v2.3
- fix RC4 cleanup for GnuTLS/gcrypt
- declare RTMP_Write buf as const
- cleanup Makefile
- fix crash on socket failure while RTMP_Read() is reading header
- fix RTMP_ReadPacket signed/unsigned chars for m_nChannel
- license cleanup, use current FSF address
+- fix RTMP_SetupURL tcUrl generation
+- ignore multiple spaces between URL options
+- only send CheckBW request once per session
29 May 2010, v2.2e
- port to Xbox
{
#endif
-#define RTMP_LIB_VERSION 0x020206 /* 2.2f */
+#define RTMP_LIB_VERSION 0x020300 /* 2.3 */
#define RTMP_FEATURE_HTTP 0x01
#define RTMP_FEATURE_ENC 0x02