You can use `ssh`'s `-L` flag to create a tunnel from your system to a remote:
ssh -L
You can then connect to your end of the tunnel with `mplayer` as you would otherwise:
mplayer localhost:
You can use `ssh`'s `-L` flag to create a tunnel from your system to a remote:
ssh -L
You can then connect to your end of the tunnel with `mplayer` as you would otherwise:
mplayer localhost: