CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2004
    Location
    China
    Posts
    9

    Download media file through rtsp

    Does anyone know how can I download media file from web remote machine through rtsp.Must I parse the rtsp myself.
    Thanks!

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757
    For the Win32 platform, I recommend raw winsock. Read the TSP protocal specification.

    http://www.rtsp.org/2004/drafts/draf...2326bis-06.txt

    Kuphryn

  3. #3
    Join Date
    Feb 2004
    Location
    China
    Posts
    9
    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

  4. #4
    Join Date
    Feb 2002
    Posts
    5,757
    You could look at a platform independent programming language, or so they claim.

    Kuphryn

  5. #5
    Join Date
    Feb 2004
    Location
    China
    Posts
    9
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured