To my knowledge, there’s no standard way to query whether a RTSP server supports seeking by absolute time. (There is the RTSP “OPTIONS” command, but the server handles that by responding only with the list of supported RTSP command names - not any more details.)
In principle, you could implement 'seeking by absolute time’ in our own RTSP server. You could do this by reimplementing the virtual function “seekStreamSource()” in each subclass of “OnDemandServerMediaSubsession”. Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel