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
>> mpProcessHand
>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"
>
>
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 rem