Hello everyone,
I am eager to start working on some Car-PC software of my own. I would like to use VLC for the media playback (audio/video) since it offers great compatibility, an equalizer (that is no doubt called for in a car) and visualization if need be.
Now my question: How can I accomplish to use VLC as a backend for my Car-PC software? That is, I want VLC to run quietly in the background, with no GUI of itsself, but accepting commands from my own application. How do I do that? I've figured out that I could use JavaScript cmds or Telnet for controlling VLC, but none of these seems to give me control over the more advanced features like the equalizer or audio normalization.
Thanks for any help!!