I'm tring to do something like
Code: Select all
vlc -i .ssh/key "sftp://user@remote.host/path/to/file/"
Code: Select all
ssh -i .ssh/key user@remote.host "cat /path/to/file" | vlc -
Simply downloading the file also isn't an option, since it isn't a given that recording to file has finished when I start playback.
Any ideas? :/