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.

Play music and video over ssh

And the second time, while writing ssh tips and tricks.

Stream video over ssh

The command

     ssh user@server “cat /remote-path/movie.mp4” | vlc –

Finally, you may want to check more Linux tips

Tagged with: , , ,
Posted in Uncategorized