Watch videos from a remote computer on the LAN on ubuntu
Posted
by tapan
on Super User
See other posts from Super User
or by tapan
Published on 2010-06-17T09:52:09Z
Indexed on
2010/06/17
9:54 UTC
Read the original article
Hit count: 330
I want to watch the videos on a friends computer on the LAN without having to download it. Both of us are running ubuntu. Now one way is to ssh to his computer, cd to the directory where the video is and run the falling command:
cat video.avi | ssh me@mycomputer mplayer -
This works. However the problem is that I cannot seek inside the video as in can't go forward or backward in it. Is there a method by which I can watch the videos and also seek in them ? I can install any software on his comp and my comp to aid this process. I have root level access on both computers. Any suggestions ?
© Super User or respective owner