CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2001
    Location
    Korea
    Posts
    24

    How can I store video file from network?

    Hi,

    Most of video files in Internet are only permited of viewing by Windows Media or Real Player.
    How can I download and store into my computer?

    Thanks in advance!

    HN


  2. #2
    Join Date
    Sep 1999
    Location
    NJ
    Posts
    1,299

    Re: How can I store video file from network?

    First of all, this is not a C++ question (or even easily mistaken for one..)

    Second, sometimes your are allowed to download the file, and sometime it can only be streamed into Media Player/Real player. In the latter case, it is done because the copyright holder does not want you to keep a copy of it.


    Truth,
    James
    http://www.NJTheater.com
    http://www.NovelTheory.com
    I don't do it for the points (OK, maybe I do), but rating a post is a good way for me to know if I helped.

  3. #3
    Join Date
    Nov 2001
    Location
    Korea
    Posts
    24

    Re: How can I store video file from network?

    I agree with you, but in thery, I can get everything reaching to my computer.

    I ask this question because I am developping a MPEG transmition system using JMF. Right now server can sent a video stream to client. In the client side, it can only display video content. My purpose is storing it. Do you know how I can do?

    Thank you for your reply!

    HN


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