@@ -1,3 +1,30 @@
+Next version, in progress:
+- Fixed a couple of memory leaks in "DarwinInjector". (Thanks to Eyal Beit-Halachmi for noting these.)
+
+2007.11.01:
+- Several of the options to "openRTSP" have now been changed, with two new options added:
+ -s <initial-seek-time>
+ -z <scale>
+ See the "openRTSP" documentation <http://www.live555.com/openRTSP/> for details.
+- Fixed a bug in the way that "MPEG4VideoStreamDiscreteFramer" parses 'config' information (for inclusion in
+ the stream's SDP description). (Thanks to Nicola Bova for helping to identify this bug.)
+- Eliminated a potential memory (and socket) leak when allocating server RTP,RTCP socket pairs.
+ (Thanks to David Pan for reporting this.)
+- Updated "ByteStreamFileSource" to treat a 0-byte file read the same as EOF.
+- Ensure that we have reasonable OS buffering for writes on non-blocking sockets.
+
+2007.08.03a:
+- Removed a debugging printf() that had been left in by mistake. (Thanks to Massimo Zito for noticing this.)
+
+2007.08.03:
+- Updated the "RTSPServer" implementation to work better on systems with more than one IP address.
+ The server will now include - in its RTSP responses - the IP address on which the corresponding incoming request
+ was received.
+
+2007.07.25:
+- Added some sanity checks to various "MediaSink" subclasses, in case "fSource" is NULL.
+ (Thanks to Andrey Kaminsky for noting one of these.)
+
2007.07.10:
- Made sure that "MPEG2TransportStreamFramer"s estimate of the average duration of each Transport Packet
gets updated correctly after each 'seek' operation. (Thanks to Massimo Zito for suggesting this.)
@@ -6,7 +33,7 @@
2007.07.01:
- Fixed a bug in "RTSPServer" and "RTSPClient" that would cause problems when streaming
- files whose names have spaced in them.
+ files whose names have spaces in them.
- Fixed a bug in "OnDemandServerMediaSubsession::deleteStream". (Thanks to Igor Bukanov.)
- Make the sockets for "RTPSource", "RTCPInstance" and "BasicUDPSource" non-blocking, even though they will be read
from only asynchronously, when packets arrive. The reason for this is that, in some OSs, reads on a blocking
@@ -1054,7 +1081,7 @@
md5(<username>:<realm>:<password>)
2004.09.24:
-- Added support for access control (using digest authentication) to "RTSPServer".
+ Added support for access control (using digest authentication) to "RTSPServer".
Also, added example code to the "testOnDemandRTSPServer" test program to illustrate
how to use this. (Thanks to Orban/CRL Inc. and WIS Technologies for
funding this work.)
|