I am trying to play with the RC interface, but can't seam to get it to work
When I run the command "vlc --intf rc" the prompt immediately returns and if I open the Task Manager, i can see an instance of VLC running... even through there is nothing visible.
if I create a batch file
Code: Select all
vlc --intf rc
pause
if I try the "vlc --intf telnet" and then open a telnet to port 4212 "telnet localhost 4212" I get the prompt asking me for a password, I enter admin, the default, it it tells me wrong password, even printing the error and the prompt it twice. So I try "vlc --intf telnet --telnet-password=test" and use test as the password, same thing. Tells me wrong password, and prints the password prompt twice. (I tried it with and without quotes around test in the command line)
Is the RC interface something where I have to execute VLC inside of a process and then just send/listen to standard in/our/err? I was hoping i could test things with the normal command prompt before coding a shell.