Re: [Live-devel] RTSP - Absolute Time

2012-08-21 Thread Erlandsson, Claes P (CERLANDS)
- The absolute timestamp I ask for doesn't match what I receive, Many hours off, but at least it's consistent. For what it's worth, this sounds like it could potentially be a time zone issue. I've run into issues in the past where some of the routines I used interpreted my UTC timestamp as

Re: [Live-devel] RTSP - Absolute Time

2012-08-20 Thread Ross Finlayson
> - The absolute timestamp I ask for doesn't match what I receive, Many hours > off, but at least it's consistent. > > For what it’s worth, this sounds like it could potentially be a time zone > issue. I’ve run into issues in the past where some of the routines I used > interpreted my UTC tim

Re: [Live-devel] RTSP - Absolute Time

2012-08-20 Thread Wiser, Tyson
- The absolute timestamp I ask for doesn't match what I receive, Many hours off, but at least it's consistent. For what it's worth, this sounds like it could potentially be a time zone issue. I've run into issues in the past where some of the routines I used interpreted my UTC timestamp as a t

Re: [Live-devel] RTSP - Absolute Time

2012-08-20 Thread Ross Finlayson
> The functionality works ok when using the Cisco Active X control, but I get > the exact same issue when sending RTSP commands manually via a telnet client > (which is expected, just confirming liveMedia doesn't introduce anything). OK, so it should be easy to figure out what RTSP commands the

Re: [Live-devel] RTSP - Absolute Time

2012-08-20 Thread Erlandsson, Claes P (CERLANDS)
FYI, the latest version (2012.08.20) of the "LIVE555 Streaming Media" code adds optional RTSP server and RTSP client support for streams that are indexed by 'absolute' time - i.e., using strings of the form "MMDDTHHMMSSZ" or "MMDDTHHMMSS.Z". Ross Finlayson Ross, Thank you very muc

Re: [Live-devel] RTSP - Absolute Time

2012-08-20 Thread Ross Finlayson
> After doing some testing with openRTSP and looking through the code it > appears like "Absolute Time" is currently not supported for RTSP streams. > I.e. I can't specify a specific time that the stream should seek to, e.g. > Range: clock=20120629T07.00Z, all according to paragraph 3.7 at

Re: [Live-devel] RTSP - Absolute Time

2012-07-03 Thread Ross Finlayson
> I'm curious if there is a reason that absolute time has been left out, i.e. > are there problems implementing it, or is it just that people for some reason > haven't been showing any interest in it? Until recently, there just hasn't been any interest in supporting seeking by 'absolute time';

[Live-devel] RTSP - Absolute Time

2012-07-03 Thread Erlandsson, Claes P (CERLANDS)
After doing some testing with openRTSP and looking through the code it appears like "Absolute Time" is currently not supported for RTSP streams. I.e. I can't specify a specific time that the stream should seek to, e.g. Range: clock=20120629T07.00Z, all according to paragraph 3.7 at http://w