Search found 3 matches

Go to advanced search

by Bill_V
06 Aug 2021 02:38
Forum: Development around libVLC
Topic: Setting the http-proxy appears to do nothing
Replies: 6
Views: 3735

Re: Setting the http-proxy appears to do nothing

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...
by Bill_V
30 Jul 2021 05:43
Forum: Development around libVLC
Topic: How to pause on the 1st frame?
Replies: 11
Views: 6917

Re: How to pause on the 1st frame?

@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?
by Bill_V
29 Jul 2021 08:34
Forum: Development around libVLC
Topic: How to pause on the 1st frame?
Replies: 11
Views: 6917

Re: How to pause on 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 )

Go to advanced search