hi,
I'd like to use vlc a s a videoplayer on a mediaserver, controlled by my own application.
to start, I use the following commandline:
vlc -I rc --rc-host 127.0.0.1:4200 --fullscreen --vout xvideo --xvideo-display :0.0 &
when I do this in the x-terminal or from a remote shell, everthing works as expected: I can connect to the port and control vlc, and the screen is blank unitl playback starts.
but when I try to start vlc automatically by inserting this commandline into the .xsession script, vlc shows the standard control interface on the screen instead of allowing a rc connection.
why? what can I do to change this?