From: Uwe Klein on
Horix wrote:
> I've solve my problem.
> vlc on linux is not the same on windows.
>
> The command to run correctly vlc is:
>
> set canal [open "|vlc nom_de_la_chain_free --extraintf=rc --rc-host
> localhost:$numcan --rc-fake-tty" w+]
>
> I've supress "--rc-quiet" and add "--rc-fake-tty".
>
> Now the error "couldn't open socket: connection refused" is out :-)
> and the script is running well.
>
> I use $tcl_platform(platform) to select the right command for running
> vlc.

congrats!

Like to put your findings for using vlc on both platforms on
the tclers wiki?
http://wiki.tcl.tk/

uwe