Changelog for
rtmpdump-debuginfo-2.3-1.pm.3.1.x86_64.rpm :
* Fri Nov 12 2010 pascal.bleserAATTopensuse.org- new librtmp0 subpackage- update to 2.3:
* add RTMP_Socket() and RTMP_Pause() APIs
* add ping/pong message handling
* add basic shared library support
* fix rtmpsrv to always use .flv extension on output
* fix crash on socket failure while RTMP_Read() is reading header
* fix RTMP_SetupURL tcUrl generation
* ignore multiple spaces between URL options
* Mon Jun 28 2010 pascalAATTlinks2linux.de- fix include path, thanks to Carl Eugen Hoyos for pointing that out- add missing Requires:libopenssl-devel in librtmp-devel
* Fri Jun 25 2010 pascalAATTlinks2linux.de- update to 2.2e:
* add explicit URL scheme for rtmpts
* fix rtmpt clientID NUL-termination
* add librtmp manpage
* fix RTMP_Read, return 0 on EOF, not -1
* change RTMP_Read to return 1 packet at a time, fix buffer mgmt
* fix request/result queue, fix server compatibility for Publishing
* add RTMP_EnableWrite to enable Publishing- changes from 2.2d:
* add RTMP_Alloc, RTMP_Free APIs
* tweak handshake offset checking
* add RTMP set_playlist command
* check for (and fix) broken timestamps in FLV packets
* fix tcUrl and playpath parsing in rtmpsrv and rtmpsuck
* change internal boolean flags to bitmasks- changes from 2.2c:
* add RTMP_SetupURL, RTMP_SetOpt APIs
* add logging callback
* Sat Apr 03 2010 pascal.bleserAATTopensuse.org- streams subpackage renamed to rtmpgw to reflect the new name of the binary in that package- update to 2.2b:
* fix v2.2a crashes in rtmpsrv/rtmpsuck
* fix typo for --auth parameter in manpages
* add FP10 handshake support for rtmpsrv/rtmpsuck- changes from 2.2a:
* fix C++ compatibility for librtmp
* add client support for tunneling: rtmpt, rtmpte, rtmps
* fix rtmpdump/rtmpgw FLV header dataType
* implement RTMP_Read() and RTMP_Write() to simplify library use
* fix SendPacket timestamps
* add optional support for GnuTLS/Gcrypt instead of OpenSSL
* Tue Jan 05 2010 pascal.bleserAATTopensuse.org- update to 2.1b
* Fri Apr 03 2009 pascal.bleserAATTopensuse.org- update to 1.4
* Mon Jan 05 2009 guruAATTunixtech.be- new package