I would like to run vlc 0.8.6 over a 'telnet like' remotly tcp-connection.
So i started up vlc from the command-line like this:
Code: Select all
vlc -I rc --rc-host "192.168.1.101:1234"
Code: Select all
[00000297] rc interface: VLC media player - version 0.8.6 Janus - (c) 1996-2006
the VideoLAN team
[00000297] rc interface:
Warnung: Falls Sie das graphische Interface nicht mehr benutzen k÷nnen, ÷ffnen S
ie die DOS-Eingabe, gehen in den Ordner von VLC und f³hren "vlc -I wx" aus.
Remote-Control-Interface initialisiert. Geben Sie `h' f³r Hilfe ein.
Code: Select all
telnet 192.168.1.101 1234
But my Problem is: It is not possible to send commands until i hit enter in the 'vlc cmd shell' which opend on the host machine when i started vlc
What i'am doing wrong ?