Results 1 to 3 of 3

Thread: mplayer - possible to watch and save simultaneously?

  1. #1

    mplayer - possible to watch and save simultaneously?

    I have a remote video stream of my security cam that I want to be able to save while watching.

    To save, I use mplayer to dump the stream.
    Code:
    mplayer http://example.com/stream.asf  -dumpstream -dumpfile ycam.asf
    To watch, I use mplayer as normal.
    Code:
    mplayer http://example.com/stream.asf
    What I want is a command which will save the video as I'm watching it.

    Any ideas?

  2. #2
    Join Date
    Dec 2004
    Location
    Atlanta, GA USA
    Beans
    7,257
    Distro
    Ubuntu Development Release

    Re: mplayer - possible to watch and save simultaneously?

    I know you can do this with vlc. In vlc, go to view>advanced controls to get a record button on the interface. All vids are saved to your /home.

  3. #3
    Join Date
    Mar 2008
    Beans
    4

    Lightbulb Re: mplayer - possible to watch and save simultaneously?

    See this thread [1]. Basically:
    mplayer http://userassword@example.com/stream.asf -dumpstream -dumpfile ./mystream.asf

    and in another terminal:
    mplayer – < ./mystream.asf

    Or there is a description to use pipes to see the current stream without seeking.

    [1] http://shkspr.mobi/blog/index.php/20...eo-in-mplayer/

Tags for this Thread

Bookmarks

Posting Permissions

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