[Gambas-user] controlling VLC via a virtual terminal...

2011-08-21 Thread Stephen Bungay
Hi folks! I cant seem to send commands to VLC through it's remote control interface when started using SHELL. Gambas 2.23 ShellString = vlc --intf rc --video-title psPlayerTitle psFileName mpProcessHandle = SHELL ShellString FOR READ WRITE AS VLC VLC starts up in remote

Re: [Gambas-user] controlling VLC via a virtual terminal...

2011-08-21 Thread Benoît Minisini
Hi folks! I cant seem to send commands to VLC through it's remote control interface when started using SHELL. Gambas 2.23 ShellString = vlc --intf rc --video-title psPlayerTitle psFileName mpProcessHandle = SHELL ShellString FOR READ WRITE AS VLC VLC starts up in

Re: [Gambas-user] controlling VLC via a virtual terminal...

2011-08-21 Thread Stephen Bungay
On 08/21/2011 02:12 PM, Benoît Minisini wrote: Hi folks! I cant seem to send commands to VLC through it's remote control interface when started using SHELL. Gambas 2.23 ShellString = vlc --intf rc --video-title psPlayerTitle psFileName mpProcessHandle = SHELL ShellString