I want to control a running instance of VLC (not a server with rc) under windows. Is there any COM interface or other interface to do so? I've looked around but all I've figured out is few instances either mentioning libvlc or controlling it via PostMessage.
I've seen some ActiveX examples too am I confusing something? Or is VLC not supporting any such thing?
Modify
Just want to re-emphasize I am looking for how to control a already Running VLC from my external process. Please do not post about libVLCWrapper its embedding into your application.