Help about RC and Telnet
Posted: 06 Aug 2011 23:42
Goodmorning all,
i'm actually using vlc version 1.1.1 [portable, the one that don't need installation] and i'm trying to command it under command-line [in a project write in vbscript].
I have read that vlc can be controlled in two interfaces: RC one and Telnet one. During some test i was able to make two command line for open vlc:
A]This one is using telent interface: vlc --quiet --telnet-host 127.0.0.1 --telnet-port 1234 --telnet-password= --intf telnet
with this solution vlc open actually a port and using the command line: telnet 127.0.0.1 1234 , a new window open up asking the password i just press enter and it says wellcome master but i can't write anything
B]This one is using rc interface: vlc --quiet --rc-quiet --rc-host=127.0.0.1:1234 --intf rc
with this solution vlc open but is invisible there is no window an also no icon in tray, and also i don't know how to send commands, i have try using telnet but nothing happen
Both should be controlled under Vbscript, but isn't a problem since i know how to send a cmd command via vbscript; some one could give me an hand please? it would be apreciated i can't continue my project if i don't find a solution
i'm actually using vlc version 1.1.1 [portable, the one that don't need installation] and i'm trying to command it under command-line [in a project write in vbscript].
I have read that vlc can be controlled in two interfaces: RC one and Telnet one. During some test i was able to make two command line for open vlc:
A]This one is using telent interface: vlc --quiet --telnet-host 127.0.0.1 --telnet-port 1234 --telnet-password= --intf telnet
with this solution vlc open actually a port and using the command line: telnet 127.0.0.1 1234 , a new window open up asking the password i just press enter and it says wellcome master but i can't write anything
B]This one is using rc interface: vlc --quiet --rc-quiet --rc-host=127.0.0.1:1234 --intf rc
with this solution vlc open but is invisible there is no window an also no icon in tray, and also i don't know how to send commands, i have try using telnet but nothing happen
Both should be controlled under Vbscript, but isn't a problem since i know how to send a cmd command via vbscript; some one could give me an hand please? it would be apreciated i can't continue my project if i don't find a solution