Assuming box has mplayer or some other keyboard controlled app, and IP address 192.168.xx.yy, just ssh from laptop to box and run
$ mplayer -display 192.168.xx.yy:0 video.avi
Image/sound is then generated on the box, and at least with my mplayer you can control it either with the k/b attached or with the remote k/b. Not sure if this is exactly what you want.
Later: In fact you don't need the IP number, just
$ mplayer -display 0:0 video.avi
Last edited by maroonbaboon; 05-01-2006 at 05:55 AM.
|