Search found 2 matches

Go to advanced search

by Horix
27 Jun 2009 16:19
Forum: Web and scripting
Topic: How drive vlc (interface rc) with tcl
Replies: 4
Views: 2793

Re: How drive vlc (interface rc) with tcl

Finaly I'm using the telnet interface to drive vlc with my script:

Code: Select all

vlc "canal_to_see" --extraintf rc --rc-host 127.0.0.1:12345
It's running well but sometimes the script can't connect on vlc, the error message is:

Code: Select all

couldn't open socket: connection refused


what the matter ?
by Horix
26 Mar 2009 13:35
Forum: Web and scripting
Topic: How drive vlc (interface rc) with tcl
Replies: 4
Views: 2793

How drive vlc (interface rc) with tcl

Hello, I want make a script in tcl to drive vlc. I'm trying to use the rc inteface. So the first command is: set canal [open "|vlc MyVideo.avi --intf qt --extraintf rc -- rc-fake- tty" "w+"] so MyVideo start to play in the gui windows and the rc windows is open. The folowing comm...

Go to advanced search