Ubuntu – Easiest way to stream videos from the server

streamingvideovlc

I'd like to download movie torrents from my Ubuntu server as its download speed is much higher than at home. However, it is pretty pointless if I then have to download the movie from my server to my laptop so I thought a good compromise would be to stream the movies. What is the easiest way to do so? My only requirements are that everything on the server side should be done through the command line (ssh) and if possible, minimal dependencies. My media player is VLC but I wouldn't mind using a web browser to watch the videos.

Related question: how do i stream a video in my server to my computer?

Best Answer

use ssh -X with xauth, and run vlc on the server. It's fairly easy to stream videos using vlc. Howver this solution uses too much bandwidth to be usable.

What you should use instead is a network filesystem, just hit ctrl-l in nautilus, and then type sftp://user@my-server:port/folder and open up your movies directly off the server. This will use some cpu on both the server and client for the encryption, if that is a problem you can set up NFS.