VLC stream with trickplay
Solution 1:
I've been using sshfs for remote on-demand streaming. It works very very well. Using sshfs
you can in fact just mount the remote directory via:
sshfs remotemachine: /media/directory
and then you can access the remote folder as a local folder, thus you can launch vlc
, through command line or through a file manager as usual.