Record video streaming from a server while viewed via Windows Media Player

1

I'm watching video from one server via Windows Media Player, is it possible to record this video while I'm watching it?

I tried with download master but it doesn't work.

lego 69

Posted 2010-06-06T14:46:41.623

Reputation: 123

not exactly "recording"; you're really trying to download a video stream. – quack quixote – 2010-06-06T15:34:53.257

Answers

-2

You can use mencoder to record your screen. Its free and very powerful. I haven't tried it on windows but it works like a charm on linux :).

tapan

Posted 2010-06-06T14:46:41.623

Reputation: 918

Recording the screen usually only gets very few of the actual frames the screen displays, it would produce a video with tons of missing frames, and due to re-rendering probably bad graphics. good try though. – Daisetsu – 2010-06-07T16:20:54.803

Agree with Daisetsu – BloodPhilia – 2010-06-08T22:13:08.473

1

It entirely depends on the presence of DRM, encoding, and if you possess the legal right to do so.
If you want an answer which will work for pretty much any file, you could use something like wireshark or tcpdump and reconstruct the stream, maybe form a file out of it.

There are some programs such as RealPlayer which allow you to record streams, but that's the only one I really know of. Maybe VLC (FIle->Save As).

Daisetsu

Posted 2010-06-06T14:46:41.623

Reputation: 5 195