Hi There
I have seen another thread about this, but it's quite old and sadly it didnt' get any responses so I'm trying to stir a little interest
I'm using Java to access VLC via the RC interface. So far, it works great. I'm launching vlc using switches that render it completely hidden, and only display a video (or play music) when invoked from the RC interface.
The only method I currently have of changing the size of the video, or moving it around, is to shut down the currently open vlc instance, and reopen it using the --height, --width, --video-x and --video-y
I'd like the user to drag and resize a java window, which has the video on top, and for the video content to be moved and resized accordingly, either in realtime, or slightly lagged.
Is it impossible to do this via the RC interface?