Thanks guys above. Just to be more clear const char* vlc_args[] = { "--no-ignore-config", "--config=C:\\Users\\Bill\\AppData\\Roaming\\vlc\\vlcrc", //you have to change the path accordingly }; m_vlc_instance = libvlc_new(sizeof(vlc_args) / sizeof(vlc_args[0]), vlc_args); In vlcrc...
@GreaterDane, thanks for reply, currently I have the problem: I can hear very short time sound before it has been paused. could you tell more about how to make sure silently playing before the 1st frame?
Hi GreaterDane, did you get it fixed?
Andy another question here, I can actually hear the sound before player being paused, libvlc_audio_set_volume and libvlc_audio_set_mute don't work (I called them before or after calling Play )