[MPlayer-users] MPlayer & ssh.....

RC cooleyr at gmail.com
Wed Mar 12 19:49:58 CET 2008


On Wed, 12 Mar 2008 12:40:01 +0200
<marianciuc1 at gmail.com> wrote:

> Locally, I can see my webcam with (mplayer) this:
> "mplayer tv:// -tv driver=v4l:width=640:height=480:device=/dev/video0
> -fps  30"
> I need to see the webcam image  from remote computer

Set width=320 and height=240, and you can just use the built-in X11
forwarding of ssh (connect with: ssh -c arcfour -Y user at host, and type
the mplayer command). 

If you want better quality than that, you'll have to have mencoder
encoding from the webcam on the local computer, stream that encoded
video over the network live (with netcat/nc or ssh), and playback
the stream on the remote computer.



More information about the MPlayer-users mailing list