Page 1 of 1

Problems to Launch the rc interface from Java

Posted: 16 Jan 2007 22:03
by casivaagustin
Hello, I want execute vlc from a java program. The problem is that I want load de RC interface to send a commands to the vlc derived process, apparently the rc interface it does not work if vlc run in background.
Somebody it can say to me why apend that, it is posible to do it of another way.

Posted: 18 Jan 2007 00:43
by xtophe
try adding --rc-fake-tty

you could also have a look to the java bindings of vlc