> 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
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
__