@@ -1,6 +1,15 @@
-Latest version, in progress:
+2008.01.18:
+- Added a new member function
+ float MediaSubsession::getNormalPlayTime()
+ which - given a stream's current presentation time - returns the "Normal Play Time".
+ This function is useful for RTSP streams.
+- Added support for a "a=control:" URL specified in the SDP description at the session level.
+
+2008.01.04:
- Changed the "RTSPClient" timeout - introduced in the previous release - from
5s to 30s.
+- Added support for setting and returning the RTSP session start time (as well as the end time).
+ (This eliminates the need for the "live-starttime.patch" file that VLC was using.)
- Updated some of the system-specific configuration files, to eliminate the need for many of the patches that
the VLC developers added to their code.
|