Re: [Live-devel] How to get the file size : RTSP client live555

2011-10-04 Thread Ross Finlayson
> Is it possible for a RTSP client to find the size of the file No, because a RTSP client (and the RTSP protocol in general) does not know anything about "files". Instead, it knows about "streams". A RTSP server *may* choose to transmit its streams by reading data from files, but it doesn't h

[Live-devel] How to get the file size : RTSP client live555

2011-10-04 Thread Ashish Mathur
Hi Ross, Is it possible for a RTSP client to find the size of the file at the time of establishing connection from the live555 RTSP server? Or there is any workaround by seeking to the end of file and getting the offset? If yes, then how? Regards, Ashish __