RTMPDump Changelog

What's new in RTMPDump 2.4

Dec 30, 2013
  • Add RTMPE type 9 handshake support
  • Add NetStream.Authenticate.UsherToken for Justin.tv

New in RTMPDump 2.3 (Dec 30, 2013)

  • 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
  • Fix RTMP_SetupURL tcUrl generation
  • Ignore multiple spaces between URL options
  • Only send CheckBW request once per session