Page 1 of 1

api --rc-host

Posted: 21 Jul 2008 22:34
by jerrygeis
I am playing with the API trying to get something to work.

I run the command vlc -I dummy --rc-host localhost:8000 Sharktale.avi &
and sharktale starts playing in the background.

I then "telnet localhost 8000" and it does not connect.

Am I not starting up the RC connection correctly?

Once I do what is the command to the pause and resume vlc?

Jerry

Re: api --rc-host

Posted: 22 Jul 2008 15:01
by xtophe
add -vv and see if vlc actually see an incoming connection

Re: api --rc-host

Posted: 22 Jul 2008 15:28
by jerrygeis
no vlc does not see the connection.

telnet localhost 8000
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused


Jerry

Re: api --rc-host

Posted: 22 Jul 2008 17:15
by jerrygeis
I need to use -I rc instread of -I dummy

it works now.

THanks,

jerry