in reply to How can I download the file by rtsp protocol?

Difficultly. RTSP streams are typically multiple files, and the client (Realplayer, Quicktime) negotiate w/ the server when and how to deliver individual streams. Since this is a perl site, i imagine you'd want to write a perl-based packet interceptor, and capture the data, and then emulate a server to deliver it back to the client.
  • Comment on Re: How can I download the file by rtsp protocol?