Video over ssh in Linux
How to play video over ssh connection in Linux
I’ve already wrote about this twice, the first time in a mplayer tutorial.
And the second time, while writing ssh tips and tricks.
The command
ssh user@server “cat /remote-path/movie.mp4” | vlc –
Finally, you may want to check more Linux tips