You are not logged in.
Pages: 1
Hi all!
Im curious.. Is here a way to redirect video output from client to server via some protocol?
I just want to watch films on desktop's screen instead of laptop's without cabling.
thanks!
Offline
Why not SSHFSing the directory on the laptop? Then you can access the file directly. See Wiki for details: http://wiki.archlinux.org/index.php/Sshfs
Best regards
Martin
Offline
yeah, but I want to control applications from client> Server should be used just for "watching" redirected output... something like pulseaudio over network
Offline
VLC has streaming capabilities. As do the big multimedia centers like XBMC and MythTV. But what sandstorm proposes is by far the simplest method - just mount a share via either sshfs or cifs (samba) or nfs.
Last edited by Gusar (2010-10-11 20:42:14)
Offline
well, seems like you dont understand me (:
I want to redirect video output to another machine without touching it!
I know that with sshfs, nfs you can mount any folder and just play video within it on servers screen but you have to do this on server.
my goal is to redirect viedo to server's screen without any physical interaction with it.
Offline
VNC?
Offline
you guys cant get what I want or are you giving me alternatives? ![]()
VNC is closer but I need to use computing power, resources of client.
I JUST WANT TO REDIRECT VIDEO OUTPUT TO ANOTHER HOST'S SCREEN! ...VIDEO OUTPUT... nothing less nothing more.
Last edited by greengold (2010-10-12 06:47:58)
Offline
lets see if I got this right
if you have the movie on the server there's no need for sshfs.
I often use my phone as remote to my server which is connected to my TV. I do this my ssh:ing to the server and typing:
export DISPLAY=:0.0
mplayer moviefile
the export command sets which display GUI apps should use(when you launch them from that console). So mplayer will launch on your servers display but you will be able to pause the movie and stuff from the CLI
Last edited by rulex (2010-10-12 08:14:06)
Offline
@greengold:
1st, never write UPCASE because in www this means yelling to someone.
I guess beside using some "Remote desktop" such as VNC or NX you do not have pretty much other options than described above.
This boils down to connect to a remote XServer.
As for watching movies "remote" IMO it's absolute BS since nearly no remote software beside commercial one is capable of doing so. May be SPICE will bring more in the future.
My archlinux x86_64 host:
AMD E350 (2x1.6GHz) / 8GB DDR3 RAM / GeForce 9500GT (passive) / Arch running from 16GB USB Stick
Offline
sorry..
so, the media that should be played on remote server's screen are located on client.only on client.
I just need to set $DISPLAY variable to screen of remote server. I dont know what about protocol ,that not important for me. it should work just on local network.
I dont know in which other way should I describe my ides, but newrmind, most like its not ppossible at now (:
Offline
I need real, proper pen and paper for this.
Offline
VLC seems to be useful in this way!
thank you!
Offline
Pages: 1