Copyright 2009 The Flvstreamer Team
http://rtmpdump.mplayerhq.hu/
+26 June 2010, v2.2f
+- fix RC4 cleanup for GnuTLS/gcrypt
+- declare RTMP_Write buf as const
+- cleanup Makefile
+- replace all use of bool with int
+- add RTMP_Socket() and RTMP_Pause() APIs
+- add ping/pong message handling
+- add basic shared library support
+- fix RTMP_ParseURL extension skipping
+- fix bad switch() from -r477 in RTMP_Read
+- fix rtmpsrv to always use .flv extension on output
+- 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
+
29 May 2010, v2.2e
- port to Xbox
- add explicit URL scheme for rtmpts