You are not logged in.

#1 2010-10-11 20:06:28

greengold
Member
Registered: 2010-01-30
Posts: 199

redirecting video output

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

#2 2010-10-11 20:12:29

sandstorm
Member
From: Zurich [CH] & Mannheim [DE]
Registered: 2005-08-13
Posts: 171

Re: redirecting video output

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

#3 2010-10-11 20:33:42

greengold
Member
Registered: 2010-01-30
Posts: 199

Re: redirecting video output

yeah, but I want to control applications from client> Server should be used just for "watching" redirected output... something like pulseaudio over network

Offline

#4 2010-10-11 20:41:29

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: redirecting video output

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

#5 2010-10-11 20:48:20

greengold
Member
Registered: 2010-01-30
Posts: 199

Re: redirecting video output

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

#6 2010-10-11 23:39:55

urist
Member
Registered: 2009-02-22
Posts: 248

Re: redirecting video output

VNC?

Offline

#7 2010-10-12 06:42:40

greengold
Member
Registered: 2010-01-30
Posts: 199

Re: redirecting video output

you guys cant get what I want or are you giving me alternatives? big_smile
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

#8 2010-10-12 08:12:37

rulex
Member
From: Finland
Registered: 2009-05-20
Posts: 55

Re: redirecting video output

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

#9 2010-10-12 08:20:36

Darksoul71
Member
Registered: 2010-04-12
Posts: 319

Re: redirecting video output

@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

#10 2010-10-12 18:40:54

greengold
Member
Registered: 2010-01-30
Posts: 199

Re: redirecting video output

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

#11 2010-10-13 23:39:31

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: redirecting video output


I need real, proper pen and paper for this.

Offline

#12 2010-10-14 21:52:04

greengold
Member
Registered: 2010-01-30
Posts: 199

Re: redirecting video output

VLC seems to be useful in this way!
thank you!

Offline

Board footer

Powered by FluxBB