I realized that I needed to add libvlc_add_intf() to have to open up vlc so now vlc opens but for some reason, it doesn't play the file. Any ideas of why this could be? This is the test code that I'm working with: int main(int argc, char* argv[]) { const char * const vlc_args[] = { "--ignore-co...