I have a music streaming application that launches VLC during its start up. My application targets Windows, Mac, and Linux.
For Mac, I'd like to know where VLC is installed on the target machine in order to launch it. How would I find this out? I didn't notice a VLC.plist file being installed..
For Linux, I found some install information under the /etc/vlc/http directory. However, the .hosts file that is located there has some ip and port information; but nothing as to where the VLC application is located on the target machine.
Any ideas would be greatly appreciated.. Thanks!