Does anyone know how can I download media file from web remote machine through rtsp.Must I parse the rtsp myself.
Thanks!
Printable View
Does anyone know how can I download media file from web remote machine through rtsp.Must I parse the rtsp myself.
Thanks!
For the Win32 platform, I recommend raw winsock. Read the TSP protocal specification.
http://www.rtsp.org/2004/drafts/draf...2326bis-06.txt
Kuphryn
Thanks for you reply and link,but the job maybe platform-independent,I have read the specification,I think parse the protocal is quite a complex job because I have a few experience in protocal programming, I have search for some
libraries but gain nothing only some Linux-libraries. Is there any way else?
Thanks
You could look at a platform independent programming language, or so they claim.
Kuphryn
Thanks.I have found some C and C++ libraries in sourceforge.net,
I think there will be easier for me to finished,Thanks for your help.
I will post my schedule if possible.