-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[SARL BIGORNO] Emmanuel Chevallier schrieb:
> Thanks Todd for your response,
> 
Hi List

> I wiil try your method with multimedia players local apps and a vlc 
> streaming from the server.
> My thinclient is not enough speed (CPU is Vortex86 approximatively 
> Pentium Pro 200) to read a Divx directly by the network with local apps.

You could do something like this: On the server (powerful) you convert
the video to some other format, for example nuppelvideo. That is a
little compressed but not too high so even the 200MHz thingy should
handle it. I could think of something like this:
server: mencoder -o - -ovc nuv your-video.some-format | netcat
<ip-thinclient> 3333
client: netcat -l -p 3333 | mplayer -
You need mplayer/xine/vlc and netcat as a local app. I have a static
mplayer, a static netcat should be really easy.
Hope this helps
Udo

> Have a good day,
> Emmanuel
> 

- --
i-nex Gesellschaft für linuxbasierte Netze mbH

Hüttenstr. 7
52068 Aachen
Tel.: +49 241 18 94 100

URL : http://www.i-nex.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFZHEC4OBS/SKjuEwRAuL5AJsFtKTJMLkTJ8HdZsEomKW/JK+r4wCgj16X
bDN78ZLowS2SPhFYNJ/+x+Y=
=6OLB
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to